examples/eventdev: move common data into pipeline common
authorPavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Wed, 10 Jan 2018 11:10:00 +0000 (16:40 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Fri, 19 Jan 2018 15:09:56 +0000 (16:09 +0100)
commit3d1b33e44ae2f39f5856cc7889ad3a45c6d6abf7
tree79322a39655ad126487ff50b85ae5f300032228d
parent84dde5de10a22e42b8865e02d1fb9054a8456d51
examples/eventdev: move common data into pipeline common

Move common structures and functions into pipeline_common.h so that they
can be used by different kinds of pipelines.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
examples/eventdev_pipeline_sw_pmd/main.c
examples/eventdev_pipeline_sw_pmd/pipeline_common.h [new file with mode: 0644]