Merge branch 'virtio-net-xdp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Dec 2016 18:48:56 +0000 (13:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Dec 2016 18:48:56 +0000 (13:48 -0500)
commite57cbe48a6b7a9a05a058aee5336d25407ad1c2c
tree3fb73f7fd7545d53be8ba17d64285fffc4768eed
parentd3a51d6cbc8a31bf924be1fe116e461138b1cddc
parentbb91accf27335c6dc460e202991ca140fa21e1b5
Merge branch 'virtio-net-xdp-fixes'

Jason Wang says:

====================
several fixups for virtio-net XDP

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>