Re: [dpdk-dev] [PATCH] LPM: add iterator over LPM rules

2018-10-28 Thread Fu, Qiaobin
Hi Thomas, We are currently working on the patch by incorporating the latest DPDK update, and will submit a new patch on this. Thanks, Qiaobin > On Oct 28, 2018, at 6:24 AM, Thomas Monjalon wrote: > > 08/07/2018 23:46, Qiaobin Fu: >> Add an iterator over the LPM rules. >> The iterator require

Re: [dpdk-dev] [PATCH] LPM: add iterator over LPM rules

2018-10-28 Thread Thomas Monjalon
08/07/2018 23:46, Qiaobin Fu: > Add an iterator over the LPM rules. > The iterator requires a prefix as a parameter and > lists all entries as long as the given prefix (or longer). > > Signed-off-by: Qiaobin Fu > Reviewed-by: Cody Doucette > Reviewed-by: Michel Machado Any news about this patc

[dpdk-dev] [PATCH] LPM: add iterator over LPM rules

2018-07-08 Thread Qiaobin Fu
Add an iterator over the LPM rules. The iterator requires a prefix as a parameter and lists all entries as long as the given prefix (or longer). Signed-off-by: Qiaobin Fu Reviewed-by: Cody Doucette Reviewed-by: Michel Machado --- lib/librte_lpm/rte_lpm.c | 99 +