[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 ***
> 
> Na Na (2):
>   fix an issue of condition check in delete_depth_small().
>   fix an initialization issue of valid_group in the delete_depth_small()
> 
>  lib/librte_lpm/rte_lpm.c |7 +++
>  1 files changed, 3 insertions(+), 4 deletions(-)
> 
> -- 
> 1.7.7.6
> 
Series Acked-by: Bruce Richardson 


[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().
  fix an initialization issue of valid_group in the delete_depth_small()

 lib/librte_lpm/rte_lpm.c |7 +++
 1 files changed, 3 insertions(+), 4 deletions(-)

-- 
1.7.7.6