Re: [dpdk-dev] [PATCH v2] table: fix typo

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

[dpdk-dev] [PATCH v2] table: 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 -- V2: reword patch title --- lib/table/rte_swx_table_em.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif