[dpdk-stable] patch 'event/dpaa2: add all-types queue capability flag' has been queued to LTS release 18.11.10

Kevin Traynor ktraynor at redhat.com
Fri Aug 28 12:12:49 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.10

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

Thanks.

Kevin.

---
>From 6097ef798f2b85e36b10c444f08e6440c1477046 Mon Sep 17 00:00:00 2001
From: Apeksha Gupta <apeksha.gupta at nxp.com>
Date: Thu, 23 Jul 2020 22:34:25 +0530
Subject: [PATCH] event/dpaa2: add all-types queue capability flag

[ upstream commit b8d81e9cbf5e411133800da8fddc80a636e3555d ]

DPAA2 eventdev device is capable of all type queue feature.
Fix the capability flag to reflect the same.

Fixes: 8f4a294c23 ("event/dpaa2: apply new capability flags")

Signed-off-by: Apeksha Gupta <apeksha.gupta at nxp.com>
Acked-by: Nipun Gupta <nipun.gupta at nxp.com>
---
 drivers/event/dpaa2/dpaa2_eventdev.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c
index 270ebbe850..f647430b26 100644
--- a/drivers/event/dpaa2/dpaa2_eventdev.c
+++ b/drivers/event/dpaa2/dpaa2_eventdev.c
@@ -392,5 +392,6 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,
 		RTE_EVENT_DEV_CAP_RUNTIME_PORT_LINK |
 		RTE_EVENT_DEV_CAP_MULTIPLE_QUEUE_PORT |
-		RTE_EVENT_DEV_CAP_NONSEQ_MODE;
+		RTE_EVENT_DEV_CAP_NONSEQ_MODE |
+		RTE_EVENT_DEV_CAP_QUEUE_ALL_TYPES;
 
 }
-- 
2.26.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-08-28 11:03:26.485588626 +0100
+++ 0023-event-dpaa2-add-all-types-queue-capability-flag.patch	2020-08-28 11:03:25.948955648 +0100
@@ -1 +1 @@
-From b8d81e9cbf5e411133800da8fddc80a636e3555d Mon Sep 17 00:00:00 2001
+From 6097ef798f2b85e36b10c444f08e6440c1477046 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit b8d81e9cbf5e411133800da8fddc80a636e3555d ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index a545baf34f..3ae4441ee3 100644
+index 270ebbe850..f647430b26 100644
@@ -22 +23 @@
-@@ -406,5 +406,6 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,
+@@ -392,5 +392,6 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,



More information about the stable mailing list