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