Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Fri, 9 Dec 2022 10:54:11 -0800 you wrote: > From: Bartosz Staszewski <bartoszx.staszewski@xxxxxxxxx> > > Whenever trying to load XDP prog on downed interface, function i40e_xdp > was passing vsi->rx_buf_len field to i40e_xdp_setup() which was equal 0. > i40e_open() calls i40e_vsi_configure_rx() which configures that field, > but that only happens when interface is up. When it is down, i40e_open() > is not being called, thus vsi->rx_buf_len is not set. > > [...] Here is the summary with links: - [net,v3,1/1] i40e: Fix the inability to attach XDP program on downed interface https://git.kernel.org/netdev/net/c/0c87b545a2ed You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html