[net-next PATCH 0/3] Introduce the Intel 82599 10 Gigabit Network Adapter family

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff Kirsher
Date: Friday, February 27, 2009 - 6:44 pm

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[net-next PATCH 0/3] Introduce the Intel 82599 10 Gigabit ..., Jeff Kirsher, (Fri Feb 27, 6:44 pm)
Re: [net-next PATCH 1/3] ixgbe: Add hardware specific init ..., Waskiewicz Jr, Peter P, (Fri Feb 27, 9:58 pm)
Re: [net-next PATCH 0/3] Introduce the Intel 82599 10 Giga ..., Waskiewicz Jr, Peter P, (Sun Mar 1, 11:34 am)