devtools: add git log checks for TPID, LACP and RETA
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 8 Apr 2019 16:37:18 +0000 (17:37 +0100)
committerThomas 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

index 09bc2d8..a763ccf 100755 (executable)
@@ -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\>' \