Re: [net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2018-02-13

2018-02-13 Thread David Miller
From: Jeff Kirsher 
Date: Tue, 13 Feb 2018 11:53:22 -0800

> This series contains updates to i40e and i40evf.
 ...
> The following are changes since commit 
> 8c2ceabe99e04005cadba739856eed6953a8a3af:
>   net/ipv4: Unexport fib_multipath_hash and fib_select_path
> and are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Pulled, thanks Jeff.


[net-next 00/10][pull request] 40GbE Intel Wired LAN Driver Updates 2018-02-13

2018-02-13 Thread Jeff Kirsher
This series contains updates to i40e and i40evf.

Wei Yongjun fixes a function that needed to be "static".  Also fixes the
use of GFP_KERNEL to GFP_ATOMIC when we have taken a spinlock.

Mitch cleans up several info messages to not include the memory
addresses being used on the off chance this information could be used
maliciously.

Alan provides several fixes to the broadcast filters starting with the
triggering of overflow promiscuous in circumstances where we run out of
space for broadcast filters to prevent traffic from being unexpectedly
dropped.  Refactored the code to improve the readability and
maintainability when we are concerned about when and how overflow
promiscuous is changed.

Harshitha cleans up a message to make it more clear on what is being
reset, so users are not confused and think the PF is resetting.

Dave fixes an issue where the MAC, firmware version and NPAR checks used
to determine if shutting off the firmware LLDP engine is supported or
not, instead set a hardware flag which ethtool can use.

Jake updates the VF driver to use __dev_uc_sync and __dev_mc_sync, like
the PF driver.

The following are changes since commit 8c2ceabe99e04005cadba739856eed6953a8a3af:
  net/ipv4: Unexport fib_multipath_hash and fib_select_path
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Alan Brady (3):
  i40e: broadcast filters can trigger overflow promiscuous
  i40e: refactor promisc_changed in i40e_sync_vsi_filters
  i40e: do not force filter failure in overflow promiscuous

Dave Ertman (1):
  i40e: i40e: Change ethtool check from MAC to HW flag

Harshitha Ramamurthy (2):
  i40evf: Use an iterator of the same type as the list
  i40evf: Make VF reset warning message more clear

Jacob Keller (1):
  i40evf: use __dev_[um]c_sync routines in .set_rx_mode

Mitch Williams (1):
  i40e: don't leak memory addresses

Wei Yongjun (2):
  i40e: Make local function i40e_get_link_speed static
  i40evf: use GFP_ATOMIC under spin lock

 drivers/net/ethernet/intel/i40e/i40e.h |   1 +
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c |  40 ++--
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c |  12 +--
 drivers/net/ethernet/intel/i40e/i40e_main.c|  88 -
 drivers/net/ethernet/intel/i40evf/i40evf_main.c| 106 -
 .../net/ethernet/intel/i40evf/i40evf_virtchnl.c|  10 +-
 6 files changed, 119 insertions(+), 138 deletions(-)

-- 
2.14.3