net/cnxk: support packet type
[dpdk.git] / doc / guides / nics / features / cxgbe.ini
1 ;
2 ; Supported features of the 'cxgbe' 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 Queue start/stop     = Y
10 MTU update           = Y
11 Jumbo frame          = Y
12 Scattered Rx         = Y
13 TSO                  = Y
14 Promiscuous mode     = Y
15 Allmulticast mode    = Y
16 RSS hash             = Y
17 RSS key update       = Y
18 RSS reta update      = Y
19 Flow control         = Y
20 CRC offload          = Y
21 VLAN offload         = Y
22 FEC                  = Y
23 L3 checksum offload  = Y
24 L4 checksum offload  = Y
25 Packet type parsing  = Y
26 Basic stats          = Y
27 Stats per queue      = Y
28 EEPROM dump          = Y
29 Registers dump       = Y
30 Multiprocess aware   = Y
31 FreeBSD              = Y
32 Linux                = Y
33 x86-32               = Y
34 x86-64               = Y
35 Usage doc            = Y
36
37 [rte_flow items]
38 eth                  = Y
39 ipv4                 = Y
40 ipv6                 = Y
41 pf                   = Y
42 phy_port             = Y
43 tcp                  = Y
44 udp                  = Y
45 vf                   = Y
46 vlan                 = Y
47
48 [rte_flow actions]
49 count                = Y
50 drop                 = Y
51 mac_swap             = Y
52 of_pop_vlan          = Y
53 of_push_vlan         = Y
54 of_set_vlan_pcp      = Y
55 of_set_vlan_vid      = Y
56 phy_port             = Y
57 queue                = Y
58 set_ipv4_dst         = Y
59 set_ipv4_src         = Y
60 set_ipv6_dst         = Y
61 set_ipv6_src         = Y
62 set_mac_dst          = Y
63 set_mac_src          = Y
64 set_tp_dst           = Y
65 set_tp_src           = Y