1; 2; Features of a default network driver. 3; 4; This file defines the features that are valid for inclusion in 5; the other driver files and also the order that they appear in 6; the features table in the documentation. The feature description 7; string should not exceed feature_str_len defined in conf.py. 8; 9[Features] 10Speed capabilities = 11Link status = 12Link status event = 13Removal event = 14Queue status event = 15Rx interrupt = 16Lock-free Tx queue = 17Fast mbuf free = 18Free Tx mbuf on demand = 19Queue start/stop = 20Runtime Rx queue setup = 21Runtime Tx queue setup = 22Shared Rx queue = 23Burst mode info = 24Power mgmt address monitor = 25MTU update = 26Scattered Rx = 27LRO = 28TSO = 29Promiscuous mode = 30Allmulticast mode = 31Unicast MAC filter = 32Multicast MAC filter = 33RSS hash = 34RSS key update = 35RSS reta update = 36Inner RSS = 37VMDq = 38SR-IOV = 39DCB = 40VLAN filter = 41Flow control = 42Rate limitation = 43Inline crypto = 44Inline protocol = 45CRC offload = 46VLAN offload = 47QinQ offload = 48FEC = 49IP reassembly = 50L3 checksum offload = 51L4 checksum offload = 52Timestamp offload = 53MACsec offload = 54Inner L3 checksum = 55Inner L4 checksum = 56Packet type parsing = 57Timesync = 58Rx descriptor status = 59Tx descriptor status = 60Basic stats = 61Extended stats = 62Stats per queue = 63FW version = 64EEPROM dump = 65Module EEPROM dump = 66Registers dump = 67LED = 68Multiprocess aware = 69FreeBSD = 70Linux = 71Windows = 72ARMv7 = 73ARMv8 = 74Power8 = 75rv64 = 76x86-32 = 77x86-64 = 78Usage doc = 79Design doc = 80Perf doc = 81 82[rte_flow items] 83ah = 84any = 85arp_eth_ipv4 = 86conntrack = 87ecpri = 88esp = 89eth = 90e_tag = 91flex = 92fuzzy = 93geneve = 94geneve_opt = 95gre = 96gre_key = 97gre_option = 98gtp = 99gtpc = 100gtpu = 101gtp_psc = 102higig2 = 103icmp = 104icmp6 = 105icmp6_nd_na = 106icmp6_nd_ns = 107icmp6_nd_opt = 108icmp6_nd_opt_sla_eth = 109icmp6_nd_opt_tla_eth = 110igmp = 111integrity = 112invert = 113ipv4 = 114ipv6 = 115ipv6_ext = 116ipv6_frag_ext = 117l2tpv2 = 118l2tpv3oip = 119mark = 120meta = 121mpls = 122nsh = 123nvgre = 124pf = 125pfcp = 126phy_port = 127port_id = 128port_representor = 129ppp = 130pppoed = 131pppoes = 132pppoe_proto_id = 133raw = 134represented_port = 135sctp = 136tag = 137tcp = 138udp = 139vf = 140vlan = 141vxlan = 142vxlan_gpe = 143 144[rte_flow actions] 145age = 146conntrack = 147count = 148dec_tcp_ack = 149dec_tcp_seq = 150dec_ttl = 151drop = 152flag = 153inc_tcp_ack = 154inc_tcp_seq = 155jump = 156mac_swap = 157mark = 158meter = 159modify_field = 160nvgre_decap = 161nvgre_encap = 162of_copy_ttl_in = 163of_copy_ttl_out = 164of_dec_mpls_ttl = 165of_dec_nw_ttl = 166of_pop_mpls = 167of_pop_vlan = 168of_push_mpls = 169of_push_vlan = 170of_set_mpls_ttl = 171of_set_nw_ttl = 172of_set_vlan_pcp = 173of_set_vlan_vid = 174passthru = 175pf = 176phy_port = 177port_id = 178port_representor = 179queue = 180raw_decap = 181raw_encap = 182represented_port = 183rss = 184sample = 185security = 186set_ipv4_dscp = 187set_ipv4_dst = 188set_ipv4_src = 189set_ipv6_dscp = 190set_ipv6_dst = 191set_ipv6_src = 192set_mac_dst = 193set_mac_src = 194set_meta = 195set_tag = 196set_tp_dst = 197set_tp_src = 198set_ttl = 199vf = 200vxlan_decap = 201vxlan_encap = 202