-
- Downloads
ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4)
This patch adds support for the Intel 82598 PCI-Express 10GbE chipset. Devices will be available on the market soon. This version of the driver is largely the same as the last release: * Driver uses a single RX and single TX queue, each using 1 MSI-X irq vector. * Driver runs in NAPI mode only * Driver is largely multiqueue-ready (TM) Changes since 20070803: * removed wrappers for hardware functions * incorporated e1000e-style HW api reorganization code * sparse/checkpatch cleanups, namespace cleanups * driver prints out extra debugging information at load time identifying adapter board number, mac, phy types * removed ixgbe_api.c, ixgbe_api.h, ixgbe_osdep.h * driver update to 1.1.18 * removed ixgbe.txt which contained no useful info anymore [ Integrated napi_struct changes from Auke as well... -DaveM ] Signed-off-by:Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by:
Ayyappan Veeraiyan <ayyappan.veeraiyan@intel.com> Signed-off-by:
Jeff Garzik <jeff@garzik.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- MAINTAINERS 4 additions, 6 deletionsMAINTAINERS
- drivers/net/Kconfig 25 additions, 2 deletionsdrivers/net/Kconfig
- drivers/net/Makefile 1 addition, 0 deletionsdrivers/net/Makefile
- drivers/net/ixgbe/Makefile 36 additions, 0 deletionsdrivers/net/ixgbe/Makefile
- drivers/net/ixgbe/ixgbe.h 259 additions, 0 deletionsdrivers/net/ixgbe/ixgbe.h
- drivers/net/ixgbe/ixgbe_82598.c 589 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_82598.c
- drivers/net/ixgbe/ixgbe_common.c 1175 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_common.c
- drivers/net/ixgbe/ixgbe_common.h 86 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_common.h
- drivers/net/ixgbe/ixgbe_ethtool.c 943 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_ethtool.c
- drivers/net/ixgbe/ixgbe_main.c 2873 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_main.c
- drivers/net/ixgbe/ixgbe_phy.c 494 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_phy.c
- drivers/net/ixgbe/ixgbe_phy.h 50 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_phy.h
- drivers/net/ixgbe/ixgbe_type.h 1332 additions, 0 deletionsdrivers/net/ixgbe/ixgbe_type.h
Loading
Please register or sign in to comment