From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 7867A2C06
 for <dev@dpdk.org>; Wed,  3 Aug 2016 10:58:15 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga103.fm.intel.com with ESMTP; 03 Aug 2016 01:58:14 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.28,465,1464678000"; d="scan'208";a="1028873282"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.75])
 ([10.237.220.75])
 by orsmga002.jf.intel.com with ESMTP; 03 Aug 2016 01:58:14 -0700
To: "Dai, Wei" <wei.dai@intel.com>, "dev@dpdk.org" <dev@dpdk.org>,
 "Richardson, Bruce" <bruce.richardson@intel.com>
References: <1470035000-72828-1-git-send-email-wei.dai@intel.com>
 <1470207736-20760-1-git-send-email-wei.dai@intel.com>
 <49759EB36A64CF4892C1AFEC9231E8D63A268892@PGSMSX106.gar.corp.intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <57A1B224.6000208@intel.com>
Date: Wed, 3 Aug 2016 09:58:12 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101
 Thunderbird/38.7.2
MIME-Version: 1.0
In-Reply-To: <49759EB36A64CF4892C1AFEC9231E8D63A268892@PGSMSX106.gar.corp.intel.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v3 1/3] lpm: fix freeing unused sub-table on
 rule delete
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 03 Aug 2016 08:58:15 -0000

On 8/3/2016 8:13 AM, Dai, Wei wrote:
> This patch is same as patch 15063 which has been acked by Bruce Richardson.
> Only title and message body of git log has been revised according to Bruce's
> advice.

For future, you can carry Ac with new version of the patch for these
kind of cases.