All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org, michal.swiatkowski@linux.intel.com,
	sridhar.samudrala@intel.com, jacob.e.keller@intel.com,
	pio.raczynski@gmail.com, konrad.knitter@intel.com,
	marcin.szycik@intel.com, nex.sw.ncis.nat.hpm.dev@intel.com,
	przemyslaw.kitszel@intel.com, jiri@resnulli.us, horms@kernel.org,
	David.Laight@ACULAB.COM, pmenzel@molgen.mpg.de,
	mschmidt@redhat.com, tatyana.e.nikolova@intel.com, jgg@ziepe.ca,
	leon@kernel.org, linux-rdma@vger.kernel.org
Subject: Re: [PATCH net-next v2 1/9] ice: count combined queues using Rx/Tx count
Date: Fri, 07 Feb 2025 01:50:49 +0000	[thread overview]
Message-ID: <173889304956.1732435.16113784696324345767.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250205185512.895887-2-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed,  5 Feb 2025 10:55:01 -0800 you wrote:
> From: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
> 
> Previous implementation assumes that there is 1:1 matching between
> vectors and queues. It isn't always true.
> 
> Get minimum value from Rx/Tx queues to determine combined queues number.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/9] ice: count combined queues using Rx/Tx count
    https://git.kernel.org/netdev/net-next/c/c3a392bdd31a
  - [net-next,v2,2/9] ice: devlink PF MSI-X max and min parameter
    https://git.kernel.org/netdev/net-next/c/b2657259fce9
  - [net-next,v2,3/9] ice: remove splitting MSI-X between features
    https://git.kernel.org/netdev/net-next/c/79d97b8cf9a8
  - [net-next,v2,4/9] ice: get rid of num_lan_msix field
    https://git.kernel.org/netdev/net-next/c/ad61cd9c67ad
  - [net-next,v2,5/9] ice, irdma: move interrupts code to irdma
    https://git.kernel.org/netdev/net-next/c/3e0d3cb3fbe0
  - [net-next,v2,6/9] ice: treat dyn_allowed only as suggestion
    https://git.kernel.org/netdev/net-next/c/a8c2d3932c11
  - [net-next,v2,7/9] ice: enable_rdma devlink param
    https://git.kernel.org/netdev/net-next/c/87181cd6985f
  - [net-next,v2,8/9] ice: simplify VF MSI-X managing
    https://git.kernel.org/netdev/net-next/c/a203163274a4
  - [net-next,v2,9/9] ice: init flow director before RDMA
    https://git.kernel.org/netdev/net-next/c/d67627e7b532

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2025-02-07  1:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-05 18:55 [PATCH net-next v2 0/9][pull request] ice: managing MSI-X in driver Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 1/9] ice: count combined queues using Rx/Tx count Tony Nguyen
2025-02-07  1:50   ` patchwork-bot+netdevbpf [this message]
2025-02-05 18:55 ` [PATCH net-next v2 2/9] ice: devlink PF MSI-X max and min parameter Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 3/9] ice: remove splitting MSI-X between features Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 4/9] ice: get rid of num_lan_msix field Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 5/9] ice, irdma: move interrupts code to irdma Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 6/9] ice: treat dyn_allowed only as suggestion Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 7/9] ice: enable_rdma devlink param Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 8/9] ice: simplify VF MSI-X managing Tony Nguyen
2025-02-05 18:55 ` [PATCH net-next v2 9/9] ice: init flow director before RDMA Tony Nguyen

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=173889304956.1732435.16113784696324345767.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=David.Laight@ACULAB.COM \
    --cc=andrew+netdev@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jgg@ziepe.ca \
    --cc=jiri@resnulli.us \
    --cc=konrad.knitter@intel.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=marcin.szycik@intel.com \
    --cc=michal.swiatkowski@linux.intel.com \
    --cc=mschmidt@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=nex.sw.ncis.nat.hpm.dev@intel.com \
    --cc=pabeni@redhat.com \
    --cc=pio.raczynski@gmail.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sridhar.samudrala@intel.com \
    --cc=tatyana.e.nikolova@intel.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.