Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Thomas Monjalon
18/04/2018 16:06, Thomas Monjalon: > 18/04/2018 15:30, Ferruh Yigit: > > On 4/18/2018 1:21 PM, Juhamatti Kuusisaari wrote: > > > Handle properly a case where DPDK_PATCH_PATH is set > > > to point to a directory. > > > > > > Signed-off-by: Juhamatti Kuusisaari > > > > Acked-by: Ferruh Yigit > >

Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Thomas Monjalon
18/04/2018 15:30, Ferruh Yigit: > On 4/18/2018 1:21 PM, Juhamatti Kuusisaari wrote: > > Handle properly a case where DPDK_PATCH_PATH is set > > to point to a directory. > > > > Signed-off-by: Juhamatti Kuusisaari > > Acked-by: Ferruh Yigit Funny bug, I didn't thought that "test -x" is positive

Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Ferruh Yigit
On 4/18/2018 1:21 PM, Juhamatti Kuusisaari wrote: > Handle properly a case where DPDK_PATCH_PATH is set > to point to a directory. > > Signed-off-by: Juhamatti Kuusisaari Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Juhamatti Kuusisaari
Handle properly a case where DPDK_PATCH_PATH is set to point to a directory. Signed-off-by: Juhamatti Kuusisaari --- devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index 7676a6b..2bb5458 100755 ---