port: add source and sink SWX ports
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 1 Oct 2020 10:20:02 +0000 (11:20 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 1 Oct 2020 16:43:10 +0000 (18:43 +0200)
commit394813eb608a2d232f0cd029222b12619f818492
tree937c6b10d0aaaee7699164ddf57ac7686f70325e
parentecc5f43396150def05f8e9b9271bf687b31c6615
port: add source and sink SWX ports

Add the PCAP file-based source (input) and sink (output) port types
for the SWX pipeline. The sink port is typically used to implement the
packet drop pipeline action. Used under the hood by the pipeline rx
and tx instructions.

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