From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 03 Nov 2015 02:26:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,238,1444719600"; d="scan'208";a="810516910" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by orsmga001.jf.intel.com with SMTP; 03 Nov 2015 02:26:20 -0800 Received: by (sSMTP sendmail emulation); Tue, 03 Nov 2015 10:26:19 +0025 Date: Tue, 3 Nov 2015 10:26:19 +0000 From: Bruce Richardson To: Na Na 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 Content-Disposition: inline In-Reply-To: <1446517061-19261-1-git-send-email-nana.nn@alibaba-inc.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/2] Fix two issues in lpm X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 10:26:31 -0000 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