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: sta...@dpdk.org > > Signed-off-by: Yogesh Jangra <yogesh.jan...@intel.com> > Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> Applied, thanks.