From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/6] test: fix memory leak in bitmap test Date: Mon, 05 Feb 2018 11:25:42 +0100 Message-ID: <2278506.lDYVRKTEsi@xps> References: <9d5a3bc7a779b2dddab4256aa3e0631737861f98.1513867589.git.anatoly.burakov@intel.com> <2278700.hXEWzmFphA@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Cristian Dumitrescu , pbhagavatula@caviumnetworks.com To: "Burakov, Anatoly" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 002F8199B4 for ; Mon, 5 Feb 2018 11:25:46 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/02/2018 11:06, Burakov, Anatoly: > 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 > >>>>>> > >>>>>> Fixes: c7e4a134e769 ("test: verify bitmap operations") > >>>>>> Cc: pbhagavatula@caviumnetworks.com > >>>>>> > >>>>>> Signed-off-by: Anatoly Burakov > >>>>> > >>>>> 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. Your signed-off should be generated when creating the commit: git commit -s Then you add acks by updating the commit: git commit --amend