Re: [dpdk-dev] [PATCH] devtools: check prefix for libraries patches

2021-11-26 Thread Thomas Monjalon
20/10/2021 11:14, David Marchand: > The convention in DPDK is to directly use library names as prefix, > without a lib/. > > Signed-off-by: David Marchand Applied, thanks.

[dpdk-dev] [PATCH] devtools: check prefix for libraries patches

2021-10-20 Thread David Marchand
The convention in DPDK is to directly use library names as prefix, without a lib/. Signed-off-by: David Marchand --- devtools/check-git-log.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh index 9988bf863d..475f2464ab 100755 --- a