netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/2][pull request] Intel Wired LAN Driver Fixes 2019-04-01
@ 2019-04-01 18:44 Jeff Kirsher
  2019-04-01 18:44 ` [net 1/2] i40e: move i40e_xsk_umem function Jeff Kirsher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Kirsher @ 2019-04-01 18:44 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains two fixes for XDP in the i40e driver.

Björn provides both fixes, first moving a function out of the header and
into the main.c file.  Second fixes a regression introduced in an
earlier patch that removed umem from the VSI.  This caused an issue
because the setup code would try to enable AF_XDP zero copy
unconditionally, as long as there was a umem placed in the netdev
receive structure.

The following are changes since commit b506bc975f60f06e13e74adb35e708a23dc4e87c:
  tcp: fix a potential NULL pointer dereference in tcp_sk_exit
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE

Björn Töpel (2):
  i40e: move i40e_xsk_umem function
  i40e: add tracking of AF_XDP ZC state for each queue pair

 drivers/net/ethernet/intel/i40e/i40e.h      | 16 ++----------
 drivers/net/ethernet/intel/i40e/i40e_main.c | 28 +++++++++++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_xsk.c  |  3 +++
 3 files changed, 33 insertions(+), 14 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-04-02 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 18:44 [net 0/2][pull request] Intel Wired LAN Driver Fixes 2019-04-01 Jeff Kirsher
2019-04-01 18:44 ` [net 1/2] i40e: move i40e_xsk_umem function Jeff Kirsher
2019-04-01 18:44 ` [net 2/2] i40e: add tracking of AF_XDP ZC state for each queue pair Jeff Kirsher
2019-04-02 20:27 ` [net 0/2][pull request] Intel Wired LAN Driver Fixes 2019-04-01 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).