Lorenzo Bianconi <lorenzo@xxxxxxxxxx> writes: > Introduce BPF_F_XDP_MB and the related field in bpf_prog_aux in order to > notify the driver the loaded program support xdp multi-buffer. We should also add some restrictions in the BPF core. In particular, tail call, cpumap and devmap maps should not be able to mix multi-buf and non-multibuf programs. -Toke