> > Check Bucket key for all possible indices. > > > > Fixes: d0a00966618ba ("table: add exact match SWX table") > > Cc: sta...@dpdk.org > > Cc: Cristian Dumitrescu <cristian.dumitre...@intel.com> > > > > Signed-off-by: Thierry Herbelot <thierry.herbe...@6wind.com> [...] > > - return (!bkt->sig[0] && !bkt->sig[1] && !bkt->sig[2] && !bkt->sig[2]) > > + return (!bkt->sig[0] && !bkt->sig[1] && !bkt->sig[2] && !bkt->sig[3]) > > Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> > > Thierry, thanks again, you could have actually added my ack from V1 :)
The root cause looks to be a typo indeed, but the impact or the scope of the issue should stated in few words in the title please. No need to send a v3, please suggest a title and I will apply.