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 9793EA04B9; Mon, 7 Sep 2020 11:05:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56CE81BE85; Mon, 7 Sep 2020 11:05:47 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C5FE829AC for ; Mon, 7 Sep 2020 11:05:45 +0200 (CEST) IronPort-SDR: J9GyEQA64OdtsE6uNNNhyB1y08qE6bLUWARFypYg4zD1L1LgnYJ979HpJHvGXxPhKeTmfO7m2p rPQkzf4IPTfQ== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="145704683" X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="145704683" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2020 02:05:44 -0700 IronPort-SDR: XqLszupanlmI163zOKi25rYG6jUoAjT+sxildMsjqhEbhSlzcnc+85g3Pa6ir3vEpogukOYNn1 GNH4sPwA8qiw== X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="479575907" Received: from bricha3-mobl.ger.corp.intel.com ([10.251.80.24]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Sep 2020 02:05:43 -0700 Date: Mon, 7 Sep 2020 10:05:40 +0100 From: Bruce Richardson To: Stephen Hemminger Cc: dev@dpdk.org Message-ID: <20200907090540.GE312@bricha3-MOBL.ger.corp.intel.com> References: <20200906013133.26360-1-stephen@networkplumber.org> <20200906013133.26360-11-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200906013133.26360-11-stephen@networkplumber.org> Subject: Re: [dpdk-dev] [PATCH 10/11] dpdk-telemetry-client: fix some pylint warnings 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 Sat, Sep 05, 2020 at 06:31:32PM -0700, Stephen Hemminger wrote: > Convert comments to docstrings as appropriate. > Remove unnecessary paren in if statement. > Remove extra whitespace after print. > > Signed-off-by: Stephen Hemminger > --- > usertools/dpdk-telemetry-client.py | 28 ++++++++++++++++++---------- > 1 file changed, 18 insertions(+), 10 deletions(-) > Acked-by: Bruce Richardson