All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next 0/4][pull request] 40GbE Intel Wired LAN Driver Updates 2017-04-06
@ 2017-04-07  3:23 Jeff Kirsher
  2017-04-07  3:23 ` [net-next 1/4] i40e/i40evf: Add capability exchange for outer checksum Jeff Kirsher
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jeff Kirsher @ 2017-04-07  3:23 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to i40e and i40evf.

Preethi adds support for the outer checksum and TSO offloads for
encapsulated packets for the VF.

Mitch fixes a possible memory leak, where we need to remove the client
instance when the driver unloads.  Also we need to check to see if the
client (i40iw) is already present during probe, and add a client instance
if necessary.  Lastly, make sure we close any attached clients when the
driver is removed or shut down to prevent a kernel panic.

The following are changes since commit dc423b6be10c56d0dd957caf307f12d16f728f07:
  Merge branch 'ftgmac-rework-batch2-rx-path'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE

Mitch Williams (3):
  i40e: remove client instance on driver unload
  i40e: register existing client on probe
  i40e: close client on remove and shutdown

Preethi Banala (1):
  i40e/i40evf: Add capability exchange for outer checksum

 drivers/net/ethernet/intel/i40e/i40e_client.c      |  9 ++++
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 62 +++++++++++++---------
 drivers/net/ethernet/intel/i40e/i40e_virtchnl.h    |  3 +-
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  7 +++
 drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h  |  3 +-
 drivers/net/ethernet/intel/i40evf/i40evf_main.c    | 61 +++++++++++----------
 .../net/ethernet/intel/i40evf/i40evf_virtchnl.c    |  4 +-
 7 files changed, 93 insertions(+), 56 deletions(-)

-- 
2.12.2

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

end of thread, other threads:[~2017-04-07 13:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  3:23 [net-next 0/4][pull request] 40GbE Intel Wired LAN Driver Updates 2017-04-06 Jeff Kirsher
2017-04-07  3:23 ` [net-next 1/4] i40e/i40evf: Add capability exchange for outer checksum Jeff Kirsher
2017-04-07  6:38   ` Or Gerlitz
2017-04-07 13:27     ` Alexander Duyck
2017-04-07  3:23 ` [net-next 2/4] i40e: remove client instance on driver unload Jeff Kirsher
2017-04-07  3:23 ` [net-next 3/4] i40e: register existing client on probe Jeff Kirsher
2017-04-07  3:23 ` [net-next 4/4] i40e: close client on remove and shutdown Jeff Kirsher
2017-04-07 12:43 ` [net-next 0/4][pull request] 40GbE Intel Wired LAN Driver Updates 2017-04-06 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.