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. > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>