patch 'event/cnxk: fix Rx adapter config check' has been queued to stable release 21.11.1

Kevin Traynor ktraynor at redhat.com
Tue Mar 8 15:14:17 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.1

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/14/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/759acf8ccbace7ee6a847ff341ee56726653261f

Thanks.

Kevin

---
>From 759acf8ccbace7ee6a847ff341ee56726653261f Mon Sep 17 00:00:00 2001
From: Pavan Nikhilesh <pbhagavatula at marvell.com>
Date: Wed, 2 Mar 2022 04:23:09 +0530
Subject: [PATCH] event/cnxk: fix Rx adapter config check

[ upstream commit fc39f62560674668d00ef776c4885351249f7fbc ]

The rx_queue_flags should be checked against
RTE_EVENT_ETH_RX_ADAPTER_QUEUE_FLOW_ID_VALID flag.

Fixes: cb4bfd6e7bdf ("event/cnxk: support Rx adapter")

Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
---
 drivers/event/cnxk/cnxk_eventdev_adptr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/event/cnxk/cnxk_eventdev_adptr.c b/drivers/event/cnxk/cnxk_eventdev_adptr.c
index fdcd68ca63..54c3d6a3cb 100644
--- a/drivers/event/cnxk/cnxk_eventdev_adptr.c
+++ b/drivers/event/cnxk/cnxk_eventdev_adptr.c
@@ -231,5 +231,5 @@ cnxk_sso_rx_adapter_queue_add(
 			&queue_conf->ev,
 			!!(queue_conf->rx_queue_flags &
-			   RTE_EVENT_ETH_RX_ADAPTER_CAP_OVERRIDE_FLOW_ID));
+			   RTE_EVENT_ETH_RX_ADAPTER_QUEUE_FLOW_ID_VALID));
 		if (queue_conf->rx_queue_flags &
 		    RTE_EVENT_ETH_RX_ADAPTER_QUEUE_EVENT_VECTOR) {
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-03-08 13:55:28.551344349 +0000
+++ 0002-event-cnxk-fix-Rx-adapter-config-check.patch	2022-03-08 13:55:28.379314840 +0000
@@ -1 +1 @@
-From fc39f62560674668d00ef776c4885351249f7fbc Mon Sep 17 00:00:00 2001
+From 759acf8ccbace7ee6a847ff341ee56726653261f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit fc39f62560674668d00ef776c4885351249f7fbc ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index 3b63d78d97..fa96090bfa 100644
+index fdcd68ca63..54c3d6a3cb 100644



More information about the stable mailing list