[PATCH] pipeline: increase the pipeline instruction table size

2023-02-01 Thread Harshad Narayane
The complex P4 programs requires more custom instructions, therefore we increase the pipeline instruction table size from 256 to 1024. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- lib/pipeline/rte_swx_pipeline_internal.h | 2 +- 1 file

[PATCH] examples/pipeline: fix file close

2022-09-26 Thread Harshad Narayane
Coverity issue: 380860 Fixes: 9043f66a ("examples/pipeline: add command for code generation") Fix file close at pipeline code generation. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 1 + 1 file changed, 1

[PATCH] examples/pipeline: fix file close

2022-09-26 Thread Harshad Narayane
Coverity issue: 380860 Fixes: 9043f66a ("examples/pipeline: add command for code generation") Fix file close at pipeline code generation. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 1 + 1 file changed, 1

[PATCH] examples/pipeline: fix file close

2022-09-27 Thread Harshad Narayane
Coverity issue: 380860 Fixes: 9043f66a ("examples/pipeline: add command for code generation") Fix file close at pipeline code generation. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 1 + 1 file changed, 1

[PATCH] examples/pipeline: fix memory free

2022-09-27 Thread Harshad Narayane
Coverity issue: 380863 Coverity issue: 380866 Fixes: 6bc14d9f ("examples/pipeline: add command for shared library build") Fix memory resource free for buffer allocation failure at pipeline library build. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by

[PATCH] net/softnic: fix file close

2022-09-27 Thread Harshad Narayane
Coverity issue: 380976 Fixes: e3be2495 ("net/softnic: add pipeline code generation command") Fix file close at pipeline code generation. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- drivers/net/softnic/rte_eth_softnic_cli.c | 1

[PATCH] net/softnic: fix memory free

2022-09-27 Thread Harshad Narayane
Coverity issue: 380975 Coverity issue: 380977 Fixes: 02270033 ("net/softnic: add pipeline library build command") Fix memory resource free for buffer allocation failure at pipeline library build. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian

[PATCH] doc: update pipeline example path in the user guide

2022-11-27 Thread Harshad Narayane
Updated the pipeline example path in the Sample Application User Guide. Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Acked-by: Cristian Dumitrescu --- doc/guides/sample_app_ug/pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides