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:
2ba9a32
)
devtools: add git log checks for SCTP and IOVA
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Sat, 16 Dec 2017 02:22:41 +0000
(
02:22
+0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 4 Jan 2018 17:33:34 +0000
(18:33 +0100)
Acronyms must be uppercase.
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
910daba
..
c601f6a
100755
(executable)
--- a/
devtools/check-git-log.sh
+++ b/
devtools/check-git-log.sh
@@
-124,6
+124,7
@@
bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<crc\>' \
-e ':.*\<dma\>' \
-e ':.*\<freebsd\>' \
+ -e ':.*\<iova\>' \
-e ':.*\<linux\>' \
-e ':.*\<lro\>' \
-e ':.*\<lsc\>' \
@@
-135,6
+136,7
@@
bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<pci\>' \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
+ -e ':.*\<sctp\>' \
-e ':.*\<tso\>' \
-e ':.*\<[Vv]lan\>' \
-e ':.*\<vsi\>' \