From patchwork Tue Jun 2 13:53:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Power, Ciara" X-Patchwork-Id: 70735 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4DEEFA0513; Tue, 2 Jun 2020 15:57:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26D731BF5F; Tue, 2 Jun 2020 15:57:43 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1B12E1BF59 for ; Tue, 2 Jun 2020 15:57:40 +0200 (CEST) IronPort-SDR: /Lk76bNFaCQQWZxDoE0sYHK8CjvLjLQbBiXS19XVKeU+6YMcQKCS/PSiWKY8AOX/CspYdPgS7N 5CrCO1vgbOgA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2020 06:57:38 -0700 IronPort-SDR: pq+63xIenG0ap656fC6nI0lnLflYnpCYuFheAyIjBqdNZ4zZhiwZabNHVmTydEG0s47bPUCwr+ UA7vaYK8IwDA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,464,1583222400"; d="scan'208";a="347406299" Received: from silpixa00399953.ir.intel.com (HELO silpixa00399953.ger.corp.intel.com) ([10.237.222.53]) by orsmga001.jf.intel.com with ESMTP; 02 Jun 2020 06:57:37 -0700 From: Ciara Power To: thomas@monjalon.net, john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: ferruh.yigit@intel.com, dev@dpdk.org, Ciara Power Date: Tue, 2 Jun 2020 14:53:16 +0100 Message-Id: <20200602135319.21457-1-ciara.power@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200128150256.14339-1-ciara.power@intel.com> References: <20200128150256.14339-1-ciara.power@intel.com> Subject: [dpdk-dev] [PATCH v3 0/3] standardize devtools check scripts 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" v3: - Fix comments on v2. - Add patch to update contributor's guide. v2: Fix comments on v1. This patchset standardizes the checkpatches and check-git-log scripts to accept the same syntax commandline arguments, to make them easier to use. The output is also standardized, check-git-log previously showed no output to the user when no errors were found, but now prints a similar output to that of the checkpatches script. Ciara Power (3): devtools: standardize script arguments devtools: added stats print doc/guides: updated script usage for checking patches devtools/check-git-log.sh | 87 ++++++++++++++++++++--------- devtools/checkpatches.sh | 2 +- doc/guides/contributing/patches.rst | 12 +++- 3 files changed, 72 insertions(+), 29 deletions(-)