Re: [dpdk-dev] [PATCH] pipeline: adjust error code for internal function

2021-04-19 Thread Thomas Monjalon
30/03/2021 12:19, Cristian Dumitrescu: > Adjusting the error code for the internal function instruction_config > to match the rest of the code which is returning a negative value on > error. Cosmetic change. > > Signed-off-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH] pipeline: adjust error code for internal function

2021-03-30 Thread Cristian Dumitrescu
Adjusting the error code for the internal function instruction_config to match the rest of the code which is returning a negative value on error. Cosmetic change. Signed-off-by: Cristian Dumitrescu --- lib/librte_pipeline/rte_swx_pipeline.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletion