net/pfe: remove unused link status setting
[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 Scattered Rx         = Y
15 TSO                  = Y
16 Promiscuous mode     = Y
17 Allmulticast mode    = Y
18 Unicast MAC filter   = Y
19 Multicast MAC filter = Y
20 RSS hash             = Y
21 RSS key update       = Y
22 RSS reta update      = Y
23 Inner RSS            = Y
24 SR-IOV               = Y
25 CRC offload          = Y
26 VLAN offload         = Y
27 L3 checksum offload  = Y
28 L4 checksum offload  = Y
29 Inner L3 checksum    = Y
30 Inner L4 checksum    = Y
31 Packet type parsing  = Y
32 Basic stats          = Y
33 FW version           = Y
34 Multiprocess aware   = Y
35 FreeBSD              = Y
36 Linux                = Y
37 x86-32               = Y
38 x86-64               = Y
39 Usage doc            = Y
40
41 [rte_flow items]
42 eth                  = Y
43 gtp                  = Y
44 gtpc                 = Y
45 gtpu                 = Y
46 ipv4                 = Y
47 ipv6                 = Y
48 raw                  = Y
49 sctp                 = Y
50 tcp                  = Y
51 udp                  = Y
52 vlan                 = Y
53 vxlan                = Y
54
55 [rte_flow actions]
56 count                = Y
57 drop                 = Y
58 flag                 = Y
59 jump                 = Y
60 mark                 = Y
61 of_pop_vlan          = Y
62 of_push_vlan         = Y
63 of_set_vlan_pcp      = Y
64 of_set_vlan_vid      = Y
65 passthru             = Y
66 port_id              = Y
67 port_representor     = Y
68 represented_port     = Y
69 queue                = Y
70 rss                  = Y
71 vxlan_decap          = Y
72 vxlan_encap          = Y