xref: /dpdk/doc/guides/nics/features/default.ini (revision 665b49c51639a10c553433bc2bcd85c7331c631e)
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_echo_request   =
109icmp6_echo_reply     =
110icmp6_nd_na          =
111icmp6_nd_ns          =
112icmp6_nd_opt         =
113icmp6_nd_opt_sla_eth =
114icmp6_nd_opt_tla_eth =
115igmp                 =
116integrity            =
117invert               =
118ipv4                 =
119ipv6                 =
120ipv6_ext             =
121ipv6_frag_ext        =
122ipv6_routing_ext     =
123l2tpv2               =
124l2tpv3oip            =
125mark                 =
126meta                 =
127meter_color          =
128mpls                 =
129nsh                  =
130nvgre                =
131pfcp                 =
132port_id              =
133port_representor     =
134ppp                  =
135pppoed               =
136pppoes               =
137pppoe_proto_id       =
138quota                =
139raw                  =
140represented_port     =
141sctp                 =
142tag                  =
143tcp                  =
144udp                  =
145vlan                 =
146vxlan                =
147vxlan_gpe            =
148
149[rte_flow actions]
150age                  =
151conntrack            =
152count                =
153dec_tcp_ack          =
154dec_tcp_seq          =
155dec_ttl              =
156drop                 =
157flag                 =
158inc_tcp_ack          =
159inc_tcp_seq          =
160jump                 =
161mac_swap             =
162mark                 =
163meter                =
164meter_mark           =
165modify_field         =
166nvgre_decap          =
167nvgre_encap          =
168of_copy_ttl_in       =
169of_copy_ttl_out      =
170of_dec_mpls_ttl      =
171of_dec_nw_ttl        =
172of_pop_mpls          =
173of_pop_vlan          =
174of_push_mpls         =
175of_push_vlan         =
176of_set_mpls_ttl      =
177of_set_nw_ttl        =
178of_set_vlan_pcp      =
179of_set_vlan_vid      =
180passthru             =
181pf                   =
182port_id              =
183port_representor     =
184queue                =
185quota                =
186raw_decap            =
187raw_encap            =
188represented_port     =
189rss                  =
190sample               =
191security             =
192send_to_kernel       =
193set_ipv4_dscp        =
194set_ipv4_dst         =
195set_ipv4_src         =
196set_ipv6_dscp        =
197set_ipv6_dst         =
198set_ipv6_src         =
199set_mac_dst          =
200set_mac_src          =
201set_meta             =
202set_tag              =
203set_tp_dst           =
204set_tp_src           =
205set_ttl              =
206skip_cman            =
207vf                   =
208vxlan_decap          =
209vxlan_encap          =
210