ubject: [Intel-wired-lan] [PATCH intel-net 3/3] ixgbe: move headroom
> initialization to ixgbe_configure_rx_ring
>
> ixgbe_rx_offset(), that is supposed to initialize the Rx buffer headroom,
> relies
> on __IXGBE_RX_BUILD_SKB_ENABLED flag.
>
> Currently, the callsite of me
ixgbe_rx_offset(), that is supposed to initialize the Rx buffer headroom,
relies on __IXGBE_RX_BUILD_SKB_ENABLED flag.
Currently, the callsite of mentioned function is placed incorrectly
within ixgbe_setup_rx_resources() where Rx ring's build skb flag is not
set yet. This causes the XDP_REDIRECT t