From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8AB52A046B for ; Tue, 28 May 2019 17:12:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0714E4F91; Tue, 28 May 2019 17:12:11 +0200 (CEST) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by dpdk.org (Postfix) with ESMTP id D4AC52E8F for ; Tue, 28 May 2019 17:12:09 +0200 (CEST) Received: by mail-ot1-f66.google.com with SMTP id l17so18113241otq.1 for ; Tue, 28 May 2019 08:12:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bqzTPGNDGxRYEn0oh0kkH8YyM2+f1H5dNjV2S8Tsqwg=; b=eyw22LtniPyRVcVPF2CPjgiZgOVLo/U3ycG7eek7DM2u/Iq75EvZqcDhTKGTY4TJ6l TU0d9NXbBDjaUc5LdCQGrbW22VM1/UQkzOc4sRnzvqCGIzJuGgVbSOV2FT+3W3cZ9hfk 5oldlS+tHxRlhZq5jO2Sj36Znk0gzIcQw07fQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bqzTPGNDGxRYEn0oh0kkH8YyM2+f1H5dNjV2S8Tsqwg=; b=n9lwWRfLx7LX3mi8QgN5XOf9WFAhncVkCCHmhoxwZ9HYCqhtjqdl0T/7vQ/WyAt4pj LrgYQerxsrvvrGH4+VBfv2N/o3dRD6GYrTe+bHQEQFmVdcmwhsj2gDAalyhtmVlmREj5 cpdBmbyDV31uziSctdGwjN0pkLdan3sdwVYVzqMokeNYQPwP7Eed2EcXOSSd6Z3j/e6o XXlKLBkb2dF07KV/NIW9l4pFrYeuO3sPfiPAaRTp/RZ/HpJ8DyRuKbjmLsf2WZWSYVbG l/73T/0Xnv/JSgxrck3njbrWb7ZmjG9UvgmZvFVhv8mufCEtiUYyT5qsHA4AnYGlTWTn yxEw== X-Gm-Message-State: APjAAAXPRZlpgcZzCXucy/rfWvSrMcQP6dVjQptXwRY/Q1V00JLWi9Sx uc/AkrVe7gQZEfUFK7EkNw3S/9u59lcrDDMM7gmmyg== X-Google-Smtp-Source: APXvYqwoLhoMZVIWxyynwQXx2jumPnxDC0rQL2kmznibTSimhf2BmzufalGxdsDbXpHNjMGXla31rKhEqRU2n2VUc0g= X-Received: by 2002:a05:6830:1112:: with SMTP id w18mr12535563otq.136.1559056329170; Tue, 28 May 2019 08:12:09 -0700 (PDT) MIME-Version: 1.0 References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190524144935.18765-1-lance.richardson@broadcom.com> In-Reply-To: From: Lance Richardson Date: Tue, 28 May 2019 11:11:58 -0400 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, Ajit Khaparde , Maxime Coquelin Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 00/10] bnxt patchset 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 Tue, May 28, 2019 at 5:19 AM Ferruh Yigit wrote: ... > There are warnings from > "./devtools/checkpatches.sh" & "./devtools/check-git-log.sh" > Can you please address them in next version? > > It is acceptable to have some level of "checkpatches.sh" in the base code update > (HWRM update code for your case) but please sure DPDK specific files don't have > any warning. > > Thanks, > ferruh Sorry about that. I had run checkpatches.sh (which had warnings only for HWRM API updates), but not check-git-log.sh. Thanks, Lance