Re: [dpdk-dev] [PATCH V3] table: fix bucket empty logic
From: Thomas Monjalon <hidden>
Date: 2021-07-09 20:43:37
From: Thomas Monjalon <hidden>
Date: 2021-07-09 20:43:37
quoted
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: stable@dpdk.org Cc: Cristian Dumitrescu <redacted> Signed-off-by: Thierry Herbelot <redacted>Acked-by: Cristian Dumitrescu <redacted>
Applied, thanks