On Fri, Oct 04, 2024 at 02:08:38PM +0200, Daniel Borkmann wrote: > On 10/2/24 5:54 PM, Maciej Fijalkowski wrote: > > Let's bring xdp_buff_xsk back to occupying 2 cachelines by removing > > xskb_list_node - for the purpose of gathering the xskb frags > > free_list_node can be used, head of the list (xsk_buff_pool::xskb_list) > > stays as-is, just reuse the node ptr. > > > > It is safe to do as a single xdp_buff_xsk can never reside in two > > pool's lists simultaneously. > > > > Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx> > > Given you send v2 anyway, pls also double check the clang errors from netdev CI: > https://netdev.bots.linux.dev/static/nipa/894909/13820003/build_clang/summary Thanks, fixed in v2.