[dpdk-stable] patch 'net/bnxt: fix debug log level' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Wed Dec 11 22:25:59 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/17/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.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/aa9967488c5e0540895f13da64cd50b90d2e8a3d

Thanks.

Kevin.

---
>From aa9967488c5e0540895f13da64cd50b90d2e8a3d Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Mon, 28 Oct 2019 09:53:39 -0700
Subject: [PATCH] net/bnxt: fix debug log level

[ upstream commit e0b7e8205cfc3f53210e68bd47feb4da9cec0628 ]

Creating a flow is a normal event; should not be logged at error level.

Fixes: 5c1171c97216 ("net/bnxt: refactor filter/flow")

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
---
 drivers/net/bnxt/bnxt_flow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/bnxt/bnxt_flow.c b/drivers/net/bnxt/bnxt_flow.c
index e4fd0d935..1df1890cf 100644
--- a/drivers/net/bnxt/bnxt_flow.c
+++ b/drivers/net/bnxt/bnxt_flow.c
@@ -1075,5 +1075,5 @@ bnxt_flow_create(struct rte_eth_dev *dev,
 			goto free_flow;
 		}
-		PMD_DRV_LOG(ERR, "Successfully created flow.\n");
+		PMD_DRV_LOG(DEBUG, "Successfully created flow.\n");
 		STAILQ_INSERT_TAIL(&vnic->flow_list, flow, next);
 		return flow;
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-11 21:24:13.341744586 +0000
+++ 0007-net-bnxt-fix-debug-log-level.patch	2019-12-11 21:24:12.581652994 +0000
@@ -1 +1 @@
-From e0b7e8205cfc3f53210e68bd47feb4da9cec0628 Mon Sep 17 00:00:00 2001
+From aa9967488c5e0540895f13da64cd50b90d2e8a3d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e0b7e8205cfc3f53210e68bd47feb4da9cec0628 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index cad232aba..8f386cdf1 100644
+index e4fd0d935..1df1890cf 100644
@@ -21,3 +22,3 @@
-@@ -1759,5 +1759,5 @@ done:
- 
- 		STAILQ_INSERT_TAIL(&vnic->filter, filter, next);
+@@ -1075,5 +1075,5 @@ bnxt_flow_create(struct rte_eth_dev *dev,
+ 			goto free_flow;
+ 		}
@@ -27 +28 @@
- 		bnxt_release_flow_lock(bp);
+ 		return flow;



More information about the stable mailing list