Re: [PATCH net 0/9] several fixups for virtio-net XDP
From: David Miller <davem@davemloft.net>
Date: 2016-12-23 18:49:16
Also in:
lkml, virtualization
From: David Miller <davem@davemloft.net>
Date: 2016-12-23 18:49:16
Also in:
lkml, virtualization
From: Jason Wang <jasowang@redhat.com> Date: Fri, 23 Dec 2016 22:37:23 +0800
Merry Xmas and a Happy New year to all: This series tries to fixes several issues for virtio-net XDP which could be categorized into several parts: - fix several issues during XDP linearizing - allow csumed packet to work for XDP_PASS - make EWMA rxbuf size estimation works for XDP - forbid XDP when GUEST_UFO is support - remove big packet XDP support - add XDP support or small buffer Please see individual patches for details.
Series applied, thanks Jason.