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 = 22Burst mode info = 23Power mgmt address monitor = 24MTU update = 25Jumbo frame = 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 = 43Traffic mirroring = 44Inline crypto = 45Inline protocol = 46CRC offload = 47VLAN offload = 48QinQ offload = 49FEC = 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 = 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 = 114l2tpv3oip = 115mark = 116meta = 117mpls = 118nsh = 119nvgre = 120pf = 121pfcp = 122phy_port = 123port_id = 124pppoed = 125pppoes = 126pppoe_proto_id = 127raw = 128sctp = 129tag = 130tcp = 131udp = 132vf = 133vlan = 134vxlan = 135vxlan_gpe = 136 137[rte_flow actions] 138age = 139conntrack = 140count = 141dec_tcp_ack = 142dec_tcp_seq = 143dec_ttl = 144drop = 145flag = 146inc_tcp_ack = 147inc_tcp_seq = 148jump = 149mac_swap = 150mark = 151meter = 152modify_field = 153nvgre_decap = 154nvgre_encap = 155of_copy_ttl_in = 156of_copy_ttl_out = 157of_dec_mpls_ttl = 158of_dec_nw_ttl = 159of_pop_mpls = 160of_pop_vlan = 161of_push_mpls = 162of_push_vlan = 163of_set_mpls_ttl = 164of_set_nw_ttl = 165of_set_vlan_pcp = 166of_set_vlan_vid = 167passthru = 168pf = 169phy_port = 170port_id = 171queue = 172raw_decap = 173raw_encap = 174rss = 175sample = 176security = 177set_ipv4_dscp = 178set_ipv4_dst = 179set_ipv4_src = 180set_ipv6_dscp = 181set_ipv6_dst = 182set_ipv6_src = 183set_mac_dst = 184set_mac_src = 185set_meta = 186set_tag = 187set_tp_dst = 188set_tp_src = 189set_ttl = 190vf = 191vxlan_decap = 192vxlan_encap = 193