git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fdac86
)
devtools: add git log checks for DCB, TOS and TTL
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 29 Jan 2019 13:55:33 +0000
(13:55 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 24 Feb 2019 23:07:17 +0000
(
00:07
+0100)
Add case check to DCB, TOS and TTL abbreviations.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/check-git-log.sh
patch
|
blob
|
history
diff --git
a/devtools/check-git-log.sh
b/devtools/check-git-log.sh
index
d39064f
..
09bc2d8
100755
(executable)
--- a/
devtools/check-git-log.sh
+++ b/
devtools/check-git-log.sh
@@
-95,6
+95,7
@@
bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
-e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
-e ':.*\<crc\>' \
+ -e ':.*\<dcb\>' \
-e ':.*\<dma\>' \
-e ':.*\<eeprom\>' \
-e ':.*\<freebsd\>' \
@@
-113,7
+114,9
@@
bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
-e ':.*\<sctp\>' \
+ -e ':.*\<tos\>' \
-e ':.*\<tso\>' \
+ -e ':.*\<ttl\>' \
-e ':.*\<udp\>' \
-e ':.*\<[Vv]lan\>' \
-e ':.*\<vdpa\>' \