net/enic: support meta flow actions to overrule destinations
[dpdk.git] / doc / guides / nics / features / enic.ini
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]
7 Speed capabilities   = Y
8 Link status          = Y
9 Link status event    = Y
10 Rx interrupt         = Y
11 Queue start/stop     = Y
12 Burst mode info      = Y
13 MTU update           = Y
14 Jumbo frame          = Y
15 Scattered Rx         = Y
16 TSO                  = Y
17 Promiscuous mode     = Y
18 Allmulticast mode    = Y
19 Unicast MAC filter   = Y
20 Multicast MAC filter = Y
21 RSS hash             = Y
22 RSS key update       = Y
23 RSS reta update      = Y
24 Inner RSS            = Y
25 SR-IOV               = Y
26 CRC offload          = Y
27 VLAN offload         = Y
28 L3 checksum offload  = Y
29 L4 checksum offload  = Y
30 Inner L3 checksum    = Y
31 Inner L4 checksum    = Y
32 Packet type parsing  = Y
33 Basic stats          = Y
34 FW version           = Y
35 Multiprocess aware   = Y
36 FreeBSD              = Y
37 Linux                = Y
38 x86-32               = Y
39 x86-64               = Y
40 Usage doc            = Y
41
42 [rte_flow items]
43 eth                  = Y
44 ipv4                 = Y
45 ipv6                 = Y
46 raw                  = Y
47 sctp                 = Y
48 tcp                  = Y
49 udp                  = Y
50 vlan                 = Y
51 vxlan                = Y
52
53 [rte_flow actions]
54 count                = Y
55 drop                 = Y
56 flag                 = Y
57 jump                 = Y
58 mark                 = Y
59 of_pop_vlan          = Y
60 of_push_vlan         = Y
61 of_set_vlan_pcp      = Y
62 of_set_vlan_vid      = Y
63 passthru             = Y
64 port_id              = Y
65 port_representor     = Y
66 represented_port     = Y
67 queue                = Y
68 rss                  = Y
69 vxlan_decap          = Y
70 vxlan_encap          = Y