Re: [PATCH bpf-next v3 06/11] mlx5e: modify driver for handling offsets

2019-07-25 Thread Laatz, Kevin
On 25/07/2019 11:15, Maxim Mikityanskiy wrote: On 2019-07-24 08:10, Kevin Laatz wrote: 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

Re: [PATCH bpf-next v3 06/11] mlx5e: modify driver for handling offsets

2019-07-25 Thread Maxim Mikityanskiy
On 2019-07-24 08:10, Kevin Laatz wrote: > 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:

[PATCH bpf-next v3 06/11] mlx5e: modify driver for handling offsets

2019-07-24 Thread Kevin Laatz
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 --- v3: - Use new helper function t