[dpdk-dev] [PATCH] devtools: add git log checks for PHY

Ferruh Yigit ferruh.yigit at intel.com
Mon Oct 15 16:53:18 CEST 2018


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

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 97dae4be6..055eee24d 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -108,6 +108,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<nvm\>' \
 	-e ':.*\<numa\>' \
 	-e ':.*\<pci\>' \
+	-e ':.*\<phy\>' \
 	-e ':.*\<pmd\>' \
 	-e ':.*\<rss\>' \
 	-e ':.*\<sctp\>' \
-- 
2.17.2



More information about the dev mailing list