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