Re: [dpdk-dev] [PATCH] table: fix exact match lookup

2020-11-13 Thread David Marchand
On Thu, Nov 5, 2020 at 4:27 PM Cristian Dumitrescu wrote: > > Fix for the exact match lookup function. > > Fixes: d0a00966618b ("table: add exact match SWX table") > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Churchill Khangar Applied, thanks. -- David Marchand

[dpdk-dev] [PATCH] table: fix exact match lookup

2020-11-05 Thread Cristian Dumitrescu
Fix for the exact match lookup function. Fixes: d0a00966618b ("table: add exact match SWX table") Signed-off-by: Cristian Dumitrescu Signed-off-by: Churchill Khangar --- lib/librte_table/rte_swx_table_em.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/librte_t