All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] XDP generic fixes
@ 2019-05-23 17:54 Stephen Hemminger
  2019-05-23 17:54 ` [PATCH v3 1/2] netvsc: unshare skb in VF rx handler Stephen Hemminger
  2019-05-23 17:54 ` [PATCH v3 2/2] net: core: support XDP generic on stacked devices Stephen Hemminger
  0 siblings, 2 replies; 11+ messages in thread
From: Stephen Hemminger @ 2019-05-23 17:54 UTC (permalink / raw)
  To: jiri; +Cc: netdev, Stephen Hemminger

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                  | 56 +++++++--------------------------
 2 files changed, 17 insertions(+), 45 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-05-27  4:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 17:54 [PATCH v3 0/2] XDP generic fixes Stephen Hemminger
2019-05-23 17:54 ` [PATCH v3 1/2] netvsc: unshare skb in VF rx handler Stephen Hemminger
2019-05-23 17:54 ` [PATCH v3 2/2] net: core: support XDP generic on stacked devices Stephen Hemminger
2019-05-23 19:19   ` Saeed Mahameed
2019-05-23 20:15     ` Stephen Hemminger
2019-05-24  9:33       ` Jesper Dangaard Brouer
2019-05-24 13:25         ` Jason Wang
2019-05-24  4:17     ` Jason Wang
2019-05-24 10:07       ` Jesper Dangaard Brouer
2019-05-24 13:06         ` Jason Wang
2019-05-27  4:29   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.