xref: /dpdk/doc/guides/nics/features/default.ini (revision 592ab76f9f0f41993bebb44da85c37750a93ece9)
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           =
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      =
43Inline crypto        =
44Inline protocol      =
45CRC offload          =
46VLAN offload         =
47QinQ offload         =
48FEC                  =
49IP reassembly        =
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                =
90flex                 =
91fuzzy                =
92geneve               =
93geneve_opt           =
94gre                  =
95gre_key              =
96gre_option           =
97gtp                  =
98gtpc                 =
99gtpu                 =
100gtp_psc              =
101higig2               =
102icmp                 =
103icmp6                =
104icmp6_nd_na          =
105icmp6_nd_ns          =
106icmp6_nd_opt         =
107icmp6_nd_opt_sla_eth =
108icmp6_nd_opt_tla_eth =
109igmp                 =
110integrity            =
111invert               =
112ipv4                 =
113ipv6                 =
114ipv6_ext             =
115ipv6_frag_ext        =
116l2tpv2               =
117l2tpv3oip            =
118mark                 =
119meta                 =
120mpls                 =
121nsh                  =
122nvgre                =
123pf                   =
124pfcp                 =
125phy_port             =
126port_id              =
127port_representor     =
128ppp                  =
129pppoed               =
130pppoes               =
131pppoe_proto_id       =
132raw                  =
133represented_port     =
134sctp                 =
135tag                  =
136tcp                  =
137udp                  =
138vf                   =
139vlan                 =
140vxlan                =
141vxlan_gpe            =
142
143[rte_flow actions]
144age                  =
145conntrack            =
146count                =
147dec_tcp_ack          =
148dec_tcp_seq          =
149dec_ttl              =
150drop                 =
151flag                 =
152inc_tcp_ack          =
153inc_tcp_seq          =
154jump                 =
155mac_swap             =
156mark                 =
157meter                =
158modify_field         =
159nvgre_decap          =
160nvgre_encap          =
161of_copy_ttl_in       =
162of_copy_ttl_out      =
163of_dec_mpls_ttl      =
164of_dec_nw_ttl        =
165of_pop_mpls          =
166of_pop_vlan          =
167of_push_mpls         =
168of_push_vlan         =
169of_set_mpls_ttl      =
170of_set_nw_ttl        =
171of_set_vlan_pcp      =
172of_set_vlan_vid      =
173passthru             =
174pf                   =
175phy_port             =
176port_id              =
177port_representor     =
178queue                =
179raw_decap            =
180raw_encap            =
181represented_port     =
182rss                  =
183sample               =
184security             =
185set_ipv4_dscp        =
186set_ipv4_dst         =
187set_ipv4_src         =
188set_ipv6_dscp        =
189set_ipv6_dst         =
190set_ipv6_src         =
191set_mac_dst          =
192set_mac_src          =
193set_meta             =
194set_tag              =
195set_tp_dst           =
196set_tp_src           =
197set_ttl              =
198vf                   =
199vxlan_decap          =
200vxlan_encap          =
201