Re: [dpdk-dev] [PATCH v2 0/4] lpm lookupx4 fixes

2021-01-14 Thread David Marchand
On Thu, Jan 14, 2021 at 7:59 AM Ruifeng Wang wrote: > > This series fixed bug in lpm4 vector lookup implementations. > When more than 256 tbl8 groups are created, lookupx4 could > retrieve next hop data from wrong group. > The bug is there since next_hop field was expanded from > 8-bit to 24-bit,

[dpdk-dev] [PATCH v2 0/4] lpm lookupx4 fixes

2021-01-13 Thread Ruifeng Wang
This series fixed bug in lpm4 vector lookup implementations. When more than 256 tbl8 groups are created, lookupx4 could retrieve next hop data from wrong group. The bug is there since next_hop field was expanded from 8-bit to 24-bit, and inherited by other implementations. Also updated test case t