mbox series

[v2,net,0/2] XDP generic related fixes

Message ID 20190519031046.4049-1-sthemmin@microsoft.com
Headers show
Series XDP generic related fixes | expand

Message

Stephen Hemminger May 19, 2019, 3:10 a.m. UTC
This set of patches came about while investigating XDP
generic on Azure. The split brain nature of the accelerated
networking exposed issues with the stack device model.

The real fix is in the second patch which is a redo
of earlier patch from Jason Wang.

v2 - hold off the comment fixes for net-next

Stephen Hemminger (2):
  netvsc: unshare skb in VF rx handler
  net: core: generic XDP support for stacked device

 drivers/net/hyperv/netvsc_drv.c |  6 ++++++
 net/core/dev.c                  | 10 ++++++++++
 2 files changed, 16 insertions(+)