DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: <dev@dpdk.org>
Subject: Re: [PATCH v5 0/4] remove common iavf and idpf drivers
Date: Tue, 11 Feb 2025 15:53:26 +0000	[thread overview]
Message-ID: <Z6tydj1CB7C457yr@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <20250210164427.1118265-1-bruce.richardson@intel.com>

On Mon, Feb 10, 2025 at 04:44:22PM +0000, Bruce Richardson wrote:
> The iavf and idpf common directories were used only to share code
> between multiple net drivers and did not need to be drivers in their own
> right, since it is just as easy to have a dependency from one net driver
> on another as a net driver on a common one.
> 
> This patchset therefore aims to eliminate the two unnecessary common
> drivers. It does so as follows:
> 
> * merging common/idpf into net/idpf and updating the cpfl dependency to
>   point to the net driver.
> * merging common/iavf into net/iavf and similarly updating the
>   dependencies, including the paths from idpf (which does not directly
>   depend on iavf, but does make use of the definitions in the iavf
>   header files).
> 
> Separately, two other cleanups are done - one to remove an unnecessary
> warning disable flag. The second is a little more complex - it makes the
> dependency between ice and iavf an optional one, by having ice compile
> in the necessary iavf shared code files in case iavf is disabled in the
> build.
> 
> v5: rebase on top of next-net-intel tree
> v4: fix meson indentation issue flagged by check-meson.py
> v3: add libabigail exclusions for removed libs
> v2: include Release note updates
> 
> Bruce Richardson (4):
>   drivers: merge common and net idpf drivers
>   net/idpf: re-enable unused variable warnings
>   drivers: move iavf common folder to iavf net
>   net/intel: allow building ice driver without iavf
> 
Series applied to dpdk-next-net-intel

/Bruce

      parent reply	other threads:[~2025-02-11 15:54 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-28 16:36 [PATCH " Bruce Richardson
2025-01-28 16:36 ` [PATCH 1/4] drivers: merge common and net " Bruce Richardson
2025-01-28 16:36 ` [PATCH 2/4] net/idpf: re-enable unused variable warnings Bruce Richardson
2025-01-28 16:36 ` [PATCH 3/4] drivers: move iavf common folder to iavf net Bruce Richardson
2025-01-28 16:36 ` [PATCH 4/4] net/intel: allow building ice driver without iavf Bruce Richardson
2025-01-30 12:48 ` [PATCH v2 0/4] remove common iavf and idpf drivers Bruce Richardson
2025-01-30 12:48   ` [PATCH v2 1/4] drivers: merge common and net " Bruce Richardson
2025-01-30 12:48   ` [PATCH v2 2/4] net/idpf: re-enable unused variable warnings Bruce Richardson
2025-01-30 12:48   ` [PATCH v2 3/4] drivers: move iavf common folder to iavf net Bruce Richardson
2025-01-30 12:48   ` [PATCH v2 4/4] net/intel: allow building ice driver without iavf Bruce Richardson
2025-01-30 13:55   ` [PATCH v2 0/4] remove common iavf and idpf drivers David Marchand
2025-01-30 14:28     ` Bruce Richardson
2025-01-30 15:12 ` [PATCH v3 " Bruce Richardson
2025-01-30 15:12   ` [PATCH v3 1/4] drivers: merge common and net " Bruce Richardson
2025-02-03  8:36     ` Shetty, Praveen
2025-01-30 15:12   ` [PATCH v3 2/4] net/idpf: re-enable unused variable warnings Bruce Richardson
2025-02-03  8:35     ` Shetty, Praveen
2025-01-30 15:12   ` [PATCH v3 3/4] drivers: move iavf common folder to iavf net Bruce Richardson
2025-01-30 15:12   ` [PATCH v3 4/4] net/intel: allow building ice driver without iavf Bruce Richardson
2025-02-05 10:09   ` [PATCH v3 0/4] remove common iavf and idpf drivers David Marchand
2025-02-05 11:55 ` [PATCH v4 " Bruce Richardson
2025-02-05 11:55   ` [PATCH v4 1/4] drivers: merge common and net " Bruce Richardson
2025-02-05 11:55   ` [PATCH v4 2/4] net/idpf: re-enable unused variable warnings Bruce Richardson
2025-02-05 11:55   ` [PATCH v4 3/4] drivers: move iavf common folder to iavf net Bruce Richardson
2025-02-05 11:55   ` [PATCH v4 4/4] net/intel: allow building ice driver without iavf Bruce Richardson
2025-02-10 16:44 ` [PATCH v5 0/4] remove common iavf and idpf drivers Bruce Richardson
2025-02-10 16:44   ` [PATCH v5 1/4] drivers: merge common and net " Bruce Richardson
2025-02-10 16:44   ` [PATCH v5 2/4] net/idpf: re-enable unused variable warnings Bruce Richardson
2025-02-10 16:44   ` [PATCH v5 3/4] drivers: move iavf common folder to iavf net Bruce Richardson
2025-02-11 14:12     ` Stokes, Ian
2025-02-10 16:44   ` [PATCH v5 4/4] net/intel: allow building ice driver without iavf Bruce Richardson
2025-02-11 14:13     ` Stokes, Ian
2025-02-11 15:53   ` 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=Z6tydj1CB7C457yr@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /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).