From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E4C805A6E for ; Thu, 26 Apr 2018 02:33:26 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2018 17:33:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,328,1520924400"; d="scan'208";a="35316997" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga008.fm.intel.com with ESMTP; 25 Apr 2018 17:33:25 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 25 Apr 2018 17:33:25 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 25 Apr 2018 17:33:25 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.40]) with mapi id 14.03.0319.002; Thu, 26 Apr 2018 08:33:23 +0800 From: "Tan, Jianfeng" To: Thomas Monjalon , "dev@dpdk.org" CC: "Burakov, Anatoly" , "Pattan, Reshma" Thread-Topic: [PATCH] app/pdump: remove unused socket path options Thread-Index: AQHT3JXq/J1Bx6WZwk2MAOpBt9ZORKQSMcQA Date: Thu, 26 Apr 2018 00:33:23 +0000 Message-ID: References: <20180425130339.4021-1-thomas@monjalon.net> In-Reply-To: <20180425130339.4021-1-thomas@monjalon.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] 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 00:33:27 -0000 > -----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 >=20 > 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. >=20 > Fixes: 660098d61f57 ("pdump: use generic multi-process channel") > Cc: jianfeng.tan@intel.com >=20 > Signed-off-by: Thomas Monjalon Reviewed-by: Jianfeng Tan Thank you for handling this. Thanks, Jianfeng