Re: [PATCH V4] pipeline: support default action arguments

2022-06-01 Thread Thomas Monjalon
11/04/2022 20:21, Cristian Dumitrescu: > Add support for arguments to the default action of regular and learner > tables at initialization time. Until now, only default actions with no > arguments were accepted in the .spec file. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Yogesh Jang

[PATCH V4] pipeline: support default action arguments

2022-04-11 Thread Cristian Dumitrescu
Add support for arguments to the default action of regular and learner tables at initialization time. Until now, only default actions with no arguments were accepted in the .spec file. Signed-off-by: Cristian Dumitrescu Signed-off-by: Yogesh Jangra --- lib/pipeline/rte_swx_pipeline.c | 237