From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
jogreene@redhat.com
Subject: [next-queue 0/7][pull request] Intel Wired LAN Driver Updates 2015-03-13
Date: Fri, 13 Mar 2015 17:00:41 -0700 [thread overview]
Message-ID: <1426291248-14739-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
This series contains updates to ixgbe and ixgbevf.
Don adds additional support for X550 MAC types, which require additional
steps around enabling and disabling Rx. Also cleans up variable type
inconsistency.
I provide a patch to allow relaxed ordering to be enabled on SPARC
architectures. Also cleans up ixgbevf whitespace and code comments to
align the driver with networking coding standard. Lastly cleaned up
uses of memcpy() where ether_addr_copy() could have been used.
Alex removes some dead code in the ixgbe cleanup patch.
The following are changes since commit 2801be4a0ea4cd0965f9c12ff813a91892a8e157:
Merge branch 'bcmgenet_xmit_more'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue master
Alexander Duyck (1):
ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything
Don Skidmore (3):
ixgbe: add new wrapper for X550 support
ixgbe: Clean up type inconsistency
ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 static
Jeff Kirsher (3):
ixgbe: enable relaxed ordering for SPARC
ixgbevf: Fix code comments and whitespace
ixgbevf: Use ether_addr_copy() instead of memcpy()
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 1 -
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 10 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 7 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 56 ++++-
drivers/net/ethernet/intel/ixgbe/ixgbe_common.h | 2 +
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 13 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 26 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 7 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c | 2 +
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 47 +++-
drivers/net/ethernet/intel/ixgbevf/defines.h | 285 +++++++++++-----------
drivers/net/ethernet/intel/ixgbevf/ethtool.c | 86 +++----
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 82 ++++---
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 229 +++++++++--------
drivers/net/ethernet/intel/ixgbevf/mbx.c | 43 ++--
drivers/net/ethernet/intel/ixgbevf/mbx.h | 93 ++++---
drivers/net/ethernet/intel/ixgbevf/regs.h | 105 ++++----
drivers/net/ethernet/intel/ixgbevf/vf.c | 63 +++--
drivers/net/ethernet/intel/ixgbevf/vf.h | 15 +-
19 files changed, 636 insertions(+), 536 deletions(-)
--
1.9.3
next reply other threads:[~2015-03-14 0:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-14 0:00 Jeff Kirsher [this message]
2015-03-14 0:00 ` [next-queue 1/7] ixgbe: add new wrapper for X550 support Jeff Kirsher
2015-03-14 0:00 ` [next-queue 2/7] ixgbe: Clean up type inconsistency Jeff Kirsher
2015-03-14 0:00 ` [next-queue 3/7] ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 static Jeff Kirsher
2015-03-14 0:00 ` [next-queue 4/7] ixgbe: enable relaxed ordering for SPARC Jeff Kirsher
2015-03-14 12:23 ` Sowmini Varadhan
2015-03-16 11:49 ` David Laight
2015-03-14 0:00 ` [next-queue 5/7] ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anything Jeff Kirsher
2015-03-14 0:00 ` [next-queue 6/7] ixgbevf: Fix code comments and whitespace Jeff Kirsher
2015-03-14 0:00 ` [next-queue 7/7] ixgbevf: Use ether_addr_copy() instead of memcpy() Jeff Kirsher
2015-03-14 19:08 ` [next-queue 0/7][pull request] Intel Wired LAN Driver Updates 2015-03-13 David Miller
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=1426291248-14739-1-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=jogreene@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=sassmann@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).