patch 'common/cnxk: fix aura ID handling' has been queued to stable release 22.11.2

Xueming Li xuemingl at nvidia.com
Mon Feb 27 07:59:38 CET 2023


Hi,

FYI, your patch has been queued to stable release 22.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 03/01/23. 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://git.dpdk.org/dpdk-stable/log/?h=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=78c0d2ab8533419fc34ccc8d3383b7cb871440a7

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 78c0d2ab8533419fc34ccc8d3383b7cb871440a7 Mon Sep 17 00:00:00 2001
From: Kommula Shiva Shankar <kshankar at marvell.com>
Date: Mon, 28 Nov 2022 15:24:40 +0530
Subject: [PATCH] common/cnxk: fix aura ID handling
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 773fdfa6fc324070451887bff271a7ea5a44e6f2 ]

Fix the  aura handle to aura id while initialising
inline dev SSO XAQ aura

Fixes: 6f30ac80ca6b ("common/cnxk: use XAQ create API for inline device")

Signed-off-by: Kommula Shiva Shankar <kshankar at marvell.com>
---
 drivers/common/cnxk/roc_nix_inl_dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/cnxk/roc_nix_inl_dev.c b/drivers/common/cnxk/roc_nix_inl_dev.c
index c3d94dd0da..4ab4209dba 100644
--- a/drivers/common/cnxk/roc_nix_inl_dev.c
+++ b/drivers/common/cnxk/roc_nix_inl_dev.c
@@ -265,7 +265,7 @@ nix_inl_sso_setup(struct nix_inl_dev *inl_dev)
 	}

 	/* Setup xaq for hwgrps */
-	rc = sso_hwgrp_alloc_xaq(dev, inl_dev->xaq.aura_handle, 1);
+	rc = sso_hwgrp_alloc_xaq(dev, roc_npa_aura_handle_to_aura(inl_dev->xaq.aura_handle), 1);
 	if (rc) {
 		plt_err("Failed to setup hwgrp xaq aura, rc=%d", rc);
 		goto destroy_pool;
--
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-02-27 14:08:43.171441000 +0800
+++ 0071-common-cnxk-fix-aura-ID-handling.patch	2023-02-27 14:08:40.799237000 +0800
@@ -1 +1 @@
-From 773fdfa6fc324070451887bff271a7ea5a44e6f2 Mon Sep 17 00:00:00 2001
+From 78c0d2ab8533419fc34ccc8d3383b7cb871440a7 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 773fdfa6fc324070451887bff271a7ea5a44e6f2 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list