* [dpdk-dev] [PATCH] devtools: add git log checks for DBC, TOS and TTL
@ 2019-01-29 13:27 Ferruh Yigit
2019-01-29 13:49 ` Thomas Monjalon
2019-01-29 13:55 ` [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, " Ferruh Yigit
0 siblings, 2 replies; 5+ messages in thread
From: Ferruh Yigit @ 2019-01-29 13:27 UTC (permalink / raw)
To: Ferruh Yigit, Thomas Monjalon; +Cc: dev
Add case check to DBC, TOS and TTL abbreviations.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
devtools/check-git-log.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index d1c12049e..a905afc32 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -95,6 +95,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
-e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
-e ':.*\<crc\>' \
+ -e ':.*\<dcb\>' \
-e ':.*\<dma\>' \
-e ':.*\<eeprom\>' \
-e ':.*\<freebsd\>' \
@@ -113,7 +114,9 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
-e ':.*\<sctp\>' \
+ -e ':.*\<tos\>' \
-e ':.*\<tso\>' \
+ -e ':.*\<ttl\>' \
-e ':.*\<udp\>' \
-e ':.*\<[Vv]lan\>' \
-e ':.*\<vdpa\>' \
--
2.17.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add git log checks for DBC, TOS and TTL
2019-01-29 13:27 [dpdk-dev] [PATCH] devtools: add git log checks for DBC, TOS and TTL Ferruh Yigit
@ 2019-01-29 13:49 ` Thomas Monjalon
2019-01-29 13:56 ` Ferruh Yigit
2019-01-29 13:55 ` [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, " Ferruh Yigit
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2019-01-29 13:49 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev
29/01/2019 14:27, Ferruh Yigit:
> Add case check to DBC, TOS and TTL abbreviations.
Do you mean DCB?
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, TOS and TTL
2019-01-29 13:27 [dpdk-dev] [PATCH] devtools: add git log checks for DBC, TOS and TTL Ferruh Yigit
2019-01-29 13:49 ` Thomas Monjalon
@ 2019-01-29 13:55 ` Ferruh Yigit
2019-02-24 23:06 ` Thomas Monjalon
1 sibling, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2019-01-29 13:55 UTC (permalink / raw)
To: Ferruh Yigit, Thomas Monjalon; +Cc: dev
Add case check to DCB, TOS and TTL abbreviations.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
v2:
* fix typo, s/DBC/DCB/
---
devtools/check-git-log.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index d1c12049e..a905afc32 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -95,6 +95,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<(Armv7|ARMv7|ArmV7|armV7|ARMV7)\>' \
-e ':.*\<(Armv8|ARMv8|ArmV8|armV8|ARMV8)\>' \
-e ':.*\<crc\>' \
+ -e ':.*\<dcb\>' \
-e ':.*\<dma\>' \
-e ':.*\<eeprom\>' \
-e ':.*\<freebsd\>' \
@@ -113,7 +114,9 @@ bad=$(echo "$headlines" | grep -E --color=always \
-e ':.*\<pmd\>' \
-e ':.*\<rss\>' \
-e ':.*\<sctp\>' \
+ -e ':.*\<tos\>' \
-e ':.*\<tso\>' \
+ -e ':.*\<ttl\>' \
-e ':.*\<udp\>' \
-e ':.*\<[Vv]lan\>' \
-e ':.*\<vdpa\>' \
--
2.17.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add git log checks for DBC, TOS and TTL
2019-01-29 13:49 ` Thomas Monjalon
@ 2019-01-29 13:56 ` Ferruh Yigit
0 siblings, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2019-01-29 13:56 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
On 1/29/2019 1:49 PM, Thomas Monjalon wrote:
> 29/01/2019 14:27, Ferruh Yigit:
>> Add case check to DBC, TOS and TTL abbreviations.
>
> Do you mean DCB?
Yes, fix sent.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, TOS and TTL
2019-01-29 13:55 ` [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, " Ferruh Yigit
@ 2019-02-24 23:06 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2019-02-24 23:06 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev
29/01/2019 14:55, Ferruh Yigit:
> Add case check to DCB, TOS and TTL abbreviations.
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-02-24 23:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 13:27 [dpdk-dev] [PATCH] devtools: add git log checks for DBC, TOS and TTL Ferruh Yigit
2019-01-29 13:49 ` Thomas Monjalon
2019-01-29 13:56 ` Ferruh Yigit
2019-01-29 13:55 ` [dpdk-dev] [PATCH v2] devtools: add git log checks for DCB, " Ferruh Yigit
2019-02-24 23:06 ` 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).