Re: [dpdk-dev] [PATCH] pipeline: add drop instruction to the SWX pipeline

2021-04-19 Thread Thomas Monjalon
26/03/2021 23:11, Cristian Dumitrescu: > Enabled the TX instruction to accept an immediate value for the output > port argument. The drop instruction is simply an alias to the TX > instruction for the last output port of the pipeline. > > Signed-off-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] pipeline: add drop instruction to the SWX pipeline

2021-03-26 Thread Cristian Dumitrescu
Enabled the TX instruction to accept an immediate value for the output port argument. The drop instruction is simply an alias to the TX instruction for the last output port of the pipeline. Signed-off-by: Cristian Dumitrescu --- examples/pipeline/examples/vxlan.spec | 3 +- lib/librte_pipelin