Re: [PATCH] pipeline: increase the pipeline instruction table size

2023-02-06 Thread Thomas Monjalon
01/02/2023 08:58, 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 Applied, thanks.

[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 changed