netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04
@ 2019-08-04 11:59 Jeff Kirsher
  2019-08-04 11:59 ` [net-next 1/8] fm10k: remove unnecessary variable initializer Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jeff Kirsher @ 2019-08-04 11:59 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains more updates to fm10k from Jake Keller.

Jake removes the unnecessary initialization of some variables to help
resolve static code checker warnings.  Explicitly return success during
resume, since the value of 'err' is always success.  Fixed a issue with
incrementing a void pointer, which can produce undefined behavior.  Used
the __always_unused macro for function templates that are passed as
parameters in functions, but are not used.  Simplified the code by
removing an unnecessary macro in determining the value of NON_Q_VECTORS.
Fixed an issue, using bitwise operations to prevent the low address
overwriting the high portion of the address.

The following are changes since commit 9e8fb25254f76cb483303d8e9a97ed80a65418fe:
  Merge branch 'net-l3-l4-functional-tests'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Jacob Keller (8):
  fm10k: remove unnecessary variable initializer
  fm10k: remove needless assignment of err local variable
  fm10k: remove needless initialization of size local variable
  fm10k: explicitly return 0 on success path in function
  fm10k: cast page_addr to u8 * when incrementing it
  fm10k: mark unused parameters with __always_unused
  fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
  fm10k: fix fm10k_get_fault_pf to read correct address

 drivers/net/ethernet/intel/fm10k/fm10k.h      | 10 +++-----
 .../net/ethernet/intel/fm10k/fm10k_ethtool.c  |  6 ++---
 drivers/net/ethernet/intel/fm10k/fm10k_main.c |  6 ++---
 drivers/net/ethernet/intel/fm10k/fm10k_mbx.c  |  5 ++--
 .../net/ethernet/intel/fm10k/fm10k_netdev.c   | 12 ++++-----
 drivers/net/ethernet/intel/fm10k/fm10k_pci.c  | 11 ++++----
 drivers/net/ethernet/intel/fm10k/fm10k_pf.c   | 12 ++++-----
 drivers/net/ethernet/intel/fm10k/fm10k_tlv.c  |  9 ++++---
 drivers/net/ethernet/intel/fm10k/fm10k_type.h |  2 +-
 drivers/net/ethernet/intel/fm10k/fm10k_vf.c   | 25 +++++++++++--------
 10 files changed, 49 insertions(+), 49 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-08-06 21:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-04 11:59 [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04 Jeff Kirsher
2019-08-04 11:59 ` [net-next 1/8] fm10k: remove unnecessary variable initializer Jeff Kirsher
2019-08-04 11:59 ` [net-next 2/8] fm10k: remove needless assignment of err local variable Jeff Kirsher
2019-08-04 11:59 ` [net-next 3/8] fm10k: remove needless initialization of size " Jeff Kirsher
2019-08-04 11:59 ` [net-next 4/8] fm10k: explicitly return 0 on success path in function Jeff Kirsher
2019-08-04 11:59 ` [net-next 5/8] fm10k: cast page_addr to u8 * when incrementing it Jeff Kirsher
2019-08-04 11:59 ` [net-next 6/8] fm10k: mark unused parameters with __always_unused Jeff Kirsher
2019-08-04 11:59 ` [net-next 7/8] fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS Jeff Kirsher
2019-08-04 11:59 ` [net-next 8/8] fm10k: fix fm10k_get_fault_pf to read correct address Jeff Kirsher
2019-08-06  3:17 ` [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04 Jakub Kicinski
2019-08-06 21:21 ` 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).