pipeline: introduce pipeline compilation
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Mon, 13 Sep 2021 16:44:38 +0000 (17:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 27 Sep 2021 10:09:15 +0000 (12:09 +0200)
commitfc64098a1a08f68c9f3b860ede3147ec177d5522
tree38e00157fa87bfb8368e12e84de2f65235a3896e
parentdfa9491a187a04ffc67bf0cd812cb53a0422da2f
pipeline: introduce pipeline compilation

Lay the foundation to generate C code for the pipeline: C functions
for actions and custom instructions are generated, built as shared
object library and loaded into the pipeline.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/pipeline/rte_swx_pipeline.c