Add an overview of the e1000 driver for Intel 1G devices. Signed-off-by: Talluri Chaitanyababu <[email protected]> --- v3: * Fixed RST structure, single top-level title. * Used ASCII "PCIe". * Adjusted commit message to match content.
v2: Addressed review comments. --- doc/guides/nics/e1000em.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/e1000em.rst b/doc/guides/nics/e1000em.rst index ed4f57e9c6..95ff68cb9b 100644 --- a/doc/guides/nics/e1000em.rst +++ b/doc/guides/nics/e1000em.rst @@ -1,9 +1,22 @@ .. SPDX-License-Identifier: BSD-3-Clause - Copyright(c) 2010-2014 Intel Corporation. + Copyright(c) 2010-2026 Intel Corporation. Driver for VM Emulated Devices ============================== +E1000 Poll Mode Driver +---------------------- + +DPDK provides several poll mode drivers (PMDs) supporting Intel 1 Gigabit ethernet controller families. +These include: + +* e1000 – Intel 8254x family devices, including QEMU ``e1000`` emulation. +* e1000e – Intel PRO/1000 PCIe family. + +.. note:: + + The ``igb`` and ``igc`` PMDs are built from the same driver binary but are documented in separate sections for clarity. + The DPDK EM poll mode driver supports the following emulated devices: * qemu-kvm emulated Intel® 82540EM Gigabit Ethernet Controller (qemu e1000 device) -- 2.43.0

