> -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-boun...@osuosl.org] On > Behalf Of Kevin Laatz > Sent: Monday, July 15, 2019 8:07 PM > To: netdev@vger.kernel.org; a...@kernel.org; dan...@iogearbox.net; Topel, > Bjorn <bjorn.to...@intel.com>; Karlsson, Magnus > <magnus.karls...@intel.com>; jakub.kicin...@netronome.com; > jonathan.le...@gmail.com > Cc: Richardson, Bruce <bruce.richard...@intel.com>; Loftus, Ciara > <ciara.lof...@intel.com>; intel-wired-...@lists.osuosl.org; > b...@vger.kernel.org; Laatz, Kevin <kevin.la...@intel.com> > Subject: [Intel-wired-lan] [PATCH v2 05/10] ixgbe: modify driver for handling > offsets > > With the addition of the unaligned chunks option, we need to make sure we > handle the offsets accordingly based on the mode we are currently running > in. This patch modifies the driver to appropriately mask the address for each > case. > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 26 ++++++++++++++++---- > 1 file changed, 21 insertions(+), 5 deletions(-)
Tested-by: Andrew Bowers <andrewx.bow...@intel.com>