Re: [PATCH] pipeline: fix table state memory allocation

2022-02-13 Thread Thomas Monjalon
10/02/2022 20:45, Cristian Dumitrescu: > The regular tables, selector tables and learner tables are all sharing > the table state array. The locations in this array were computed > incorrectly, leading to memory corruption issues. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Harshad Na

[PATCH] pipeline: fix table state memory allocation

2022-02-10 Thread Cristian Dumitrescu
The regular tables, selector tables and learner tables are all sharing the table state array. The locations in this array were computed incorrectly, leading to memory corruption issues. Signed-off-by: Cristian Dumitrescu Signed-off-by: Harshad Narayane Signed-off-by: Kamalakannan R Signed-off-b