From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 405A98E8B for ; Fri, 30 Oct 2015 14:14:45 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 30 Oct 2015 06:14:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,218,1444719600"; d="scan'208";a="838835328" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 30 Oct 2015 06:14:44 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t9UDEgtv021647 for ; Fri, 30 Oct 2015 21:14:42 +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 t9UDEeDh014277 for ; Fri, 30 Oct 2015 21:14:42 +0800 Received: (from jijiangl@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t9UDEdA8014273 for dev@dpdk.org; Fri, 30 Oct 2015 21:14:39 +0800 From: Jijiang Liu To: dev@dpdk.org Date: Fri, 30 Oct 2015 21:14:37 +0800 Message-Id: <1446210879-14242-1-git-send-email-jijiang.liu@intel.com> X-Mailer: git-send-email 1.7.12.2 Subject: [dpdk-dev] [PATCH v2 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: Fri, 30 Oct 2015 13:14:45 -0000 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 in the delete_depth_small() lib/librte_lpm/rte_lpm.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) -- 1.7.7.6