Re: [net PATCH v5 0/6] virtio_net XDP fixes and adjust_header support

2017-01-18 Thread Michael S. Tsirkin
On Tue, Jan 17, 2017 at 02:19:27PM -0800, 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

[net PATCH v5 0/6] virtio_net XDP fixes and adjust_header support

2017-01-17 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 ob