Re: [dpdk-dev] [PATCH] devtools: add git log checks for TPID, LACP and RETA

2019-04-15 Thread Thomas Monjalon
08/04/2019 18:37, Ferruh Yigit: > Add case check to TPID, LACP and RETA abbreviations. > > Signed-off-by: Ferruh Yigit > --- > -e ':.*\' \ > -e ':.*\' \ > + -e ':.*\' \ > -e ':.*\' \ Applied with alphabetical order fixed, thanks

[dpdk-dev] [PATCH] devtools: add git log checks for TPID, LACP and RETA

2019-04-08 Thread Ferruh Yigit
Add case check to TPID, LACP and RETA abbreviations. Signed-off-by: Ferruh Yigit --- 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 09bc2d8f3..ac7da6898 100755 --- a/devtools/check-git-log.sh +++ b/devt