From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2594CA051F; Wed, 10 Jun 2020 15:38:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B2FC31BEA8; Wed, 10 Jun 2020 15:38:14 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3CEBF31FC for ; Wed, 10 Jun 2020 15:38:13 +0200 (CEST) IronPort-SDR: SluaG+1mrMvnjJlXWzz1/EEU5s1lPurJYhRl2F+wz4u+/iOCXmQ3Zn8l4MKTZpndJhwl4UIu23 KVGRLhkMNREQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2020 06:38:12 -0700 IronPort-SDR: Zrcg2JePr+1LwCBcJtBkJsZ5dgLwO7ldRbdi1/8vbUfJjUKFmFwRw1gpU7vYgkYv0Q/poHfH2U 6H4gU5wcgPTg== X-IronPort-AV: E=Sophos;i="5.73,496,1583222400"; d="scan'208";a="260400615" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.14.164]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 10 Jun 2020 06:38:10 -0700 Date: Wed, 10 Jun 2020 14:38:06 +0100 From: Bruce Richardson To: Ciara Power Cc: kevin.laatz@intel.com, dev@dpdk.org Message-ID: <20200610133806.GB1587@bricha3-MOBL.ger.corp.intel.com> References: <20200610133033.18317-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200610133033.18317-1-ciara.power@intel.com> Subject: Re: [dpdk-dev] [PATCH] usertools: fix telemetry script user socket path 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jun 10, 2020 at 02:30:33PM +0100, Ciara Power wrote: > The path to the socket when running the script as a regular user needed > to be updated to match the logic in EAL. > > Fixes: 6a2967c112a3 ("usertools: add new telemetry script") > Cc: bruce.richardson@intel.com > > Signed-off-by: Ciara Power > --- Reviewed-by: Bruce Richardson