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]
fixline = log -1 --abbrev=12 --format='Fixes: %h (\"%s\")%nCc: %ae'
ref: https://core.dpdk.org/contribute/
> Cc: [email protected]
>
> Signed-off-by: Yogesh Jangra <[email protected]>
> Acked-by: Cristian Dumitrescu <[email protected]>
Applied, thanks.