xref: /dpdk/doc/guides/nics/features/enic.ini (revision c983587d1e6ad0cfb5e1609a126467c28e854062)
1;
2; Supported features of the 'enic' network poll mode driver.
3;
4; Refer to default.ini for the full list of available PMD features.
5;
6[Features]
7Speed capabilities   = Y
8Link status          = Y
9Link status event    = Y
10Rx interrupt         = Y
11Queue start/stop     = Y
12Burst mode info      = Y
13MTU update           = Y
14Scattered Rx         = Y
15TSO                  = Y
16Promiscuous mode     = Y
17Allmulticast mode    = Y
18Unicast MAC filter   = Y
19Multicast MAC filter = Y
20RSS hash             = Y
21RSS key update       = Y
22RSS reta update      = Y
23Inner RSS            = Y
24SR-IOV               = Y
25CRC offload          = Y
26VLAN offload         = Y
27L3 checksum offload  = Y
28L4 checksum offload  = Y
29Inner L3 checksum    = Y
30Inner L4 checksum    = Y
31Packet type parsing  = Y
32Basic stats          = Y
33FW version           = Y
34Multiprocess aware   = Y
35FreeBSD              = Y
36Linux                = Y
37x86-32               = Y
38x86-64               = Y
39Usage doc            = Y
40
41[rte_flow items]
42ecpri                = Y
43eth                  = P
44geneve               = Y
45geneve_opt           = Y
46gtp                  = Y
47gtpc                 = Y
48gtpu                 = Y
49ipv4                 = Y
50ipv6                 = Y
51raw                  = Y
52sctp                 = Y
53tcp                  = Y
54udp                  = Y
55vlan                 = P
56vxlan                = Y
57
58[rte_flow actions]
59count                = Y
60drop                 = Y
61flag                 = Y
62jump                 = Y
63mark                 = Y
64of_pop_vlan          = Y
65of_push_vlan         = Y
66of_set_vlan_pcp      = Y
67of_set_vlan_vid      = Y
68passthru             = Y
69port_id              = Y
70port_representor     = Y
71represented_port     = Y
72queue                = Y
73rss                  = Y
74vxlan_decap          = Y
75vxlan_encap          = Y
76