git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586a6fc
)
app/eventdev: follow proper teardown sequence
author
Pavan Nikhilesh
<pbhagavatula@marvell.com>
Fri, 1 Mar 2019 07:16:47 +0000
(07:16 +0000)
committer
Jerin Jacob
<jerinj@marvell.com>
Fri, 15 Mar 2019 05:46:50 +0000
(06:46 +0100)
Stop eventdev before closing it.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
app/test-eventdev/test_pipeline_common.c
patch
|
blob
|
history
diff --git
a/app/test-eventdev/test_pipeline_common.c
b/app/test-eventdev/test_pipeline_common.c
index
5db3ffd
..
1e52564
100644
(file)
--- a/
app/test-eventdev/test_pipeline_common.c
+++ b/
app/test-eventdev/test_pipeline_common.c
@@
-396,6
+396,7
@@
pipeline_eventdev_destroy(struct evt_test *test, struct evt_options *opt)
{
RTE_SET_USED(test);
+ rte_event_dev_stop(opt->dev_id);
rte_event_dev_close(opt->dev_id);
}