xref: /dpdk/doc/guides/nics/features/cpfl.ini (revision c10881d3ee7452955070c4986a247f1c5b4557f6)
1;
2; Supported features of the 'cpfl' network poll mode driver.
3;
4; Refer to default.ini for the full list of available PMD features.
5;
6; A feature with "P" indicates only be supported when non-vector path
7; is selected.
8;
9[Features]
10Speed capabilities   = Y
11Link status          = Y
12Queue start/stop     = Y
13MTU update           = Y
14Scattered Rx         = P
15TSO                  = P
16RSS hash             = Y
17RSS key update       = Y
18RSS reta update      = Y
19L3 checksum offload  = P
20L4 checksum offload  = P
21Timestamp offload    = P
22Packet type parsing  = Y
23Basic stats          = Y
24Linux                = Y
25x86-32               = Y
26x86-64               = Y
27
28[rte_flow items]
29eth                  = Y
30icmp                 = Y
31ipv4                 = Y
32tcp                  = Y
33udp                  = Y
34vlan                 = Y
35vxlan                = Y
36
37[rte_flow actions]
38count                = Y
39drop                 = Y
40port_representor     = Y
41prog                 = Y
42queue                = Y
43represented_port     = Y
44rss                  = Y
45vxlan_decap          = Y
46vxlan_encap          = Y
47