patch 'common/cnxk: fix log level during MCAM allocation' has been queued to stable release 21.11.3

Kevin Traynor ktraynor at redhat.com
Tue Oct 25 17:06:17 CEST 2022


Hi,

FYI, your patch has been queued to stable release 21.11.3

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

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

Thanks.

Kevin

---
>From a2439f58c00c58f51434053fe15efc1795735ace Mon Sep 17 00:00:00 2001
From: Satheesh Paul <psatheesh at marvell.com>
Date: Tue, 5 Jul 2022 11:43:56 +0530
Subject: [PATCH] common/cnxk: fix log level during MCAM allocation

[ upstream commit 0c585f88582f088fa74be3408ff4c8e0150da388 ]

Changed log level from info to debug for a log message
printed during MCAM allocation.

Fixes: 1f66919817ee ("common/cnxk: improve MCAM entries management")

Signed-off-by: Satheesh Paul <psatheesh at marvell.com>
Reviewed-by: Kiran Kumar K <kirankumark at marvell.com>
---
 drivers/common/cnxk/roc_npc_utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/cnxk/roc_npc_utils.c b/drivers/common/cnxk/roc_npc_utils.c
index e36a312576..f971bcfd75 100644
--- a/drivers/common/cnxk/roc_npc_utils.c
+++ b/drivers/common/cnxk/roc_npc_utils.c
@@ -639,5 +639,5 @@ retry:
 	rc = npc_allocate_mcam_entry(mbox, prio, rsp_local, ref_entry);
 	if (rc && !retry_done) {
-		plt_info(
+		plt_npc_dbg(
 			"npc: Failed to allocate lower priority entry. Retrying for higher priority");
 
-- 
2.37.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-10-25 14:18:59.059899310 +0100
+++ 0022-common-cnxk-fix-log-level-during-MCAM-allocation.patch	2022-10-25 14:18:58.378797973 +0100
@@ -1 +1 @@
-From 0c585f88582f088fa74be3408ff4c8e0150da388 Mon Sep 17 00:00:00 2001
+From a2439f58c00c58f51434053fe15efc1795735ace Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 0c585f88582f088fa74be3408ff4c8e0150da388 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index cbc6200fec..8bdabc116d 100644
+index e36a312576..f971bcfd75 100644
@@ -22 +23 @@
-@@ -636,5 +636,5 @@ retry:
+@@ -639,5 +639,5 @@ retry:



More information about the stable mailing list