From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <anatoly.burakov@intel.com> Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id A18A81B22A for <dev@dpdk.org>; Mon, 5 Feb 2018 11:06:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2018 02:06:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,464,1511856000"; d="scan'208";a="28849569" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.145]) ([10.237.220.145]) by orsmga001.jf.intel.com with ESMTP; 05 Feb 2018 02:06:15 -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> <1784627.cy30zg41sB@xps> <e7d7c4e1-a5ee-e37c-0aa2-71660309fe14@intel.com> <2278700.hXEWzmFphA@xps> From: "Burakov, Anatoly" <anatoly.burakov@intel.com> Message-ID: <aeb37bab-6731-54c8-f8cd-81e24325bd73@intel.com> Date: Mon, 5 Feb 2018 10:06:14 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <2278700.hXEWzmFphA@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: Mon, 05 Feb 2018 10:06:18 -0000 On 02-Feb-18 5:08 PM, Thomas Monjalon wrote: > 02/02/2018 11:31, Burakov, Anatoly: >> 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. > > Oh, I didn't see them because they are at the beginning or middle of > the message. They should be in chronological order after your Signed-off. > > That's a bit hard to do since my signoff is generated by git-format-patch rather than manually, but OK, i'll see what i can do. Apologies for the confusion. -- Thanks, Anatoly