On 10/09/2021 18.14, Lorenzo Bianconi wrote:
Introduce flags field in xdp_frame and xdp_buffer data structures to define additional buffer features. At the moment the only supported buffer feature is multi-buffer bit (mb). Multi-buffer bit is used to specify if this is a linear buffer (mb = 0) or a multi-buffer frame (mb = 1). In the latter case the driver is expected to initialize the skb_shared_info structure at the end of the first buffer to link together subsequent buffers belonging to the same frame. Acked-by: John Fastabend<john.fastabend@xxxxxxxxx> Signed-off-by: Lorenzo Bianconi<lorenzo@xxxxxxxxxx> --- include/net/xdp.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+)
Acked-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>