> -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces@xxxxxxxxxx] On > Behalf Of Kevin Laatz > Sent: Monday, July 15, 2019 8:07 PM > To: netdev@xxxxxxxxxxxxxxx; ast@xxxxxxxxxx; daniel@xxxxxxxxxxxxx; Topel, > Bjorn <bjorn.topel@xxxxxxxxx>; Karlsson, Magnus > <magnus.karlsson@xxxxxxxxx>; jakub.kicinski@xxxxxxxxxxxxx; > jonathan.lemon@xxxxxxxxx > Cc: Richardson, Bruce <bruce.richardson@xxxxxxxxx>; Loftus, Ciara > <ciara.loftus@xxxxxxxxx>; intel-wired-lan@xxxxxxxxxxxxxxxx; > bpf@xxxxxxxxxxxxxxx; Laatz, Kevin <kevin.laatz@xxxxxxxxx> > Subject: [Intel-wired-lan] [PATCH v2 04/10] i40e: 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: Bruce Richardson <bruce.richardson@xxxxxxxxx> > Signed-off-by: Kevin Laatz <kevin.laatz@xxxxxxxxx> > --- > drivers/net/ethernet/intel/i40e/i40e_xsk.c | 26 +++++++++++++++++----- > 1 file changed, 21 insertions(+), 5 deletions(-) Tested-by: Andrew Bowers <andrewx.bowers@xxxxxxxxx>