mbox series

[Bionic,PULL] nfp: fix disabling on hw-tc-offload in flower

Message ID 20180327224011.GA28934@whence.com
State New
Headers show
Series [Bionic,PULL] nfp: fix disabling on hw-tc-offload in flower | expand

Pull-request

git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic lp1752828-nfp

Message

Kamal Mostafa March 27, 2018, 10:40 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1752828

== Development Kernel Request ==
Backport request: "nfp: fix disabling on hw-tc-offload in flower"

== Fix ==
Simple context backports from mainline.  Affects only this device.
Low regression potential.

-----

The following changes since commit 35645ff1903e34d9bbf69982f07d74cbbf8a8280:

  KVM: PPC: Book3S HV: Fix duplication of host SLB entries (2018-03-27 16:09:37 -0500)

are available in the git repository at:

  git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/bionic lp1752828-nfp

for you to fetch changes up to a22bcf64183348876a2de6e4930d9a2acf34a987:

  nfp: forbid disabling hw-tc-offload on representors while offload active (2018-03-27 15:23:34 -0700)

----------------------------------------------------------------
Jakub Kicinski (3):
      nfp: bpf: require ETH table
      nfp: don't advertise hw-tc-offload on non-port netdevs
      nfp: forbid disabling hw-tc-offload on representors while offload active

 drivers/net/ethernet/netronome/nfp/bpf/main.c       | 19 +++++++++++++------
 drivers/net/ethernet/netronome/nfp/flower/offload.c |  4 ++++
 drivers/net/ethernet/netronome/nfp/nfp_app.h        |  9 ---------
 drivers/net/ethernet/netronome/nfp/nfp_net_common.c |  9 ++++-----
 drivers/net/ethernet/netronome/nfp/nfp_net_repr.c   |  1 +
 drivers/net/ethernet/netronome/nfp/nfp_port.c       | 18 ++++++++++++++++++
 drivers/net/ethernet/netronome/nfp/nfp_port.h       |  6 ++++++
 7 files changed, 46 insertions(+), 20 deletions(-)

Comments

Seth Forshee March 28, 2018, 5:18 p.m. UTC | #1
On Tue, Mar 27, 2018 at 03:40:12PM -0700, Kamal Mostafa wrote:
> BugLink: http://bugs.launchpad.net/bugs/1752828
> 
> == Development Kernel Request ==
> Backport request: "nfp: fix disabling on hw-tc-offload in flower"
> 
> == Fix ==
> Simple context backports from mainline.  Affects only this device.
> Low regression potential.

Applied to bionic/master-next, thanks!