[dpdk-dev] [PATCH] scripts: add git log check for NIC and LRO

Ferruh Yigit ferruh.yigit at intel.com
Tue Sep 20 10:53:03 CEST 2016


Add git log capitalization check for LRO and NIC

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

diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh
index 1e05cf2..6db84c5 100755
--- a/scripts/check-git-log.sh
+++ b/scripts/check-git-log.sh
@@ -114,8 +114,10 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<api\>' \
 	-e ':.*\<dma\>' \
 	-e ':.*\<pci\>' \
+	-e ':.*\<lro\>' \
 	-e ':.*\<mtu\>' \
 	-e ':.*\<mac\>' \
+	-e ':.*\<nic\>' \
 	-e ':.*\<numa\>' \
 	-e ':.*\<vlan\>' \
 	-e ':.*\<rss\>' \
-- 
2.7.4



More information about the dev mailing list