pipeline: move data structures to internal header file
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Mon, 13 Sep 2021 16:44:20 +0000 (17:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 27 Sep 2021 09:43:36 +0000 (11:43 +0200)
commit97b8278ad985ba7c9d80d2b8a7d4d45e05dd7b2d
tree49fdfd0c4d39809c3531f95340344adedab4d4d4
parent13228724c407c290362cfd58151f2e619e953d31
pipeline: move data structures to internal header file

Start to consolidate the data structures and inline functions required
by the pipeline instructions into an internal header file.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/pipeline/rte_swx_pipeline.c
lib/pipeline/rte_swx_pipeline_internal.h [new file with mode: 0644]