mbox series

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

Message ID 20190613192755.31428-1-ioanna-maria.alifieraki@canonical.com
Headers show
Series azure XDP generic fixes - option 2 | expand

Message

Ioanna Alifieraki June 13, 2019, 7:27 p.m. UTC
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(-)

Comments

Marcelo Henrique Cerri June 28, 2019, 11:43 a.m. UTC | #1
Final solution already applied.

On Thu, Jun 13, 2019 at 08:27:52PM +0100, Ioanna Alifieraki wrote:
> 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
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team