From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B0901A0547; Mon, 21 Jun 2021 11:18:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A6D841158; Mon, 21 Jun 2021 11:18:14 +0200 (CEST) Received: from mail-109-mta22.mxroute.com (mail-109-mta22.mxroute.com [136.175.109.22]) by mails.dpdk.org (Postfix) with ESMTP id B296D40040 for ; Mon, 21 Jun 2021 11:18:13 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-109-mta22.mxroute.com (ZoneMTA) with ESMTPSA id 17a2ddcedc0000c20d.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Mon, 21 Jun 2021 09:18:11 +0000 X-Zone-Loop: d08ebb09df71dbe898cd1989dcfc2cde5ab342cd1990 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=30W3Dg+FRAbKrZkGpOmjL2gK+oWjOsR01DXISY4Niu4=; b=KELnHtmtOd5pc6XzG7SHNxNvMt Vpb8GOudgAtPtUatGxwOOMM3DpyDPio+hlumngwFGHQs/0dM5qBsIGNjoiAzTe/twePP4uj5prt3B IxYIeOjEnDYK2mCps1U7jw6shoDTT5CUPFcfwos2JwtKHGC61VIf6NzPhfy2RL1ArnuIjHAkUJUWW YjEqiFlmjBh5YVMmpdhyh7t2M8i8ChgUHwmkrlMFxEsWtAGzkgsQhq46bZ+HBDYd9WOP+ML+wSYiM WdMqgKPFyq7++sdvcdwVrg3OGLRhEJYpaC0boMLOUC4IYjDBpgyBFU63yjDUUOlF5ULD2hJ+V05F5 XI+Z7afw==; To: Stephen Hemminger Cc: dev@dpdk.org, ferruh.yigit@intel.com, thomas@monjalon.net, ktraynor@redhat.com, bruce.richardson@intel.com References: <20210618163659.85933-1-mdr@ashroe.eu> <20210618124036.206db2bd@hermes.local> From: "Kinsella, Ray" Message-ID: Date: Mon, 21 Jun 2021 10:18:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210618124036.206db2bd@hermes.local> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH] devtools: script to track map symbols X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > > pylint reports some things that should be fixed. Don't worry about the naming style > and docstring but others should be addressed. [SNIP] Ah, rookie mistake, I ran checkpatch and thought that I was all good. I will sort it out thanks. Ray K