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

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Aug 6 11:53:34 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

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

Thanks.

Luca Boccassi

---
>From 4ff6deeefae4db55d92e818a1a655d585b67736c 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 2be6e12f6..ede7b0161 100644
--- a/drivers/event/dpaa2/dpaa2_eventdev.c
+++ b/drivers/event/dpaa2/dpaa2_eventdev.c
@@ -403,7 +403,8 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,
 		RTE_EVENT_DEV_CAP_BURST_MODE|
 		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.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-08-06 10:53:16.034571422 +0100
+++ 0006-event-dpaa2-add-all-types-queue-capability-flag.patch	2020-08-06 10:53:15.704595501 +0100
@@ -1,13 +1,14 @@
-From b8d81e9cbf5e411133800da8fddc80a636e3555d Mon Sep 17 00:00:00 2001
+From 4ff6deeefae4db55d92e818a1a655d585b67736c 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")
-Cc: stable at dpdk.org
 
 Signed-off-by: Apeksha Gupta <apeksha.gupta at nxp.com>
 Acked-by: Nipun Gupta <nipun.gupta at nxp.com>
@@ -16,10 +17,10 @@
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c
-index a545baf34..3ae4441ee 100644
+index 2be6e12f6..ede7b0161 100644
 --- a/drivers/event/dpaa2/dpaa2_eventdev.c
 +++ b/drivers/event/dpaa2/dpaa2_eventdev.c
-@@ -405,7 +405,8 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,
+@@ -403,7 +403,8 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev,
  		RTE_EVENT_DEV_CAP_BURST_MODE|
  		RTE_EVENT_DEV_CAP_RUNTIME_PORT_LINK |
  		RTE_EVENT_DEV_CAP_MULTIPLE_QUEUE_PORT |


More information about the stable mailing list