Re: [dpdk-dev] [PATCH] pipeline: validate header on emit

2021-04-19 Thread Thomas Monjalon
26/03/2021 21:29, Cristian Dumitrescu: > Enhance the behavior of the emit instruction to ignore invalid > headers, as mandated by the P4 language specification. > > Signed-off-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] pipeline: validate header on emit

2021-03-26 Thread Cristian Dumitrescu
Enhance the behavior of the emit instruction to ignore invalid headers, as mandated by the P4 language specification. Signed-off-by: Cristian Dumitrescu --- lib/librte_pipeline/rte_swx_pipeline.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/librte_pipeline/r