Re: [PATCH] table/selector: fix action selector group size log2 value setting

2023-03-10 Thread Thomas Monjalon
09/03/2023 14:58, Yogesh Jangra: > The incorrect variable for the number of groups was used, so in the > case of values not power of 2 the incorrect result was produced. > > Fixes: f7598a62d11 (table: support selector table) Please use "git fixline" with this in your .gitconfig: [alias]

[PATCH] table/selector: fix action selector group size log2 value setting

2023-03-09 Thread Yogesh Jangra
The incorrect variable for the number of groups was used, so in the case of values not power of 2 the incorrect result was produced. Fixes: f7598a62d11 (table: support selector table) Cc: sta...@dpdk.org Signed-off-by: Yogesh Jangra Acked-by: Cristian Dumitrescu --- lib/table/rte_swx_table_sel