]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'virtio_net-xdp-refine'
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 20:37:01 +0000 (13:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 20:37:01 +0000 (13:37 -0700)
commit5b9a689a758306d95c5a849c083d6eb2f4995716
tree7958a5ebe775d814f55746bd25e300a7cc7c9849
parent3b9a1a889c9a412b889146b2b39ec15f001ec51f
parent7b2427dd7505e25396391103b73b74677a1d978d
Merge branch 'virtio_net-xdp-refine'

Jason Wang says:

====================
Refine virtio-net XDP

This series brings two optimizations for virtio-net XDP:

- avoid reset during XDP set
- turn off offloads on demand

Changes from V1:
- Various tweaks on commit logs and comments
- Use virtnet_napi_enable() when enabling NAPI on XDP set
- Copy the small buffer packet only if xdp_headroom is smaller than
  required
====================

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