All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Pavan Nikhilesh <pbhagavatula@marvell.com>
Cc: jerinj@marvell.com, dev@dpdk.org
Subject: Re: [PATCH] devtools: fix regex of cnxk skip files
Date: Thu, 06 Mar 2025 17:13:50 +0100	[thread overview]
Message-ID: <4055192.n0HT0TaD9V@thomas> (raw)
In-Reply-To: <20250306152516.2594-1-pbhagavatula@marvell.com>

06/03/2025 16:25, pbhagavatula@marvell.com:
> From: Pavan Nikhilesh <pbhagavatula@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@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 .*



  reply	other threads:[~2025-03-06 16:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-06 15:25 [PATCH] devtools: fix regex of cnxk skip files pbhagavatula
2025-03-06 16:13 ` Thomas Monjalon [this message]
2025-03-06 16:22   ` [EXTERNAL] " Pavan Nikhilesh Bhagavatula
2025-03-06 16:15 ` Thomas Monjalon
2025-03-06 16:23   ` [EXTERNAL] " Pavan Nikhilesh Bhagavatula
2025-03-06 17:12 ` [PATCH v2] devtools: fix regex of " pbhagavatula
2025-03-11 16:06   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4055192.n0HT0TaD9V@thomas \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=pbhagavatula@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.