Re: [net PATCH v2 0/5] virtio_net XDP fixes and adjust_header support

2017-01-12 Thread John Fastabend
On 17-01-12 04:34 PM, John Fastabend wrote: > This has a fix to handle small buffer free logic correctly and then > also adds adjust head support. > > I pushed adjust head at net (even though its rc3) to avoid having > to push another exception case into virtio_net to catch if the > program uses

[net PATCH v2 0/5] virtio_net XDP fixes and adjust_header support

2017-01-12 Thread John Fastabend
This has a fix to handle small buffer free logic correctly and then also adds adjust head support. I pushed adjust head at net (even though its rc3) to avoid having to push another exception case into virtio_net to catch if the program uses adjust_head and then block it. If there are any strong