netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/9][pull request] Intel Wired LAN Driver Updates 2020-01-17
@ 2020-01-17 18:56 Jeff Kirsher
  2020-01-17 18:56 ` [net-next 1/9] igc: Fix typo in a comment Jeff Kirsher
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jeff Kirsher @ 2020-01-17 18:56 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains updates to igc, i40e, fm10k and ice drivers.

Sasha fixes a typo in a code comment that referred to silicon that is
not supported in the igc driver.  Cleaned up a defined that was not
being used.  Added support for another i225 SKU which does not have an
NVM.  Added support for TCP segmentation offload (TSO) into igc.  Added
support for PHY power management control to provide a reliable and
accurate indication of PHY reset completion.

Jake adds support for the new txqueue parameter to the transmit timeout
function in fm10k which reduces the code complexity when determining
which transmit queue is stuck.

Julio Faracco makes the similar changes that Jake did for fm10k, for
i40e and ice drivers.  Added support for the new txqueue parameter in
the transmit timeout functions for i40e and ice.

Colin Ian King cleans up a redundant initialization of a local variable.

The following are changes since commit 56f200c78ce4d94680a27a1ce97a29ebeb4f23e1:
  netns: Constify exported functions
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Colin Ian King (1):
  ice: remove redundant assignment to variable xmit_done

Jacob Keller (1):
  fm10k: use txqueue parameter in fm10k_tx_timeout

Julio Faracco (2):
  i40e: Removing hung_queue variable to use txqueue function parameter
  ice: Removing hung_queue variable to use txqueue function parameter

Sasha Neftin (5):
  igc: Fix typo in a comment
  igc: Remove unused definition
  igc: Add SKU for i225 device
  igc: Add support for TSO
  igc: Add PHY power management control

 .../net/ethernet/intel/fm10k/fm10k_netdev.c   |  17 +--
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  41 ++-----
 drivers/net/ethernet/intel/ice/ice_main.c     |  41 ++-----
 drivers/net/ethernet/intel/ice/ice_xsk.c      |   2 +-
 drivers/net/ethernet/intel/igc/igc_base.c     |   1 +
 drivers/net/ethernet/intel/igc/igc_defines.h  |   5 +
 drivers/net/ethernet/intel/igc/igc_hw.h       |   3 +-
 drivers/net/ethernet/intel/igc/igc_main.c     | 116 +++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_phy.c      |  16 ++-
 drivers/net/ethernet/intel/igc/igc_regs.h     |   1 +
 10 files changed, 170 insertions(+), 73 deletions(-)

-- 
2.24.1


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

end of thread, other threads:[~2020-01-18 13:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-17 18:56 [net-next 0/9][pull request] Intel Wired LAN Driver Updates 2020-01-17 Jeff Kirsher
2020-01-17 18:56 ` [net-next 1/9] igc: Fix typo in a comment Jeff Kirsher
2020-01-17 18:56 ` [net-next 2/9] igc: Remove unused definition Jeff Kirsher
2020-01-17 18:56 ` [net-next 3/9] igc: Add SKU for i225 device Jeff Kirsher
2020-01-17 18:56 ` [net-next 4/9] igc: Add support for TSO Jeff Kirsher
2020-01-17 18:56 ` [net-next 5/9] igc: Add PHY power management control Jeff Kirsher
2020-01-17 18:56 ` [net-next 6/9] fm10k: use txqueue parameter in fm10k_tx_timeout Jeff Kirsher
2020-01-17 18:56 ` [net-next 7/9] i40e: Removing hung_queue variable to use txqueue function parameter Jeff Kirsher
2020-01-17 18:56 ` [net-next 8/9] ice: " Jeff Kirsher
2020-01-17 18:56 ` [net-next 9/9] ice: remove redundant assignment to variable xmit_done Jeff Kirsher
2020-01-18 13:30 ` [net-next 0/9][pull request] Intel Wired LAN Driver Updates 2020-01-17 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).