[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090228013916.22664.54781.stgit@lost.foo-projects.org>
Date: Fri, 27 Feb 2009 17:44:16 -0800
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, gospo@...hat.com
Subject: [net-next PATCH 0/3] Introduce the Intel 82599 10 Gigabit Network
Adapter family
The following series implements basic support for the new Intel 82599 10 Gigabit Network adapter. Contained in this patchset is:
1) Hardware specific code to initialize the 82599 device
2) Include Data Center Bridging support for 82599
3) Add the current device ID's for 82599, including a fully pluggable 1G/10G SFP+ NIC, and a KX/KX4 mezzanine card
---
PJ Waskiewicz (3):
ixgbe: Add 82599 device id's, hook it up into the main driver.
ixgbe: Add DCB for 82599, remove BCN support
ixgbe: Add hardware specific initialization code for 82599 devices
drivers/net/ixgbe/Makefile | 5
drivers/net/ixgbe/ixgbe.h | 29 +
drivers/net/ixgbe/ixgbe_82598.c | 7
drivers/net/ixgbe/ixgbe_82599.c | 1277 +++++++++++++++++++++++++++++++++++
drivers/net/ixgbe/ixgbe_common.c | 319 +++++++++
drivers/net/ixgbe/ixgbe_common.h | 10
drivers/net/ixgbe/ixgbe_dcb.c | 17
drivers/net/ixgbe/ixgbe_dcb.h | 54 +
drivers/net/ixgbe/ixgbe_dcb_82599.c | 472 +++++++++++++
drivers/net/ixgbe/ixgbe_dcb_82599.h | 127 +++
drivers/net/ixgbe/ixgbe_dcb_nl.c | 193 -----
drivers/net/ixgbe/ixgbe_ethtool.c | 3
drivers/net/ixgbe/ixgbe_main.c | 659 +++++++++++++++---
drivers/net/ixgbe/ixgbe_phy.c | 590 ++++++++++++++++
drivers/net/ixgbe/ixgbe_phy.h | 16
drivers/net/ixgbe/ixgbe_type.h | 766 ++++++++++++++++++++-
16 files changed, 4131 insertions(+), 413 deletions(-)
create mode 100644 drivers/net/ixgbe/ixgbe_82599.c
create mode 100644 drivers/net/ixgbe/ixgbe_dcb_82599.c
create mode 100644 drivers/net/ixgbe/ixgbe_dcb_82599.h
--
Cheers,
Jeff
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists