Lorenzo Bianconi wrote: > Relying on xdp mb bit, remove skb_shared_info structure allocated on the > stack in mvneta_rx_swbm routine and simplify mvneta_swbm_add_rx_fragment > accessing skb_shared_info in the xdp_buff structure directly. There is no > performance penalty in this approach since mvneta_swbm_add_rx_fragment > is run just for multi-buff use-case. > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>