xref: /dpdk/doc/guides/nics/features/tap.ini (revision c983587d1e6ad0cfb5e1609a126467c28e854062)
1;
2; Supported features of the 'tap' driver.
3;
4; Refer to default.ini for the full list of available PMD features.
5;
6[Features]
7Speed capabilities   = P
8Link status          = Y
9Link status event    = Y
10Rx interrupt         = Y
11Promiscuous mode     = Y
12Allmulticast mode    = Y
13Basic stats          = Y
14L3 checksum offload  = Y
15L4 checksum offload  = Y
16MTU update           = Y
17Multicast MAC filter = Y
18Unicast MAC filter   = Y
19Packet type parsing  = Y
20Flow control         = Y
21Linux                = Y
22ARMv7                = Y
23ARMv8                = Y
24Power8               = Y
25x86-32               = Y
26x86-64               = Y
27Usage doc            = Y
28
29[rte_flow items]
30eth                  = P
31ipv4                 = Y
32ipv6                 = Y
33tcp                  = Y
34udp                  = Y
35vlan                 = P
36
37[rte_flow actions]
38drop                 = Y
39passthru             = Y
40queue                = Y
41rss                  = Y
42