From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DC62EA046B for ; Mon, 24 Jun 2019 00:30:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B8A01BF61; Mon, 24 Jun 2019 00:30:41 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id B2B1B1BF51 for ; Mon, 24 Jun 2019 00:30:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 30BEF486; Sun, 23 Jun 2019 18:30:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 23 Jun 2019 18:30:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=L70Q8OOUo7LI7f7LhQ7f9qgV8wmplNUvEtyRypgOZ4U=; b=eRg3hvwvZksw ExIdg4ThW15bL3mBkgI7n+MvuJfnw0aJfDEYQbkBRqjy2RFwIIMsulF/El8jinqX Re691FVe9YkhP3tE0BkPH/V1k7PayK97qFoesgubYbIY3i3M7uD9+AKtL4uXc4Bu JfBa4MbXDTOgvyTj7ftUGiggRHS147Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=L70Q8OOUo7LI7f7LhQ7f9qgV8wmplNUvEtyRypgOZ 4U=; b=wesmyPor4fI6TYUhXtNQzyLrLE9zhY5OwGQFjkC3XQjRJSnWT1VrR20J6 hRUO9uitmF4sLZeKk9+fePwXz1hXIGciwgJUAlFFP7h7jU7U2g3oldeaRGuhzINa LQhs/MqBQ/uGcjp9gHL8t+iBz0ud/rC6VDkDvTtuF0xR55UBBxx/ws3HL4WcKMCn ofXGYcfHpCmnVYdvng5vmo22PwIgoMyodWIxiOJq6cuCTT3RCe++cknyDz71lowX gzgwfuMdi0jSwfufok2AF8kp6VjSnUCI5hTU7WZv2FrZlv17IXTFdlXUMPAtlbzj 1Dd69FvTTNNCTDBDT3UcydQEq30tg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddugddutdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 650B280059; Sun, 23 Jun 2019 18:30:36 -0400 (EDT) From: Thomas Monjalon To: "Suanming. Mou" Cc: dev@dpdk.org, "Pattan, Reshma" , "Varghese, Vipin" , "Burakov, Anatoly" Date: Mon, 24 Jun 2019 00:30:34 +0200 Message-ID: <9132053.O1gghd4PnR@xps> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A485C4E@irsmsx110.ger.corp.intel.com> References: <1556862508-61677-1-git-send-email-mousuanming@huawei.com> <1557897039-89555-1-git-send-email-mousuanming@huawei.com> <3AEA2BF9852C6F48A459DA490692831F2A485C4E@irsmsx110.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9] app/pdump: exit with primary process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/06/2019 15:32, Pattan, Reshma: > From: Suanming.Mou [mailto:mousuanming@huawei.com] > > Signed-off-by: Suanming Mou > > Reviewed-by: Anatoly Burakov > > Reviewed-by: Vipin Varghese > > Reviewed-by: Reshma Pattan > > Reviewed-by: Thomas Monjalon > > --- > > V9: > > * reword the comments and update the git log. > > * move release note to release_19_08.rst. > > * remove dot in name. > > > Acked-by line is missing, so re acking. Keep my ack if you have to send next version. > Acked-by: Reshma Pattan That's not correct to add Reviewed-by lines if it was not explicitly found in a previous reply. Suanming, I think you need to remove some lines above.