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 = 62Tx queue count = 63Basic stats = 64Extended stats = 65Stats per queue = 66FW version = 67EEPROM dump = 68Module EEPROM dump = 69Registers dump = 70LED = 71Multiprocess aware = 72FreeBSD = 73Linux = 74Windows = 75ARMv7 = 76ARMv8 = 77LoongArch64 = 78Power8 = 79rv64 = 80x86-32 = 81x86-64 = 82Usage doc = 83Design doc = 84Perf doc = 85 86[rte_flow items] 87aggr_affinity = 88ah = 89any = 90arp_eth_ipv4 = 91compare = 92conntrack = 93ecpri = 94esp = 95eth = 96e_tag = 97flex = 98fuzzy = 99geneve = 100geneve_opt = 101gre = 102gre_key = 103gre_option = 104gtp = 105gtpc = 106gtpu = 107gtp_psc = 108higig2 = 109ib_bth = 110icmp = 111icmp6 = 112icmp6_echo_request = 113icmp6_echo_reply = 114icmp6_nd_na = 115icmp6_nd_ns = 116icmp6_nd_opt = 117icmp6_nd_opt_sla_eth = 118icmp6_nd_opt_tla_eth = 119igmp = 120integrity = 121invert = 122ipv4 = 123ipv6 = 124ipv6_ext = 125ipv6_frag_ext = 126ipv6_routing_ext = 127l2tpv2 = 128l2tpv3oip = 129mark = 130meta = 131meter_color = 132mpls = 133nsh = 134nvgre = 135pfcp = 136port_id = 137port_representor = 138ppp = 139pppoed = 140pppoes = 141pppoe_proto_id = 142ptype = 143quota = 144random = 145raw = 146represented_port = 147sctp = 148tag = 149tcp = 150tx_queue = 151udp = 152vlan = 153vxlan = 154vxlan_gpe = 155 156[rte_flow actions] 157age = 158conntrack = 159count = 160dec_tcp_ack = 161dec_tcp_seq = 162dec_ttl = 163drop = 164flag = 165inc_tcp_ack = 166inc_tcp_seq = 167indirect_list = 168ipv6_ext_push = 169ipv6_ext_remove = 170jump = 171mac_swap = 172mark = 173meter = 174meter_mark = 175modify_field = 176nat64 = 177nvgre_decap = 178nvgre_encap = 179of_copy_ttl_in = 180of_copy_ttl_out = 181of_dec_mpls_ttl = 182of_dec_nw_ttl = 183of_pop_mpls = 184of_pop_vlan = 185of_push_mpls = 186of_push_vlan = 187of_set_mpls_ttl = 188of_set_nw_ttl = 189of_set_vlan_pcp = 190of_set_vlan_vid = 191passthru = 192pf = 193port_id = 194port_representor = 195prog = 196queue = 197quota = 198raw_decap = 199raw_encap = 200represented_port = 201rss = 202sample = 203security = 204send_to_kernel = 205set_ipv4_dscp = 206set_ipv4_dst = 207set_ipv4_src = 208set_ipv6_dscp = 209set_ipv6_dst = 210set_ipv6_src = 211set_mac_dst = 212set_mac_src = 213set_meta = 214set_tag = 215set_tp_dst = 216set_tp_src = 217set_ttl = 218skip_cman = 219vf = 220vxlan_decap = 221vxlan_encap = 222