DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] scripts: add git log check for NIC and LRO
@ 2016-09-20  8:53 Ferruh Yigit
  2016-09-23 12:47 ` [dpdk-dev] [PATCH v2] scripts: add more git log checks Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2016-09-20  8:53 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Add git log capitalization check for LRO and NIC

Signed-off-by: Ferruh Yigit <ferruh.yigit@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-26 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20  8:53 [dpdk-dev] [PATCH] scripts: add git log check for NIC and LRO Ferruh Yigit
2016-09-23 12:47 ` [dpdk-dev] [PATCH v2] scripts: add more git log checks Ferruh Yigit
2016-09-26  3:26   ` Yuanhan Liu
2016-10-26 21:34   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).