DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] devtools: add git log checks for nvm, tso, Vlan
@ 2017-01-26 14:16 Ferruh Yigit
  2017-01-29 14:45 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2017-01-26 14:16 UTC (permalink / raw)
  To: dev; +Cc: Ferruh Yigit, Thomas Monjalon

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

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 62b5f43..52b8659 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -128,13 +128,15 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<mac\>' \
 	-e ':.*\<mtu\>' \
 	-e ':.*\<nic\>' \
+	-e ':.*\<nvm\>' \
 	-e ':.*\<numa\>' \
 	-e ':.*\<pci\>' \
 	-e ':.*\<pmd\>' \
 	-e ':.*\<rss\>' \
 	-e ':.*\<tile-gx\>' \
 	-e ':.*\<tilegx\>' \
-	-e ':.*\<vlan\>' \
+	-e ':.*\<tso\>' \
+	-e ':.*\<[Vv]lan\>' \
 	| sed 's,^,\t,')
 [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"
 
-- 
2.9.3

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

* Re: [dpdk-dev] [PATCH] devtools: add git log checks for nvm, tso, Vlan
  2017-01-26 14:16 [dpdk-dev] [PATCH] devtools: add git log checks for nvm, tso, Vlan Ferruh Yigit
@ 2017-01-29 14:45 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-01-29 14:45 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

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

end of thread, other threads:[~2017-01-29 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-26 14:16 [dpdk-dev] [PATCH] devtools: add git log checks for nvm, tso, Vlan Ferruh Yigit
2017-01-29 14:45 ` 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).