[dpdk-dev] [PATCH v3 0/2] Fix two issues in lpm

2015-11-04 Thread Thomas Monjalon
2015-11-03 10:26, Bruce Richardson: > On Tue, Nov 03, 2015 at 10:17:39AM +0800, Na Na wrote: > > Fixes two issues in the delete_depth_small() function. > > > Series Acked-by: Bruce Richardson Applied, thanks

[dpdk-dev] [PATCH v3 0/2] Fix two issues in lpm

2015-11-03 Thread Bruce Richardson
On Tue, Nov 03, 2015 at 10:17:39AM +0800, Na Na wrote: > Fixes two issues in the delete_depth_small() function. > > v3 changes: > Change second issue description. > > v2 changes: > Split a patch into two patches for two issues. > Add more clear issue description. > > > *** BLURB HERE

[dpdk-dev] [PATCH v3 0/2] Fix two issues in lpm

2015-11-03 Thread Na Na
Fixes two issues in the delete_depth_small() function. v3 changes: Change second issue description. v2 changes: Split a patch into two patches for two issues. Add more clear issue description. *** BLURB HERE *** Na Na (2): fix an issue of condition check in delete_depth_small().