netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [next-queue 0/7][pull request] Intel Wired LAN Driver Updates 2015-03-13
@ 2015-03-14  0:00 Jeff Kirsher
  2015-03-14  0:00 ` [next-queue 1/7] ixgbe: add new wrapper for X550 support Jeff Kirsher
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jeff Kirsher @ 2015-03-14  0:00 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-03-16 11:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14  0:00 [next-queue 0/7][pull request] Intel Wired LAN Driver Updates 2015-03-13 Jeff Kirsher
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

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).