xref: /dpdk/doc/guides/nics/features/igc.ini (revision 79758d40007c56231fce3cf1004ae5168616b3aa)
1; Supported features of the 'igc' network poll mode driver.
2;
3; Refer to default.ini for the full list of available PMD features.
4;
5[Features]
6Speed capabilities   = Y
7Link speed configuration = Y
8Link status          = Y
9Link status event    = Y
10FW version           = Y
11LED                  = Y
12Packet type parsing  = Y
13Rx descriptor status = Y
14Tx descriptor status = Y
15MTU update           = Y
16Scattered Rx         = Y
17TSO                  = Y
18Promiscuous mode     = Y
19Allmulticast mode    = Y
20Unicast MAC filter   = Y
21Multicast MAC filter = Y
22RSS hash             = Y
23CRC offload          = Y
24L3 checksum offload  = Y
25L4 checksum offload  = Y
26Timesync             = Y
27Basic stats          = Y
28Extended stats       = Y
29Stats per queue      = Y
30Rx interrupt         = Y
31Flow control         = Y
32RSS key update       = Y
33RSS reta update      = Y
34VLAN filter          = Y
35VLAN offload         = Y
36Linux                = Y
37x86-64               = Y
38
39[rte_flow items]
40eth                  = P
41ipv4                 = Y
42ipv6                 = Y
43tcp                  = Y
44udp                  = Y
45
46[rte_flow actions]
47queue                = Y
48rss                  = Y
49