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:
3630757
)
devtools: add git log checks for TPID, LACP and RETA
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 8 Apr 2019 16:37:18 +0000
(17:37 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Mon, 15 Apr 2019 22:21:16 +0000
(
00:21
+0200)
Add case check to TPID, LACP and RETA 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
09bc2d8
..
a763ccf
100755
(executable)
--- 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,9
+113,11
@@
bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<pci\>' \
-e ':.*\<phy\>' \
-e ':.*\<pmd\>' \
+ -e ':.*\<reta\>' \
-e ':.*\<rss\>' \
-e ':.*\<sctp\>' \
-e ':.*\<tos\>' \
+ -e ':.*\<tpid\>' \
-e ':.*\<tso\>' \
-e ':.*\<ttl\>' \
-e ':.*\<udp\>' \