From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A9F1FC656 for ; Fri, 24 Jun 2016 17:05:55 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 24 Jun 2016 08:05:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,521,1459839600"; d="scan'208";a="982630662" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 24 Jun 2016 08:05:53 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by IRSMSX102.ger.corp.intel.com ([169.254.2.10]) with mapi id 14.03.0248.002; Fri, 24 Jun 2016 16:05:52 +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/4o7UAgAASg8A= Date: Fri, 24 Jun 2016 15:05:52 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F01052923@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODMzYWUxZGUtMmIxYS00MGYyLTgzZmMtNGY5MWZkMzdlMDBmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ikl3ZkdjMUdDZjZmcURoVFNKNXVVVERaQVhnWEFYRXU4MG41TnJUZXNyRFE9In0= 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 15:05:56 -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/ Hmm I would keep the name dpdk-pdump-sockets as library creates this only f= or pdump sockets. Hidden directory just gives the advantage of not cluttering the display. If= your comment is for the same I can add a . in the directory name:-). > It would allow other DPDK applications to put some files.