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