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