RE: [EXTERNAL] Re: [PATCH] devtools: fix regex of cnxk skip files

2025-03-06 Thread Pavan Nikhilesh Bhagavatula
> 06/03/2025 16:25, pbhagavat...@marvell.com: > > From: Pavan Nikhilesh > > > > SKIP_FILES should include the path of the file. > > Update the regex to match the path. > > Can you please also check this one: > -v SKIP_FILES='osdep.h$' > Is it really working without the full path? > Sure,

Re: [PATCH] devtools: fix regex of cnxk skip files

2025-03-06 Thread Thomas Monjalon
06/03/2025 16:25, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > SKIP_FILES should include the path of the file. > Update the regex to match the path. Can you please also check this one: -v SKIP_FILES='osdep.h$' Is it really working without the full path?

RE: [EXTERNAL] Re: [PATCH] devtools: fix regex of cnxk skip files

2025-03-06 Thread Pavan Nikhilesh Bhagavatula
> 06/03/2025 16:25, pbhagavat...@marvell.com: > > From: Pavan Nikhilesh > > > > SKIP_FILES should include the path of the file. > > Update the regex to match the path. > > > > Fixes: dd88f51a5725 ("devtools: forbid DPDK API in cnxk base driver") > > > > Signed-off-by: Pavan Nikhilesh > > --- > >

Re: [PATCH] devtools: fix regex of cnxk skip files

2025-03-06 Thread Thomas Monjalon
06/03/2025 16:25, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > SKIP_FILES should include the path of the file. > Update the regex to match the path. > > Fixes: dd88f51a5725 ("devtools: forbid DPDK API in cnxk base driver") > > Signed-off-by: Pavan Nikhilesh > --- > - -v SK

[PATCH] devtools: fix regex of cnxk skip files

2025-03-06 Thread pbhagavatula
From: Pavan Nikhilesh SKIP_FILES should include the path of the file. Update the regex to match the path. Fixes: dd88f51a5725 ("devtools: forbid DPDK API in cnxk base driver") Signed-off-by: Pavan Nikhilesh --- devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di