From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ferruh.yigit@intel.com> Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 601515320 for <dev@dpdk.org>; Tue, 20 Sep 2016 10:53:10 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 20 Sep 2016 01:53:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,366,1470726000"; d="scan'208";a="11153187" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga006.fm.intel.com with ESMTP; 20 Sep 2016 01:53:08 -0700 From: Ferruh Yigit <ferruh.yigit@intel.com> To: dev@dpdk.org Cc: Thomas Monjalon <thomas.monjalon@6wind.com> Date: Tue, 20 Sep 2016 09:53:03 +0100 Message-Id: <20160920085303.24631-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH] scripts: add git log check for NIC and LRO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 20 Sep 2016 08:53:10 -0000 Add git log capitalization check for LRO and NIC Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> --- scripts/check-git-log.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh index 1e05cf2..6db84c5 100755 --- a/scripts/check-git-log.sh +++ b/scripts/check-git-log.sh @@ -114,8 +114,10 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e ':.*\<api\>' \ -e ':.*\<dma\>' \ -e ':.*\<pci\>' \ + -e ':.*\<lro\>' \ -e ':.*\<mtu\>' \ -e ':.*\<mac\>' \ + -e ':.*\<nic\>' \ -e ':.*\<numa\>' \ -e ':.*\<vlan\>' \ -e ':.*\<rss\>' \ -- 2.7.4