> -----Original Message-----
> From: Thierry Herbelot <thierry.herbe...@6wind.com>
> Sent: Wednesday, July 7, 2021 12:19 PM
> To: dev@dpdk.org
> Cc: Thierry Herbelot <thierry.herbe...@6wind.com>; Thomas Monjalon
> <tho...@monjalon.net>; sta...@dpdk.org; Dumitrescu, Cristian
> <cristian.dumitre...@intel.com>
> Subject: [PATCH V3] table: fix bucket empty logic
>
> 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 <cristian.dumitre...@intel.com>
>
> Signed-off-by: Thierry Herbelot <thierry.herbe...@6wind.com>
> --
> V3: reword commit log
> V2: reword patch title
> ---
> lib/table/rte_swx_table_em.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>