]> asedeno.scripts.mit.edu Git - linux.git/commit
ixgbe: add tracking of AF_XDP zero-copy state for each queue pair
authorJan Sokolowski <jan.sokolowski@intel.com>
Fri, 22 Mar 2019 21:16:37 +0000 (14:16 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 5 Jun 2019 20:04:29 +0000 (13:04 -0700)
commitd49e286d354e75710cc9d100197de1161a8b809e
tree9e8c1a118518ffee1ec0ffc514d9e9df0c585d3e
parent11694b03616b2a03cd7e3f0897d4d086c7fbc4b5
ixgbe: add tracking of AF_XDP zero-copy state for each queue pair

Here, we add a bitmap to the ixgbe_adapter that tracks if a
certain queue pair has been "zero-copy enabled" via the ndo_bpf.
The bitmap is used in ixgbe_xsk_umem, and enables zero-copy if
and only if XDP is enabled, the corresponding qid in the bitmap
is set, and the umem is non-NULL;

Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c