numam-dpdk/lib/pipeline
Cristian Dumitrescu 68b95704a6 pipeline: add API for shared library-based pipeline build
Previously, the pipeline build operation was done based on the
specification file (typically produced by the P4 compiler), then the C
code with optimized functions for the pipeline actions and
instructions was generated, built into a shared object library, loaded
and installed into the pipeline in a completely hardcoded and
non-customizable way.

Now, this process is split into three explicit stages:
i) code generation (specification file -> C file);
ii) code build (C file -> shared object library);
iii) code installation (library load into the pipeline).

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Kamalakannan R <kamalakannan.r@intel.com>
2022-09-15 17:46:09 +02:00
..
meson.build build/windows: remove separate list of libs 2021-10-22 22:40:59 +02:00
rte_pipeline.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_pipeline.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_port_in_action.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_port_in_action.h lib: document free functions 2022-06-24 14:50:34 +02:00
rte_swx_ctl.c pipeline: add pipeline name 2022-09-15 17:06:57 +02:00
rte_swx_ctl.h pipeline: add pipeline name 2022-09-15 17:06:57 +02:00
rte_swx_extern.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_pipeline_internal.h pipeline: add pipeline name 2022-09-15 17:06:57 +02:00
rte_swx_pipeline_spec.c pipeline: add API for shared library-based pipeline build 2022-09-15 17:46:09 +02:00
rte_swx_pipeline_spec.h pipeline: support I/O specification 2022-09-15 17:45:28 +02:00
rte_swx_pipeline.c pipeline: add API for shared library-based pipeline build 2022-09-15 17:46:09 +02:00
rte_swx_pipeline.h pipeline: add API for shared library-based pipeline build 2022-09-15 17:46:09 +02:00
rte_table_action.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_table_action.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
version.map pipeline: add API for shared library-based pipeline build 2022-09-15 17:46:09 +02:00