mbox series

[v4,0/2] XDP generic fixes

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

Message

Stephen Hemminger May 28, 2019, 6:47 p.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.

Stephen Hemminger (2):
  netvsc: unshare skb in VF rx handler
  net: core: support XDP generic on stacked devices.

 drivers/net/hyperv/netvsc_drv.c |  6 ++++
 net/core/dev.c                  | 58 +++++++--------------------------
 2 files changed, 18 insertions(+), 46 deletions(-)

Comments

David Miller May 30, 2019, 6:12 p.m. UTC | #1
From: Stephen Hemminger <stephen@networkplumber.org>
Date: Tue, 28 May 2019 11:47:29 -0700

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

Series applied.