Re: [dpdk-dev] [PATCH V3] table: fix bucket empty logic

2021-07-09 Thread Thomas Monjalon
> > Due to a typo, only 3 out of 4 keys in the bucket of the exact match > > table were considered, which can result in valid keys being > > incorrectly dropped from the table. > > > > Fixes: d0a00966618ba ("table: add exact match SWX table") > > Cc: sta...@dpdk.org > > Cc: Cristian Dumitrescu >

Re: [dpdk-dev] [PATCH V3] table: fix bucket empty logic

2021-07-07 Thread Dumitrescu, Cristian
> -Original Message- > From: Thierry Herbelot > Sent: Wednesday, July 7, 2021 12:19 PM > To: dev@dpdk.org > Cc: Thierry Herbelot ; Thomas Monjalon > ; sta...@dpdk.org; Dumitrescu, Cristian > > Subject: [PATCH V3] table: fix bucket empty logic > > Due to a typo, only 3 out of 4 keys in

[dpdk-dev] [PATCH V3] table: fix bucket empty logic

2021-07-07 Thread Thierry Herbelot
Due to a typo, only 3 out of 4 keys in the bucket of the exact match table were considered, which can result in valid keys being incorrectly dropped from the table. Fixes: d0a00966618ba ("table: add exact match SWX table") Cc: sta...@dpdk.org Cc: Cristian Dumitrescu Signed-off-by: Thierry Herbel