From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E583969EC for ; Thu, 26 Apr 2018 09:44:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Apr 2018 00:44:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,330,1520924400"; d="scan'208";a="50081926" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 26 Apr 2018 00:44:05 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 26 Apr 2018 08:44:04 +0100 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.211]) by IRSMSX156.ger.corp.intel.com ([169.254.3.89]) with mapi id 14.03.0319.002; Thu, 26 Apr 2018 08:44:04 +0100 From: "Pattan, Reshma" To: "Tan, Jianfeng" , Thomas Monjalon , "dev@dpdk.org" CC: "Burakov, Anatoly" Thread-Topic: [PATCH] app/pdump: remove unused socket path options Thread-Index: AQHT3JXqWfvtkDaPOUeEwhMN3vzPOaQSIm6AgACI1RA= Date: Thu, 26 Apr 2018 07:44:03 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A2C9FE0@irsmsx110.ger.corp.intel.com> References: <20180425130339.4021-1-thomas@monjalon.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 07:44:09 -0000 > -----Original Message----- > From: Tan, Jianfeng > Sent: Thursday, April 26, 2018 1:33 AM > To: Thomas Monjalon ; dev@dpdk.org > Cc: Burakov, Anatoly ; Pattan, Reshma > > Subject: RE: [PATCH] app/pdump: remove unused socket path options >=20 >=20 >=20 > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > Sent: Wednesday, April 25, 2018 9:04 PM > > To: dev@dpdk.org > > Cc: Burakov, Anatoly; Pattan, Reshma; Tan, Jianfeng > > Subject: [PATCH] app/pdump: remove unused socket path options > > > > 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 >=20 > Reviewed-by: Jianfeng Tan Acked-by: Reshma Pattan Thanks, Reshma