From patchwork Tue Mar 27 22:40:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 891849 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 409mDm2GWxz9s19; Wed, 28 Mar 2018 09:40:24 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1f0xGK-0007xJ-VR; Tue, 27 Mar 2018 22:40:16 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1f0xGK-0007x6-84 for kernel-team@lists.ubuntu.com; Tue, 27 Mar 2018 22:40:16 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1f0xGJ-0007cD-SK for kernel-team@lists.ubuntu.com; Tue, 27 Mar 2018 22:40:16 +0000 Received: from kamal by fourier with local (Exim 4.86_2) (envelope-from ) id 1f0xGH-0007hq-HL for kernel-team@lists.ubuntu.com; Tue, 27 Mar 2018 15:40:13 -0700 Date: Tue, 27 Mar 2018 15:40:12 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [Bionic][PULL] nfp: fix disabling on hw-tc-offload in flower Message-ID: <20180327224011.GA28934@whence.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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(-)