Re: [dpdk-dev] [PATCH] rte_swx: fix typo

2021-05-24 Thread Dumitrescu, Cristian
> -Original Message- > From: Thierry Herbelot > Sent: Monday, May 24, 2021 9:54 AM > To: dev@dpdk.org > Cc: Thierry Herbelot ; Thomas Monjalon > ; sta...@dpdk.org; Dumitrescu, Cristian > > Subject: [PATCH] rte_swx: fix typo > > Check Bucket key for all possible indices. > > Fixes: d0

[dpdk-dev] [PATCH] rte_swx: fix typo

2021-05-24 Thread Thierry Herbelot
Check Bucket key for all possible indices. Fixes: d0a00966618ba ("table: add exact match SWX table") Cc: sta...@dpdk.org Cc: Cristian Dumitrescu Signed-off-by: Thierry Herbelot --- lib/table/rte_swx_table_em.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/table/rte_sw