doc: add flow API features tables
[dpdk.git] / doc / guides / nics / features / e1000.ini
1 ;
2 ; Supported features of the 'e1000' network poll mode driver.
3 ;
4 ; Refer to default.ini for the full list of available PMD features.
5 ;
6 [Features]
7 Speed capabilities   = P
8 Link status          = Y
9 Link status event    = Y
10 Rx interrupt         = Y
11 Free Tx mbuf on demand = Y
12 MTU update           = Y
13 Jumbo frame          = Y
14 Scattered Rx         = Y
15 Promiscuous mode     = Y
16 Allmulticast mode    = Y
17 Unicast MAC filter   = Y
18 VLAN filter          = Y
19 Flow control         = Y
20 CRC offload          = Y
21 VLAN offload         = Y
22 QinQ offload         = Y
23 L3 checksum offload  = Y
24 L4 checksum offload  = Y
25 Rx descriptor status = Y
26 Tx descriptor status = Y
27 Basic stats          = Y
28 FreeBSD              = Y
29 Linux                = Y
30 x86-32               = Y
31 x86-64               = Y
32
33 [rte_flow items]
34 eth                  = Y
35 ipv4                 = Y
36 ipv6                 = Y
37 raw                  = Y
38 sctp                 = Y
39 tcp                  = Y
40 udp                  = Y
41
42 [rte_flow actions]
43 drop                 = Y
44 queue                = Y
45 rss                  = Y