[dpdk-stable] patch 'net/avf: fix admin queue interrupt for ICE' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed Apr 10 18:43:20 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/16/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Kevin Traynor

---
>From ef1667117d077fd0867b275fc3f79904da465dca Mon Sep 17 00:00:00 2001
From: Wei Zhao <wei.zhao1 at intel.com>
Date: Wed, 13 Feb 2019 16:54:13 +0800
Subject: [PATCH] net/avf: fix admin queue interrupt for ICE

[ upstream commit f9fa1bb46419b3dc29fc4267c31547d34dcb1383 ]

Enable CLEARPBA bit is required by ice NIC of A0/A1 version to
enable admin queue interrupt.
Also enable CLEARPBA bit does no impact on AVF behaviour when be
hosted by other devices, so we can make it as default.

Signed-off-by: Wei Zhao <wei.zhao1 at intel.com>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
---
 drivers/net/avf/avf_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/avf/avf_ethdev.c b/drivers/net/avf/avf_ethdev.c
index 13eec1b45..797f505a8 100644
--- a/drivers/net/avf/avf_ethdev.c
+++ b/drivers/net/avf/avf_ethdev.c
@@ -1160,5 +1160,5 @@ avf_enable_irq0(struct avf_hw *hw)
 
 	AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
-					    AVFINT_DYN_CTL01_ITR_INDX_MASK);
+		AVFINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
 
 	AVF_WRITE_FLUSH(hw);
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-04-10 14:06:08.948819494 +0100
+++ 0012-net-avf-fix-admin-queue-interrupt-for-ICE.patch	2019-04-10 14:06:07.794295846 +0100
@@ -1,15 +1,15 @@
-From f9fa1bb46419b3dc29fc4267c31547d34dcb1383 Mon Sep 17 00:00:00 2001
+From ef1667117d077fd0867b275fc3f79904da465dca Mon Sep 17 00:00:00 2001
 From: Wei Zhao <wei.zhao1 at intel.com>
 Date: Wed, 13 Feb 2019 16:54:13 +0800
 Subject: [PATCH] net/avf: fix admin queue interrupt for ICE
 
+[ upstream commit f9fa1bb46419b3dc29fc4267c31547d34dcb1383 ]
+
 Enable CLEARPBA bit is required by ice NIC of A0/A1 version to
 enable admin queue interrupt.
 Also enable CLEARPBA bit does no impact on AVF behaviour when be
 hosted by other devices, so we can make it as default.
 
-Cc: stable at dpdk.org
-
 Signed-off-by: Wei Zhao <wei.zhao1 at intel.com>
 Acked-by: Qi Zhang <qi.z.zhang at intel.com>
 ---


More information about the stable mailing list