1.. SPDX-License-Identifier: BSD-3-Clause 2 Copyright(c) 2017 Intel Corporation. 3 4IGB Poll Mode Driver 5==================== 6 7The IGB PMD (**librte_net_e1000**) provides poll mode driver 8support for Intel 1GbE nics. 9 10Supported Chipsets and NICs 11--------------------------- 12 13- Intel 82576EB 10 Gigabit Ethernet Controller 14- Intel 82580EB 10 Gigabit Ethernet Controller 15- Intel 82580DB 10 Gigabit Ethernet Controller 16- Intel Ethernet Controller I210 17- Intel Ethernet Controller I350 18 19Features 20-------- 21 22Features of the IGB PMD are: 23 24* Multiple queues for TX and RX 25* Receiver Side Scaling (RSS) 26* MAC/VLAN filtering 27* Packet type information 28* Double VLAN 29* IEEE 1588 30* TSO offload 31* Checksum offload 32* TCP segmentation offload 33* Jumbo frames supported 34