Re: [PATCH V2] pipeline: fix check against max number of learner table timeouts

2022-06-20 Thread Thomas Monjalon
16/06/2022 11:14, Cristian Dumitrescu: > From: Harshad Narayane > > Fix comparison used to check against the maximum number of learner > table timeouts. > > Fixes: e2ecc53582fb ("pipeline: improve learner table timers") > > Signed-off-by: Harshad Narayane > Signed-off-by: Cristian Dumitrescu

[PATCH V2] pipeline: fix check against max number of learner table timeouts

2022-06-16 Thread Cristian Dumitrescu
From: Harshad Narayane Fix comparison used to check against the maximum number of learner table timeouts. Fixes: e2ecc53582fb ("pipeline: improve learner table timers") Signed-off-by: Harshad Narayane Signed-off-by: Cristian Dumitrescu --- lib/pipeline/rte_swx_pipeline.c | 2 +- 1 file chang