pipeline: add new SWX pipeline type
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 1 Oct 2020 10:19:29 +0000 (11:19 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 1 Oct 2020 16:43:06 +0000 (18:43 +0200)
commit56492fd5366f30b7a3c5de19efa787f93115d3f7
tree2cc37517f8e4420e6c5e46116809e5ff77e2ce71
parent89c67ae2cba78c4d896d8b6481058e02c727b5ac
pipeline: add new SWX pipeline type

Add new improved Software Switch (SWX) pipeline type that supports
dynamically-defined packet headers, meta-data, actions and pipelines.
Actions and pipelines are defined through instructions.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
doc/api/doxy-api-index.md
lib/librte_pipeline/meson.build
lib/librte_pipeline/rte_pipeline_version.map
lib/librte_pipeline/rte_swx_pipeline.c [new file with mode: 0644]
lib/librte_pipeline/rte_swx_pipeline.h [new file with mode: 0644]