Andy Gospodarek wrote: > This changes the section name for the bpf program embedded in these > files to "xdp.frags" to allow the programs to be loaded on drivers that > are using an MTU greater than PAGE_SIZE. Rather than directly accessing > the buffers, the packet data is now accessed via xdp helper functions to > provide an example for those who may need to write more complex > programs. > > Signed-off-by: Andy Gospodarek <gospo@xxxxxxxxxxxx> > --- OK. Although we lose the non frag example, but I guess that is fine and highlights we don't maintain samples. Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>