From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <anatoly.burakov@intel.com> Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AF2202BBD for <dev@dpdk.org>; Fri, 2 Feb 2018 11:31:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Feb 2018 02:31:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,448,1511856000"; d="scan'208";a="200807424" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.145]) ([10.237.220.145]) by fmsmga006.fm.intel.com with ESMTP; 02 Feb 2018 02:31:37 -0800 To: Thomas Monjalon <thomas@monjalon.net> Cc: dev@dpdk.org, Cristian Dumitrescu <cristian.dumitrescu@intel.com>, pbhagavatula@caviumnetworks.com References: <9d5a3bc7a779b2dddab4256aa3e0631737861f98.1513867589.git.anatoly.burakov@intel.com> <1569171.xWJOKtzJQX@xps> <d8fd4bd4-c694-5a2d-ba07-853967058a43@intel.com> <1784627.cy30zg41sB@xps> From: "Burakov, Anatoly" <anatoly.burakov@intel.com> Message-ID: <e7d7c4e1-a5ee-e37c-0aa2-71660309fe14@intel.com> Date: Fri, 2 Feb 2018 10:31:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1784627.cy30zg41sB@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 1/6] test: fix memory leak in bitmap test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 02 Feb 2018 10:31:40 -0000 On 02-Feb-18 9:08 AM, Thomas Monjalon wrote: > 01/02/2018 18:04, Burakov, Anatoly: >> On 01-Feb-18 12:10 AM, Thomas Monjalon wrote: >>> 17/01/2018 12:15, Anatoly Burakov: >>>> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com> >>>> >>>> Fixes: c7e4a134e769 ("test: verify bitmap operations") >>>> Cc: pbhagavatula@caviumnetworks.com >>>> >>>> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> >>> >>> I think you missed to report some previous acks in this series. >>> >>> >>> >> >> Which ones were there? I can only see two new acks for v3 from Olivier. >> Everything else seems in order, unless my email client is lying to me :) > > There are some acks from Cristian. > They are all already in the patchset. -- Thanks, Anatoly