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

2025-03-11 Thread Thomas Monjalon
06/03/2025 18:12, pbhagavat...@marvell.com: > From: Pavan Nikhilesh > > SKIP_FILES should include the path of the file along with the name. > Update the regex to match the entire path. > > Fixes: dd88f51a5725 ("devtools: forbid DPDK API in cnxk base driver") > Fixes: 2b843cac232e ("drivers: use

[PATCH v2] devtools: fix regex of skip files

2025-03-06 Thread pbhagavatula
From: Pavan Nikhilesh SKIP_FILES should include the path of the file along with the name. Update the regex to match the entire path. Fixes: dd88f51a5725 ("devtools: forbid DPDK API in cnxk base driver") Fixes: 2b843cac232e ("drivers: use per line logging in helpers") Signed-off-by: Pavan Nikhil