]> git.droids-corp.org - dpdk.git/commitdiff
event/dpaa2: add all-types queue capability flag
authorApeksha Gupta <apeksha.gupta@nxp.com>
Thu, 23 Jul 2020 17:04:25 +0000 (22:34 +0530)
committerJerin Jacob <jerinj@marvell.com>
Fri, 24 Jul 2020 05:22:41 +0000 (07:22 +0200)
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@dpdk.org
Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
drivers/event/dpaa2/dpaa2_eventdev.c

index a545baf34f540e4b36de4c3bd57079178cbd9ec8..3ae4441ee3c3d92638b0f69c11b4e5288264f0b3 100644 (file)
@@ -405,7 +405,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;
 
 }