From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 781778E67 for ; Thu, 26 Apr 2018 18:20:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0389921B8A; Thu, 26 Apr 2018 12:20:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Apr 2018 12:20:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=kztVscEAchzi1tnXuCs+6xE4Q1 BcCSdu528gxKM/XdI=; b=IJM4HoV+knIYGVR0fZd/zWyzrvTSYXPpbGIagnJB1T CHips442WD8b4oynrm2yz40vIpLBipW9VWoJBuxsaoa4NQtAdzpU70yQwBSOUNQv nH4FlWS5davu8eBIqY67nXClyf+38gW1NaomOGRj77DYaMs/InlQBcLB78Dr0Ret 4= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=kztVsc EAchzi1tnXuCs+6xE4Q1BcCSdu528gxKM/XdI=; b=CluS+dWzJ4gW/AD00q/ZiO 0gWI2AxbQAIF+FX2mBlJuPlhZYPIRM9vfzVV93aq3z4Wy/pfgDzf1rnaFAkfjiOn wNht0HmEtt9wqK6iErQpdW9Z+MU1nWAD6iPWItK/dEtn9SxjY8XXepuNMOP2onAJ ZY6RpwYTJqbqNT7eXSb7kI5WFf4x6UinE2yjjsZn1/IHNawjub/gKAIBh/Wh2XIe TlqlIANso1tlV6thVaPtkKYgeLSPodLWkjBEuB89V0cuLub4+nJ4RdW1I4Ip8UeJ 0FN01gpGkpoPtRFILyV1xJ+ktL7EmpGEY1xDAuWMuE9AjfUG0ruT1qzsuWTz618Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 41607E47A0; Thu, 26 Apr 2018 12:20:06 -0400 (EDT) From: Thomas Monjalon To: "Pattan, Reshma" , "Tan, Jianfeng" Cc: dev@dpdk.org, "Burakov, Anatoly" Date: Thu, 26 Apr 2018 18:20:05 +0200 Message-ID: <5009146.Bz8hu4Kyun@xps> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A2C9FE0@irsmsx110.ger.corp.intel.com> References: <20180425130339.4021-1-thomas@monjalon.net> <3AEA2BF9852C6F48A459DA490692831F2A2C9FE0@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] app/pdump: remove unused socket path options 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: , X-List-Received-Date: Thu, 26 Apr 2018 16:20:07 -0000 > > > The options --server-socket-path and --client-socket-path were said to > > > be deprecated and will be removed soon. > > > No need to wait for removing application options which have no effect, > > > and can confuse the user. > > > > > > Fixes: 660098d61f57 ("pdump: use generic multi-process channel") > > > Cc: jianfeng.tan@intel.com > > > > > > Signed-off-by: Thomas Monjalon > > > > Reviewed-by: Jianfeng Tan > Acked-by: Reshma Pattan Applied