1; 2; Supported features of the 'nfp' network poll mode driver. 3; 4; Refer to default.ini for the full list of available PMD features. 5; 6[Features] 7Speed capabilities = Y 8Link status = Y 9Link status event = Y 10Rx interrupt = Y 11Queue start/stop = Y 12MTU update = Y 13Promiscuous mode = Y 14Allmulticast mode = Y 15TSO = Y 16RSS hash = Y 17RSS key update = Y 18RSS reta update = Y 19Flow control = Y 20VLAN offload = Y 21QinQ offload = Y 22FEC = Y 23L3 checksum offload = Y 24L4 checksum offload = Y 25Packet type parsing = Y 26Basic stats = Y 27Stats per queue = Y 28EEPROM dump = Y 29Module EEPROM dump = Y 30LED = Y 31Linux = Y 32Multiprocess aware = Y 33x86-64 = Y 34Usage doc = Y 35 36[rte_flow items] 37conntrack = Y 38eth = Y 39geneve = Y 40gre = Y 41gre_key = Y 42ipv4 = Y 43ipv6 = Y 44port_id = Y 45sctp = Y 46tcp = Y 47udp = Y 48vlan = Y 49vxlan = Y 50 51[rte_flow actions] 52conntrack = Y 53count = Y 54drop = Y 55jump = Y 56mark = Y 57meter = Y 58modify_field = Y 59of_pop_vlan = Y 60of_push_vlan = Y 61of_set_vlan_pcp = Y 62of_set_vlan_vid = Y 63queue = Y 64raw_decap = Y 65raw_encap = Y 66represented_port = Y 67rss = Y 68port_id = Y 69set_ipv4_dscp = Y 70set_ipv4_dst = Y 71set_ipv4_src = Y 72set_ipv6_dscp = Y 73set_ipv6_dst = Y 74set_ipv6_src = Y 75set_mac_dst = Y 76set_mac_src = Y 77set_tp_dst = Y 78set_tp_src = Y 79set_ttl = Y 80vxlan_decap = Y 81vxlan_encap = Y 82