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

Kevin Traynor ktraynor at redhat.com
Fri Aug 28 12:12:48 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/f531ddbb6647ef257970f7dc96f886b04735031f

Thanks.

Kevin.

---
>From f531ddbb6647ef257970f7dc96f886b04735031f 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 fc4cb3bb74..306ed08693 100644
--- a/app/test-eventdev/test_pipeline_atq.c
+++ b/app/test-eventdev/test_pipeline_atq.c
@@ -505,4 +505,6 @@ pipeline_atq_capability_check(struct evt_options *opt)
 			dev_info.max_event_ports);
 	}
+	if (!evt_has_all_types_queue(opt->dev_id))
+		return false;
 
 	return true;
-- 
2.26.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-08-28 11:03:26.465202049 +0100
+++ 0022-app-eventdev-fix-capability-check-in-pipeline-ATQ-te.patch	2020-08-28 11:03:25.947955640 +0100
@@ -1 +1 @@
-From 179237727e91d8eb5ab2ce6fb78a1d380ae84401 Mon Sep 17 00:00:00 2001
+From f531ddbb6647ef257970f7dc96f886b04735031f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 179237727e91d8eb5ab2ce6fb78a1d380ae84401 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 8e8686c145..0872b25b53 100644
+index fc4cb3bb74..306ed08693 100644
@@ -22 +23 @@
-@@ -496,4 +496,6 @@ pipeline_atq_capability_check(struct evt_options *opt)
+@@ -505,4 +505,6 @@ pipeline_atq_capability_check(struct evt_options *opt)



More information about the stable mailing list