[RFC][b/azure][PATCH 0/3] azure XDP generic fixes - option 2

Ioanna Alifieraki ioanna-maria.alifieraki at canonical.com
Thu Jun 13 19:27:52 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1831254

As per lp #1831254 to backport commits:
996ed04741467 ("netvsc: unshare skb in VF rx handler")
458bf2f224f04 ("net: core: support XDP generic on stacked devices.")

PATCH 1/3 : cherry-picks 996ed04741467
PATCH 2/3 : backports dc05360fee660 needed for 458bf2f224f04
PATCH 3/3 : backports 458bf2f224f04
Both pathces (2,3) backport relevant commits by not including the
modifications done on netif_receive_skb_list_internal function which is
not present.

Eric Dumazet (1):
  net: convert rps_needed and rfs_needed to new static branch api

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 ++++
 drivers/net/tun.c               |  2 +-
 include/linux/netdevice.h       |  4 +--
 include/net/sock.h              |  2 +-
 net/core/dev.c                  | 50 +++++++++++----------------------
 net/core/net-sysfs.c            |  4 +--
 net/core/sysctl_net_core.c      |  8 +++---
 7 files changed, 32 insertions(+), 44 deletions(-)

-- 
2.17.1




More information about the kernel-team mailing list