[dpdk-stable] patch 'app/eventdev: fix capability check in pipeline ATQ test' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Aug 6 11:53:33 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 87be7d2eaa2f3be0e12187cf546be461df83c68e Mon Sep 17 00:00:00 2001
From: Apeksha Gupta <apeksha.gupta at nxp.com>
Date: Thu, 23 Jul 2020 22:32:32 +0530
Subject: [PATCH] app/eventdev: fix capability check in pipeline ATQ test

[ upstream commit 179237727e91d8eb5ab2ce6fb78a1d380ae84401 ]

Add all type queue capability check before configuring event device
for pipeline atq test.

Fixes: 6bf570a9911 ("app/eventdev: add pipeline atq test")

Signed-off-by: Apeksha Gupta <apeksha.gupta at nxp.com>
Acked-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
---
 app/test-eventdev/test_pipeline_atq.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/test-eventdev/test_pipeline_atq.c b/app/test-eventdev/test_pipeline_atq.c
index 8e8686c14..0872b25b5 100644
--- a/app/test-eventdev/test_pipeline_atq.c
+++ b/app/test-eventdev/test_pipeline_atq.c
@@ -495,6 +495,8 @@ pipeline_atq_capability_check(struct evt_options *opt)
 			evt_nr_active_lcores(opt->wlcores),
 			dev_info.max_event_ports);
 	}
+	if (!evt_has_all_types_queue(opt->dev_id))
+		return false;
 
 	return true;
 }
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-08-06 10:53:16.000533876 +0100
+++ 0005-app-eventdev-fix-capability-check-in-pipeline-ATQ-te.patch	2020-08-06 10:53:15.700595422 +0100
@@ -1,13 +1,14 @@
-From 179237727e91d8eb5ab2ce6fb78a1d380ae84401 Mon Sep 17 00:00:00 2001
+From 87be7d2eaa2f3be0e12187cf546be461df83c68e Mon Sep 17 00:00:00 2001
 From: Apeksha Gupta <apeksha.gupta at nxp.com>
 Date: Thu, 23 Jul 2020 22:32:32 +0530
 Subject: [PATCH] app/eventdev: fix capability check in pipeline ATQ test
 
+[ upstream commit 179237727e91d8eb5ab2ce6fb78a1d380ae84401 ]
+
 Add all type queue capability check before configuring event device
 for pipeline atq test.
 
 Fixes: 6bf570a9911 ("app/eventdev: add pipeline atq test")
-Cc: stable at dpdk.org
 
 Signed-off-by: Apeksha Gupta <apeksha.gupta at nxp.com>
 Acked-by: Pavan Nikhilesh <pbhagavatula at marvell.com>


More information about the stable mailing list