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

2015-11-02 Thread Thomas Monjalon
2015-11-02 08:09, Liu, Jijiang: > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Monday, November 02, 2015 2:44 AM > > To: Liu, Jijiang > > Cc: dev at dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v2 0

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

2015-11-02 Thread Liu, Jijiang
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, November 02, 2015 4:26 PM > To: Liu, Jijiang > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/2] Fix two issues in lpm > > 2015-1

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

2015-11-02 Thread Liu, Jijiang
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, November 02, 2015 2:44 AM > To: Liu, Jijiang > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/2] Fix two issues in lpm > > 2015-10-30 21:14, Jijiang

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

2015-11-01 Thread Thomas Monjalon
2015-10-30 21:14, Jijiang Liu: > Jijiang Liu (2): > fix an issue of condition check in delete_depth_small(). > fix an initialization issue of valid_group in the delete_depth_small() There is an authorship issue. It seems Jijiang is not the author of these patches but the From: line is

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

2015-10-30 Thread Jijiang Liu
Fixes two issues in the delete_depth_small() function. v2 changes: Split a patch into two patches for two issues. Add more clear issue description. *** BLURB HERE *** Jijiang Liu (2): fix an issue of condition check in delete_depth_small(). fix an initialization issue of valid_group