Re: [PATCH bpf-next 1/3] i40e: fix xdp handle calculations

2019-09-12 Thread Björn Töpel
On Wed, 11 Sep 2019 at 19:27, Ciara Loftus wrote: > > Commit 4c5d9a7fa149 ("i40e: fix xdp handle calculations") reintroduced > the addition of the umem headroom to the xdp handle in the i40e_zca_free, > i40e_alloc_buffer_slow_zc and i40e_alloc_buffer_zc functions. However, > the headroom is alread

RE: [Intel-wired-lan] [PATCH bpf-next 1/3] i40e: fix xdp handle calculations

2019-09-12 Thread Bowers, AndrewX
us > ; jonathan.le...@gmail.com > Cc: Richardson, Bruce ; b...@vger.kernel.org; > intel-wired-...@lists.osuosl.org; Loftus, Ciara ; > Laatz, Kevin > Subject: [Intel-wired-lan] [PATCH bpf-next 1/3] i40e: fix xdp handle > calculations > > Commit 4c5d9a7fa149 ("i40e: fix xdp ha

[PATCH bpf-next 1/3] i40e: fix xdp handle calculations

2019-09-11 Thread Ciara Loftus
Commit 4c5d9a7fa149 ("i40e: fix xdp handle calculations") reintroduced the addition of the umem headroom to the xdp handle in the i40e_zca_free, i40e_alloc_buffer_slow_zc and i40e_alloc_buffer_zc functions. However, the headroom is already added to the handle in the function i40_run_xdp_zc. This co