From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/5] pdump: fix default socket path Date: Fri, 24 Jun 2016 16:54:52 +0200 Message-ID: <2145126.UsGoZmYpyX@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id DFC14C608 for ; Fri, 24 Jun 2016 16:54:54 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id a66so28960705wme.0 for ; Fri, 24 Jun 2016 07:54:54 -0700 (PDT) In-Reply-To: <1466776473-30883-2-git-send-email-reshma.pattan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-24 14:54, Reshma Pattan: > +#define SOCKET_DIR "/pdump_sockets" 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/ It would allow other DPDK applications to put some files.