* [dpdk-dev] [PATCH] devtools: add git log checks for vsi, lsc, crc
@ 2017-04-17 13:13 Ferruh Yigit
2017-04-25 9:55 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2017-04-17 13:13 UTC (permalink / raw)
To: Ferruh Yigit, Thomas Monjalon; +Cc: dev
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 8449d4f..910daba 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -121,10 +121,12 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<arm\>' \
-e ':.*\<armv7\>' \
-e ':.*\<armv8\>' \
+ -e ':.*\<crc\>' \
-e ':.*\<dma\>' \
-e ':.*\<freebsd\>' \
-e ':.*\<linux\>' \
-e ':.*\<lro\>' \
+ -e ':.*\<lsc\>' \
-e ':.*\<mac\>' \
-e ':.*\<mtu\>' \
-e ':.*\<nic\>' \
@@ -135,6 +137,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<rss\>' \
-e ':.*\<tso\>' \
-e ':.*\<[Vv]lan\>' \
+ -e ':.*\<vsi\>' \
| sed 's,^,\t,')
[ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"
--
2.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-25 9:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17 13:13 [dpdk-dev] [PATCH] devtools: add git log checks for vsi, lsc, crc Ferruh Yigit
2017-04-25 9:55 ` Thomas Monjalon
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).