From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 75FAFC49A for ; Fri, 24 Jun 2016 18:39:56 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 24 Jun 2016 09:39:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,521,1459839600"; d="scan'208";a="128002862" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga004.fm.intel.com with ESMTP; 24 Jun 2016 09:39:54 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 24 Jun 2016 17:39:54 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by irsmsx112.ger.corp.intel.com ([169.254.1.18]) with mapi id 14.03.0248.002; Fri, 24 Jun 2016 17:39:53 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 1/5] pdump: fix default socket path Thread-Index: AQHRziASJkJVUedkiEiaIZAk8siU8p/4o7UAgAAtk0A= Date: Fri, 24 Jun 2016 16:39:53 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F010529AF@IRSMSX109.ger.corp.intel.com> References: <1466692599-26716-1-git-send-email-reshma.pattan@intel.com> <1466776473-30883-1-git-send-email-reshma.pattan@intel.com> <1466776473-30883-2-git-send-email-reshma.pattan@intel.com> <2145126.UsGoZmYpyX@xps13> In-Reply-To: <2145126.UsGoZmYpyX@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2Y1OGY5ZDQtMTdmMC00NDIxLTgxZTYtYjk5OTFiNzA2NTJlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVnRzJjQnpqZVAzYWxXRVBxbVJiejgrc0FUeXFHR24zMWhnXC94cnQrcmJVPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/5] pdump: fix default socket path X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2016 16:39:57 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, June 24, 2016 3:55 PM > To: Pattan, Reshma > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 1/5] pdump: fix default socket path >=20 > 2016-06-24 14:54, Reshma Pattan: > > +#define SOCKET_DIR "/pdump_sockets" >=20 > I think the default socket directory should contain dpdk as prefix. > Like dpdk-pdump-sockets (I think dash is preferred for filenames). > I wonder whether it should be a hidden directory: > ~/.dpdk-pdump-sockets > And after all, why not simply > ~/.dpdk/ patch v5 is sent with changes /.dpdk/pdump_sockets. > It would allow other DPDK applications to put some files.