app/eventdev: add pipeline test setup and destroy
authorPavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Tue, 16 Jan 2018 17:45:54 +0000 (23:15 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 19 Jan 2018 15:09:56 +0000 (16:09 +0100)
commit61e9524ae069bc0502f259bd85bb89a74bf3b847
tree4a46ea9531d825d31d7ec0406eed279443675dc0
parent6b1a14a83a06d5e00a1279ee756b35561f3ac986
app/eventdev: add pipeline test setup and destroy

Pipeline test has the queue and all types queue variants.
Introduce test_pipeline_common* to share the common code between those
tests.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
app/test-eventdev/Makefile
app/test-eventdev/test_pipeline_common.c [new file with mode: 0644]
app/test-eventdev/test_pipeline_common.h [new file with mode: 0644]