netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 00/10][pull request] 100GbE Intel Wired LAN Driver Updates 2015-12-22
@ 2015-12-22 14:02 Jeff Kirsher
  2015-12-22 14:02 ` [net-next 01/10] fm10k: don't initialize fm10k_workqueue at global level Jeff Kirsher
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jeff Kirsher @ 2015-12-22 14:02 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene, john.ronciak

This series contains updates to fm10k only.

Bruce cleans up the initialization of fm10k_workqueue at the global level,
which fixes a checkpatch.pl error.  Made several other cleanups of the
driver, like making structures that do not change constant, remove unused
code, cleanup code comments and use boolean states true/false instead of
an integer since a bool is all that is needed.

Jacob fixed the TLV format for little endian structures which are 4 byte
aligned copy, so add an additional __aligned(4) and __packed to ensure
that these structures are actually 4 byte aligned and packed correctly.
Updated the driver to use ether_addr_equal() instead of memcmp() to
compare MAC addresses.

Alex Duyck cleans up the exception handling so all of the paths result in
a similar state if we fail.  Specifically the driver will now unload the
mailbox interrupt, free the queue vectors and MSI-X, and then detach the
interface.

The following are changes since commit 076ef440708bc28d821cebb2dbca64e3c917ac73:
  ibmveth: consolidate kmalloc of array, memset 0 to kcalloc
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Alexander Duyck (1):
  fm10k: Cleanup exception handling for changing queues

Bruce Allan (7):
  fm10k: don't initialize fm10k_workqueue at global level
  fm10k: address operator not needed when declaring function pointers
  fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
  fm10k: remove unused struct element
  fm10k: use true/false for boolean get_host_state
  fm10k: cleanup mailbox code comments etc
  fm10k: IS_ENABLED() is not appropriate for boolean kconfig option

Jacob Keller (2):
  fm10k: correctly pack TLV structures and explain reasoning
  fm10k: use ether_addr_equal instead of memcmp

 drivers/net/ethernet/intel/fm10k/fm10k_main.c   |  6 +--
 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c    | 50 +++++++++++--------
 drivers/net/ethernet/intel/fm10k/fm10k_mbx.h    |  4 +-
 drivers/net/ethernet/intel/fm10k/fm10k_netdev.c | 28 ++++++++---
 drivers/net/ethernet/intel/fm10k/fm10k_pci.c    | 61 +++++++++++++++++------
 drivers/net/ethernet/intel/fm10k/fm10k_pf.c     | 66 ++++++++++++-------------
 drivers/net/ethernet/intel/fm10k/fm10k_pf.h     | 15 ++++--
 drivers/net/ethernet/intel/fm10k/fm10k_tlv.c    |  2 +-
 drivers/net/ethernet/intel/fm10k/fm10k_tlv.h    |  4 +-
 drivers/net/ethernet/intel/fm10k/fm10k_type.h   |  9 ++--
 drivers/net/ethernet/intel/fm10k/fm10k_vf.c     | 44 ++++++++---------
 drivers/net/ethernet/intel/fm10k/fm10k_vf.h     |  2 +-
 12 files changed, 173 insertions(+), 118 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2015-12-22 19:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-22 14:02 [net-next 00/10][pull request] 100GbE Intel Wired LAN Driver Updates 2015-12-22 Jeff Kirsher
2015-12-22 14:02 ` [net-next 01/10] fm10k: don't initialize fm10k_workqueue at global level Jeff Kirsher
2015-12-22 14:02 ` [net-next 02/10] fm10k: correctly pack TLV structures and explain reasoning Jeff Kirsher
2015-12-22 14:02 ` [net-next 03/10] fm10k: Cleanup exception handling for changing queues Jeff Kirsher
2015-12-22 14:02 ` [net-next 04/10] fm10k: use ether_addr_equal instead of memcmp Jeff Kirsher
2015-12-22 14:02 ` [net-next 05/10] fm10k: address operator not needed when declaring function pointers Jeff Kirsher
2015-12-22 14:02 ` [net-next 06/10] fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures Jeff Kirsher
2015-12-22 14:02 ` [net-next 07/10] fm10k: remove unused struct element Jeff Kirsher
2015-12-22 14:02 ` [net-next 08/10] fm10k: use true/false for boolean get_host_state Jeff Kirsher
2015-12-22 14:02 ` [net-next 09/10] fm10k: cleanup mailbox code comments etc Jeff Kirsher
2015-12-22 14:02 ` [net-next 10/10] fm10k: IS_ENABLED() is not appropriate for boolean kconfig option Jeff Kirsher
2015-12-22 19:49 ` [net-next 00/10][pull request] 100GbE Intel Wired LAN Driver Updates 2015-12-22 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).