All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, pabeni@redhat.com, edumazet@google.com,
	netdev@vger.kernel.org, ivecera@redhat.com
Subject: Re: [PATCH net-next 0/5][pull request] i40e: Simplify VSI and VEB handling
Date: Wed, 21 Feb 2024 14:53:16 -0800	[thread overview]
Message-ID: <20240221145316.716e361a@kernel.org> (raw)
In-Reply-To: <20240216214243.764561-1-anthony.l.nguyen@intel.com>

On Fri, 16 Feb 2024 13:42:37 -0800 Tony Nguyen wrote:
> The series simplifies handling of VSIs and VEBs by introducing for-each
> iterating macros, 'find' helper functions. Also removes the VEB
> recursion because the VEBs cannot have sub-VEBs according datasheet and
> fixes the support for floating VEBs.
> 
> The series content:
> Patch 1 - Uses existing helper function for find FDIR VSI instead of loop
> Patch 2 - Adds and uses macros to iterate VSI and VEB arrays
> Patch 3 - Adds 2 helper functions to find VSIs and VEBs by their SEID
> Patch 4 - Fixes broken support for floating VEBs
> Patch 5 - Removes VEB recursion and simplifies VEB handling

FTR looks like DaveM already pulled this.

      parent reply	other threads:[~2024-02-21 22:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-16 21:42 [PATCH net-next 0/5][pull request] i40e: Simplify VSI and VEB handling Tony Nguyen
2024-02-16 21:42 ` [PATCH net-next 1/5] i40e: Use existing helper to find flow director VSI Tony Nguyen
2024-02-16 22:44   ` Jacob Keller
2024-02-16 21:42 ` [PATCH net-next 2/5] i40e: Introduce and use macros for iterating VSIs and VEBs Tony Nguyen
2024-02-16 22:46   ` Jacob Keller
2024-02-16 21:42 ` [PATCH net-next 3/5] i40e: Add helpers to find VSI and VEB by SEID and use them Tony Nguyen
2024-02-16 22:47   ` Jacob Keller
2024-02-16 21:42 ` [PATCH net-next 4/5] i40e: Fix broken support for floating VEBs Tony Nguyen
2024-02-16 22:49   ` Jacob Keller
2024-02-16 21:42 ` [PATCH net-next 5/5] i40e: Remove VEB recursion Tony Nguyen
2024-02-16 22:50   ` Jacob Keller
2024-02-21 22:53 ` Jakub Kicinski [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=20240221145316.716e361a@kernel.org \
    --to=kuba@kernel.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=ivecera@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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.