DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] devtools: add git log checks for TPID, LACP and RETA
Date: Mon,  8 Apr 2019 17:37:18 +0100	[thread overview]
Message-ID: <20190408163718.81576-1-ferruh.yigit@intel.com> (raw)

Add case check to TPID, LACP and RETA abbreviations.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 devtools/check-git-log.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 09bc2d8f3..ac7da6898 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -100,6 +100,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<eeprom\>' \
 	-e ':.*\<freebsd\>' \
 	-e ':.*\<iova\>' \
+	-e ':.*\<lacp\>' \
 	-e ':.*\<linux\>' \
 	-e ':.*\<lro\>' \
 	-e ':.*\<lsc\>' \
@@ -112,10 +113,12 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<pci\>' \
 	-e ':.*\<phy\>' \
 	-e ':.*\<pmd\>' \
+	-e ':.*\<reta\>' \
 	-e ':.*\<rss\>' \
 	-e ':.*\<sctp\>' \
 	-e ':.*\<tos\>' \
 	-e ':.*\<tso\>' \
+	-e ':.*\<tpid\>' \
 	-e ':.*\<ttl\>' \
 	-e ':.*\<udp\>' \
 	-e ':.*\<[Vv]lan\>' \
-- 
2.20.1

             reply	other threads:[~2019-04-08 16:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-08 16:37 Ferruh Yigit [this message]
2019-04-08 16:37 ` Ferruh Yigit
2019-04-15 22:19 ` Thomas Monjalon
2019-04-15 22:19   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190408163718.81576-1-ferruh.yigit@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=dev@dpdk.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).