RE: [Intel-wired-lan] [PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring

2021-03-09 Thread Bhandare, KiranX
; Karlsson, > Magnus > Subject: [Intel-wired-lan] [PATCH intel-net 1/3] i40e: move headroom > initialization to i40e_configure_rx_ring > > i40e_rx_offset(), that is supposed to initialize the Rx buffer headroom, > relies > on I40E_RXR_FLAGS_BUILD_SKB_ENABLED flag. > >

Re: [PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring

2021-03-04 Thread Jesper Dangaard Brouer
On Wed, 3 Mar 2021 16:39:26 +0100 Maciej Fijalkowski wrote: > i40e_rx_offset(), that is supposed to initialize the Rx buffer headroom, > relies on I40E_RXR_FLAGS_BUILD_SKB_ENABLED flag. > > Currently, the callsite of mentioned function is placed incorrectly > within i40e_setup_rx_descriptors()

[PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring

2021-03-03 Thread Maciej Fijalkowski
i40e_rx_offset(), that is supposed to initialize the Rx buffer headroom, relies on I40E_RXR_FLAGS_BUILD_SKB_ENABLED flag. Currently, the callsite of mentioned function is placed incorrectly within i40e_setup_rx_descriptors() where Rx ring's build skb flag is not set yet. This causes the XDP_REDIRE