From: Lorenzo Bianconi <[email protected]>
Date: Fri, 17 Jul 2020 00:16:28 +0200
> Rework mvneta_rx_swbm routine in order to process all rx descriptors before
> building the skb or run the xdp program attached to the interface.
> Introduce xdp_get_shared_info_from_{buff,frame} utility routines to get the
> skb_shared_info pointer from xdp_buff or xdp_frame.
> This is a preliminary series to enable multi-buffers and jumbo frames for XDP
> according to [1]
>
> [1]
> https://github.com/xdp-project/xdp-project/blob/master/areas/core/xdp-multi-buffer01-design.org
>
> Changes since v1:
> - rely on skb_frag_* utility routines to access page/offset/len of the xdp
> multi-buffer
Series applied, thank you.