]> git.droids-corp.org - dpdk.git/commit
pipeline: add drop port for each pipeline
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Sat, 27 Nov 2021 00:02:54 +0000 (00:02 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 13 Feb 2022 21:30:47 +0000 (22:30 +0100)
commit96b37959fb9aa82807a2018017c41c438c7502b2
tree5b62844ef962dcac541719243b7a46a369d6c4d9
parentf23feb063ddd03490dd993469eb17fd5609889d4
pipeline: add drop port for each pipeline

An additional output port is now implicitly created for every pipeline
to serve as the packet drop port. Up to now, the drop port had to be
explicitly created for each pipeline.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Yogesh Jangra <yogesh.jangra@intel.com>
examples/pipeline/cli.c
examples/pipeline/examples/fib.cli
examples/pipeline/examples/learner.cli
examples/pipeline/examples/selector.cli
examples/pipeline/examples/varbit.cli
examples/pipeline/examples/vxlan.cli
examples/pipeline/examples/vxlan_pcap.cli
lib/pipeline/rte_swx_pipeline.c