[dpdk-dev] [PATCH] devtools: add git log checks for sctp and iova

Ferruh Yigit ferruh.yigit at intel.com
Sat Dec 16 03:22:41 CET 2017


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

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 910daba42..c601f6ae9 100755
--- 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\>' \
-- 
2.14.3



More information about the dev mailing list