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

2017-01-15 Thread Jason Wang
On 2017年01月16日 07:59, 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 adjust_he

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

2017-01-15 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