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