Netdev List
 help / color / mirror / Atom feed
* [net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-19
@ 2018-03-19 17:56 Jeff Kirsher
  2018-03-19 17:56 ` [net-next 1/9] i40evf: Reorder configure_clsflower to avoid deadlock on error Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jeff Kirsher @ 2018-03-19 17:56 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to i40e and i40evf only.

Alex fixes a potential deadlock in the configure_clsflower function in
i40evf, where we exit with the "IN_CRITICAL_TASK" bit set while
notifying the PF of flower filters.

Jan fixed an issue where it was possible to set a mode that is not
allowed which resulted in link being down, so fixed the parity between
i40e_set_link_ksettings() and i40e_get_link_ksettings().

Patryk fixes a bug where a backplane device was allowing the setting of
link settings, which is not allowed.

Shiraz fixes a crash when entering S3 because the client interface was
freeing the MSIx vectors while they are still in use.

Jake fixes up a function header comment to document a newly added
parameter.  Also cleaned up flags that were never used.

Doug fixes the incorrect return type for i40e_aq_add_cloud_filters().

The following are changes since commit e3c72f3d37e4745dc3a6ae69f5fc2bd4c31ca4eb:
  selftests: pmtu: Drop prints to kernel log from pmtu_vti6_link_change_mtu
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Alexander Duyck (1):
  i40evf: Reorder configure_clsflower to avoid deadlock on error

Doug Dziggel (1):
  i40e: Fix incorrect return types

Jacob Keller (2):
  i40e: add doxygen comment for new mode parameter
  i40evf: remove flags that are never used

Jan Sokolowski (1):
  i40e: Properly check allowed advertisement capabilities

Patryk Małek (2):
  i40e: Prevent setting link speed on KX_X722
  i40e: Prevent setting link speed on I40E_DEV_ID_25G_B

Paweł Jabłoński (1):
  i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATE

Shiraz Saleem (1):
  i40e: Close client on suspend and restore client MSIx on resume

 drivers/net/ethernet/intel/i40e/i40e.h           |  1 +
 drivers/net/ethernet/intel/i40e/i40e_client.c    | 16 ++++++++--
 drivers/net/ethernet/intel/i40e/i40e_common.c    | 40 +++++++++++++++++++-----
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c   | 20 ++++++------
 drivers/net/ethernet/intel/i40e/i40e_main.c      |  8 +++++
 drivers/net/ethernet/intel/i40e/i40e_prototype.h |  4 +--
 drivers/net/ethernet/intel/i40evf/i40evf.h       |  3 --
 drivers/net/ethernet/intel/i40evf/i40evf_main.c  | 23 +++++++-------
 8 files changed, 77 insertions(+), 38 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-03-19 19:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 17:56 [net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-19 Jeff Kirsher
2018-03-19 17:56 ` [net-next 1/9] i40evf: Reorder configure_clsflower to avoid deadlock on error Jeff Kirsher
2018-03-19 17:56 ` [net-next 2/9] i40e: Properly check allowed advertisement capabilities Jeff Kirsher
2018-03-19 17:56 ` [net-next 3/9] i40e: Prevent setting link speed on KX_X722 Jeff Kirsher
2018-03-19 17:56 ` [net-next 4/9] i40e: Close client on suspend and restore client MSIx on resume Jeff Kirsher
2018-03-19 17:56 ` [net-next 5/9] i40e: add doxygen comment for new mode parameter Jeff Kirsher
2018-03-19 17:56 ` [net-next 6/9] i40e: Fix incorrect return types Jeff Kirsher
2018-03-19 17:56 ` [net-next 7/9] i40e: Prevent setting link speed on I40E_DEV_ID_25G_B Jeff Kirsher
2018-03-19 17:56 ` [net-next 8/9] i40evf: remove flags that are never used Jeff Kirsher
2018-03-19 17:56 ` [net-next 9/9] i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATE Jeff Kirsher
2018-03-19 19:12 ` [net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2018-03-19 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox