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 = 49L3 checksum offload = 50L4 checksum offload = 51Timestamp offload = 52MACsec offload = 53Inner L3 checksum = 54Inner L4 checksum = 55Packet type parsing = 56Timesync = 57Rx descriptor status = 58Tx descriptor status = 59Basic stats = 60Extended stats = 61Stats per queue = 62FW version = 63EEPROM dump = 64Module EEPROM dump = 65Registers dump = 66LED = 67Multiprocess aware = 68FreeBSD = 69Linux = 70Windows = 71ARMv7 = 72ARMv8 = 73Power8 = 74x86-32 = 75x86-64 = 76Usage doc = 77Design doc = 78Perf doc = 79 80[rte_flow items] 81ah = 82any = 83arp_eth_ipv4 = 84conntrack = 85ecpri = 86esp = 87eth = 88e_tag = 89fuzzy = 90geneve = 91geneve_opt = 92gre = 93gre_key = 94gtp = 95gtpc = 96gtpu = 97gtp_psc = 98higig2 = 99icmp = 100icmp6 = 101icmp6_nd_na = 102icmp6_nd_ns = 103icmp6_nd_opt = 104icmp6_nd_opt_sla_eth = 105icmp6_nd_opt_tla_eth = 106igmp = 107integrity = 108invert = 109ipv4 = 110ipv6 = 111ipv6_ext = 112ipv6_frag_ext = 113l2tpv2 = 114l2tpv3oip = 115mark = 116meta = 117mpls = 118nsh = 119nvgre = 120pf = 121pfcp = 122phy_port = 123port_id = 124port_representor = 125ppp = 126pppoed = 127pppoes = 128pppoe_proto_id = 129raw = 130represented_port = 131sctp = 132tag = 133tcp = 134udp = 135vf = 136vlan = 137vxlan = 138vxlan_gpe = 139 140[rte_flow actions] 141age = 142conntrack = 143count = 144dec_tcp_ack = 145dec_tcp_seq = 146dec_ttl = 147drop = 148flag = 149inc_tcp_ack = 150inc_tcp_seq = 151jump = 152mac_swap = 153mark = 154meter = 155modify_field = 156nvgre_decap = 157nvgre_encap = 158of_copy_ttl_in = 159of_copy_ttl_out = 160of_dec_mpls_ttl = 161of_dec_nw_ttl = 162of_pop_mpls = 163of_pop_vlan = 164of_push_mpls = 165of_push_vlan = 166of_set_mpls_ttl = 167of_set_nw_ttl = 168of_set_vlan_pcp = 169of_set_vlan_vid = 170passthru = 171pf = 172phy_port = 173port_id = 174port_representor = 175queue = 176raw_decap = 177raw_encap = 178represented_port = 179rss = 180sample = 181security = 182set_ipv4_dscp = 183set_ipv4_dst = 184set_ipv4_src = 185set_ipv6_dscp = 186set_ipv6_dst = 187set_ipv6_src = 188set_mac_dst = 189set_mac_src = 190set_meta = 191set_tag = 192set_tp_dst = 193set_tp_src = 194set_ttl = 195vf = 196vxlan_decap = 197vxlan_encap = 198