[PATCH] devtools: fix regex of cnxk skip files
    Thomas Monjalon 
    thomas at monjalon.net
       
    Thu Mar  6 17:13:50 CET 2025
    
    
  
06/03/2025 16:25, pbhagavatula at marvell.com:
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> 
> 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 <pbhagavatula at marvell.com>
> ---
> -		-v SKIP_FILES='roc_platform*' \
> +		-v SKIP_FILES='.*roc_platform*' \
I don't think it is what you want.
The last part should be .*
    
    
More information about the dev
mailing list