From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9C3235A06 for ; Tue, 3 Nov 2015 03:17:46 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 02 Nov 2015 18:17:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,236,1444719600"; d="scan'208";a="841629696" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 02 Nov 2015 18:17:45 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tA32Hiva006522 for ; Tue, 3 Nov 2015 10:17:44 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id tA32HfXC019296 for ; Tue, 3 Nov 2015 10:17:43 +0800 Received: (from jijiangl@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tA32HfvT019292 for dev@dpdk.org; Tue, 3 Nov 2015 10:17:41 +0800 From: Na Na To: dev@dpdk.org Date: Tue, 3 Nov 2015 10:17:39 +0800 Message-Id: <1446517061-19261-1-git-send-email-nana.nn@alibaba-inc.com> X-Mailer: git-send-email 1.7.12.2 Subject: [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 02:17:47 -0000 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