From: Bruce Richardson <bruce.richardson@intel.com>
To: Kevin Traynor <ktraynor@redhat.com>
Cc: <dev@dpdk.org>, <david.marchand@redhat.com>, <thomas@monjalon.net>
Subject: Re: [PATCH v2 0/2] build: add backward compatibility for nested drivers
Date: Wed, 24 Sep 2025 14:06:51 +0100 [thread overview]
Message-ID: <aNPs65nln4W2jOQ6@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <20250924123422.224988-1-ktraynor@redhat.com>
On Wed, Sep 24, 2025 at 01:34:20PM +0100, Kevin Traynor wrote:
> Since Intel drivers moved from 'net/*' to 'net/intel/*' there are some
> changes required when enabling or disabling those drivers from the meson
> command line. e.g. 'net/ixgbe' no longer works and needs to be replaced
> by 'net/intel/ixgbe'
>
> These patches are to allow backwards compatibility for legacy driver names
> and wildcarding of nested drivers e.g. 'net/ixgbe' and 'net/*'
>
> v2:
> 1/2
> - removed deprecation warning
> - simplified loop and updated comments
> - added Fixes tag
> 2/2
> - Updated list-dir-globs.py to allow recursive wildcards
> - simplified to use '**'
> - added Fixes tag
>
> Kevin Traynor (2):
> build: add backward compatibility for nested drivers
> build: add backward compatibility for wildcarding nested drivers
>
> buildtools/list-dir-globs.py | 2 +-
> drivers/meson.build | 43 +++++++++++++++++++++++++++++++-----
> 2 files changed, 38 insertions(+), 7 deletions(-)
>
> --
Series-acked-by: Bruce Richardson <bruce.richardson@intel.com>
prev parent reply other threads:[~2025-09-24 13:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-22 11:07 [PATCH 1/2] " Kevin Traynor
2025-09-22 11:07 ` [PATCH 2/2] build: add backwards compatibility for wildcarding " Kevin Traynor
2025-09-22 15:52 ` Thomas Monjalon
2025-09-23 13:09 ` Kevin Traynor
2025-09-22 15:51 ` [PATCH 1/2] build: add backward compatibility for " Thomas Monjalon
2025-09-23 13:08 ` Kevin Traynor
2025-09-23 13:28 ` Bruce Richardson
2025-09-24 8:43 ` Thomas Monjalon
2025-09-24 12:34 ` [PATCH v2 0/2] " Kevin Traynor
2025-09-24 12:34 ` [PATCH v2 1/2] " Kevin Traynor
2025-09-24 12:34 ` [PATCH v2 2/2] build: add backward compatibility for wildcarding " Kevin Traynor
2025-09-24 13:06 ` Bruce Richardson [this message]
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=aNPs65nln4W2jOQ6@bricha3-mobl1.ger.corp.intel.com \
--to=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=ktraynor@redhat.com \
--cc=thomas@monjalon.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).