Re: [PATCH 05/11] ixgbe: add offset to zca_free

2019-06-24 Thread Björn Töpel
On Thu, 20 Jun 2019 at 19:25, Kevin Laatz wrote: > > This patch adds the offset param to for zero_copy_allocator to > ixgbe_zca_free. This change is required to calculate the handle, otherwise, > this function will not work in unaligned chunk mode since we can't easily mask > back to the original

[PATCH 05/11] ixgbe: add offset to zca_free

2019-06-20 Thread Kevin Laatz
This patch adds the offset param to for zero_copy_allocator to ixgbe_zca_free. This change is required to calculate the handle, otherwise, this function will not work in unaligned chunk mode since we can't easily mask back to the original handle in unaligned chunk mode. Signed-off-by: Kevin Laatz

[PATCH 05/11] ixgbe: add offset to zca_free

2019-06-20 Thread Kevin Laatz
This patch adds the offset param to for zero_copy_allocator to ixgbe_zca_free. This change is required to calculate the handle, otherwise, this function will not work in unaligned chunk mode since we can't easily mask back to the original handle in unaligned chunk mode. Signed-off-by: Kevin Laatz