xref: /dpdk/doc/guides/nics/features/default.ini (revision 03ab51eafda992874a48c392ca66ffb577fe2b71)
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      =
43Inline crypto        =
44Inline protocol      =
45CRC offload          =
46VLAN offload         =
47QinQ offload         =
48FEC                  =
49L3 checksum offload  =
50L4 checksum offload  =
51Timestamp offload    =
52MACsec offload       =
53Inner L3 checksum    =
54Inner L4 checksum    =
55Packet type parsing  =
56Timesync             =
57Rx descriptor status =
58Tx descriptor status =
59Basic stats          =
60Extended stats       =
61Stats per queue      =
62FW version           =
63EEPROM dump          =
64Module EEPROM dump   =
65Registers dump       =
66LED                  =
67Multiprocess aware   =
68FreeBSD              =
69Linux                =
70Windows              =
71ARMv7                =
72ARMv8                =
73Power8               =
74x86-32               =
75x86-64               =
76Usage doc            =
77Design doc           =
78Perf doc             =
79
80[rte_flow items]
81ah                   =
82any                  =
83arp_eth_ipv4         =
84conntrack            =
85ecpri                =
86esp                  =
87eth                  =
88e_tag                =
89fuzzy                =
90geneve               =
91geneve_opt           =
92gre                  =
93gre_key              =
94gtp                  =
95gtpc                 =
96gtpu                 =
97gtp_psc              =
98higig2               =
99icmp                 =
100icmp6                =
101icmp6_nd_na          =
102icmp6_nd_ns          =
103icmp6_nd_opt         =
104icmp6_nd_opt_sla_eth =
105icmp6_nd_opt_tla_eth =
106igmp                 =
107integrity            =
108invert               =
109ipv4                 =
110ipv6                 =
111ipv6_ext             =
112ipv6_frag_ext        =
113l2tpv3oip            =
114mark                 =
115meta                 =
116mpls                 =
117nsh                  =
118nvgre                =
119pf                   =
120pfcp                 =
121phy_port             =
122port_id              =
123pppoed               =
124pppoes               =
125pppoe_proto_id       =
126raw                  =
127sctp                 =
128tag                  =
129tcp                  =
130udp                  =
131vf                   =
132vlan                 =
133vxlan                =
134vxlan_gpe            =
135
136[rte_flow actions]
137age                  =
138conntrack            =
139count                =
140dec_tcp_ack          =
141dec_tcp_seq          =
142dec_ttl              =
143drop                 =
144flag                 =
145inc_tcp_ack          =
146inc_tcp_seq          =
147jump                 =
148mac_swap             =
149mark                 =
150meter                =
151modify_field         =
152nvgre_decap          =
153nvgre_encap          =
154of_copy_ttl_in       =
155of_copy_ttl_out      =
156of_dec_mpls_ttl      =
157of_dec_nw_ttl        =
158of_pop_mpls          =
159of_pop_vlan          =
160of_push_mpls         =
161of_push_vlan         =
162of_set_mpls_ttl      =
163of_set_nw_ttl        =
164of_set_vlan_pcp      =
165of_set_vlan_vid      =
166passthru             =
167pf                   =
168phy_port             =
169port_id              =
170queue                =
171raw_decap            =
172raw_encap            =
173rss                  =
174sample               =
175security             =
176set_ipv4_dscp        =
177set_ipv4_dst         =
178set_ipv4_src         =
179set_ipv6_dscp        =
180set_ipv6_dst         =
181set_ipv6_src         =
182set_mac_dst          =
183set_mac_src          =
184set_meta             =
185set_tag              =
186set_tp_dst           =
187set_tp_src           =
188set_ttl              =
189vf                   =
190vxlan_decap          =
191vxlan_encap          =
192