RE: [Intel-wired-lan] [PATCH intel-net 3/3] ixgbe: move headroom initialization to ixgbe_configure_rx_ring

2021-03-09 Thread Jambekar, Vishakha
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

[PATCH intel-net 3/3] ixgbe: move headroom initialization to ixgbe_configure_rx_ring

2021-03-03 Thread Maciej Fijalkowski
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