Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@xxxxxxxxxx>: On Sun, 9 Mar 2025 13:42:11 +0000 you wrote: > The first fixes setting incorrect skb->truesize. > When xdp-mb prog returns XDP_PASS, skb is allocated and initialized. > Currently, The truesize is calculated as BNXT_RX_PAGE_SIZE * > sinfo->nr_frags, but sinfo->nr_frags is flushed by napi_build_skb(). > So, it stores sinfo before calling napi_build_skb() and then use it > for calculate truesize. > > [...] Here is the summary with links: - [v3,net,1/8] eth: bnxt: fix truesize for mb-xdp-pass case https://git.kernel.org/netdev/net/c/9f7b2aa5034e - [v3,net,2/8] eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() https://git.kernel.org/netdev/net/c/ca2456e07395 - [v3,net,3/8] eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic https://git.kernel.org/netdev/net/c/661958552eda - [v3,net,4/8] eth: bnxt: do not update checksum in bnxt_xdp_build_skb() https://git.kernel.org/netdev/net/c/c03e7d05aa0e - [v3,net,5/8] eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} https://git.kernel.org/netdev/net/c/f09af5fdfbd9 - [v3,net,6/8] eth: bnxt: fix memory leak in queue reset https://git.kernel.org/netdev/net/c/87dd2850835d - [v3,net,7/8] net: devmem: do not WARN conditionally after netdev_rx_queue_restart() https://git.kernel.org/netdev/net/c/a70f891e0fa0 - [v3,net,8/8] selftests: drv-net: add xdp cases for ping.py https://git.kernel.org/netdev/net/c/75cc19c8ff89 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html