From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/2] Fix two issues in lpm Date: Tue, 3 Nov 2015 10:26:19 +0000 Message-ID: <20151103102619.GE15320@bricha3-MOBL3> References: <1446517061-19261-1-git-send-email-nana.nn@alibaba-inc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Na Na Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 56AB58E7B for ; Tue, 3 Nov 2015 11:26:31 +0100 (CET) Content-Disposition: inline In-Reply-To: <1446517061-19261-1-git-send-email-nana.nn@alibaba-inc.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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