All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, gospo@redhat.com
Subject: [net-next PATCH 0/3] Introduce the Intel 82599 10 Gigabit Network Adapter family
Date: Fri, 27 Feb 2009 17:44:16 -0800	[thread overview]
Message-ID: <20090228013916.22664.54781.stgit@lost.foo-projects.org> (raw)

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

             reply	other threads:[~2009-02-28  1:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-28  1:44 Jeff Kirsher [this message]
2009-02-28  1:44 ` [net-next PATCH 1/3] ixgbe: Add hardware specific initialization code for 82599 devices Jeff Kirsher
2009-02-28  2:37   ` Ben Hutchings
2009-02-28  4:58     ` Waskiewicz Jr, Peter P
2009-02-28  1:44 ` [net-next PATCH 2/3] ixgbe: Add DCB for 82599, remove BCN support Jeff Kirsher
2009-02-28  1:45 ` [net-next PATCH 3/3] ixgbe: Add 82599 device id's, hook it up into the main driver Jeff Kirsher
2009-03-01  8:25 ` [net-next PATCH 0/3] Introduce the Intel 82599 10 Gigabit Network Adapter family David Miller
2009-03-01 10:30   ` Jeff Kirsher
2009-03-01 18:34     ` Waskiewicz Jr, Peter P

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090228013916.22664.54781.stgit@lost.foo-projects.org \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=gospo@redhat.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.