pipeline: add SWX pipeline specification file
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 1 Oct 2020 10:20:00 +0000 (11:20 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 1 Oct 2020 16:43:08 +0000 (18:43 +0200)
commit3ca60ceed79ae82eb48f19de0cfa16959d5df711
tree4bfd9ea1ed1da17fb090a32dab2d60313d24fe72
parentb32c0a2c5e4cc8c624c959764bf05f34c1d298ab
pipeline: add SWX pipeline specification file

Add support for building the SWX pipeline based on specification file
with syntax aligned to the P4 language. The specification file may be
generated by the P4C compiler in the future.

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