From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=01YvW0REzUnFre4/eUJ89WrOaruskRygDg7M08bViXI=; b=gH83ew7k33dXjMzN6TB5RWE+StNQ424IpX8O6zqyowJ6iZYHAUqKlOWZjKi3j5ZrZx j1B/XvW67s4709L4ldeBr7an4Js/2yZ3JA6GObe9SqyxCLoLM2EL4uuEB1suIU/qT576 if8D/kbZw/bIlkrBBXrANcg9JaMDVX7YShsjwBeqVzqpSuCQsYGFabJPwtwNtd8eEE6x 2w4MJpDqFRTw2FGODqQ6J1y677lmFty5zVQgRbozPmg8/SnvCTcek0kEZlKva6q+tRBz oHOMD37fzJlDEAJuvm9Dzo6eEJs0GWVDAsih/F5AlUl7LIn74Q+jyzXoIeg7kLtK8Jub qIiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=01YvW0REzUnFre4/eUJ89WrOaruskRygDg7M08bViXI=; b=igQKikAI3nSa2Je00ZdmXfA6ZFSLK3u1DhGbnSjqaSWunYGLH8RcicVk5HVYK4IGG7 tZJ1RWzpmk8dHKLLdTPnzu0v75Zd3/o2YEFyCC0tldkNHZIwFlwYbBufvpiCzB+3T7pa aUQ4GYCr50mSMwrhcirqaoxVb8b2IEZRtsHgW1aA6qW4dj8OsgVIEsoHiToeoYt2AEOH IgGfDDgVGClqTifc+SQp95xJw0W7Dz6CbY2sG7p7Zyrl9Y4RBQ++3iQBes6qS1f6+/rc h8yUnaGkTQFsvrytlS1Qv5pv83lRgnPQH5EzZ1Bj3BteVxfEPqp+qBmRDpilUPizbk0E tFzw== X-Gm-Message-State: ALyK8tLFcPGFrPYLhN/YIzi4IBQxJyY8ipqOSNBds66jtedp8+5NhHn5730Y9pDF/x8NsoEQ X-Received: by 10.194.32.103 with SMTP id h7mr4187544wji.163.1466780094606; Fri, 24 Jun 2016 07:54:54 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id li10sm5537357wjb.5.2016.06.24.07.54.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jun 2016 07:54:53 -0700 (PDT) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org Date: Fri, 24 Jun 2016 16:54:52 +0200 Message-ID: <2145126.UsGoZmYpyX@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1466776473-30883-2-git-send-email-reshma.pattan@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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 14:54:55 -0000 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.