From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/pdump: remove unused socket path options Date: Thu, 26 Apr 2018 18:20:05 +0200 Message-ID: <5009146.Bz8hu4Kyun@xps> References: <20180425130339.4021-1-thomas@monjalon.net> <3AEA2BF9852C6F48A459DA490692831F2A2C9FE0@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" To: "Pattan, Reshma" , "Tan, Jianfeng" 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) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A2C9FE0@irsmsx110.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > 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