From: patchwork-bot+netdevbpf@kernel.org
To: Satish Kharat via B4 Relay <devnull+satishkh.cisco.com@kernel.org>
Cc: benve@cisco.com, andrew+netdev@lunn.ch, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
satishkh@cisco.com, neescoba@cisco.com, johndale@cisco.com
Subject: Re: [PATCH net-next v2 0/8] enic:enable 32, 64 byte cqes and get max rx/tx ring size from hw
Date: Tue, 11 Mar 2025 10:00:35 +0000 [thread overview]
Message-ID: <174168723504.3879094.16367848143121507790.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250304-enic_cleanup_and_ext_cq-v2-0-85804263dad8@cisco.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Tue, 04 Mar 2025 19:56:36 -0500 you wrote:
> This series enables using the max rx and tx ring sizes read from hw.
> For newer hw that can be up to 16k entries. This requires bigger
> completion entries for rx queues. This series enables the use of the
> 32 and 64 byte completion queues entries for enic rx queues on
> supported hw versions. This is in addition to the exiting (default)
> 16 byte rx cqes.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/8] enic: Move function from header file to c file
https://git.kernel.org/netdev/net-next/c/025cf9318083
- [net-next,v2,2/8] enic: enic rq code reorg
https://git.kernel.org/netdev/net-next/c/eaa23db8686f
- [net-next,v2,3/8] enic: enic rq extended cq defines
https://git.kernel.org/netdev/net-next/c/2be2eb764343
- [net-next,v2,4/8] enic: enable rq extended cq support
https://git.kernel.org/netdev/net-next/c/bcb725c79cfa
- [net-next,v2,5/8] enic : remove unused function cq_enet_wq_desc_dec
https://git.kernel.org/netdev/net-next/c/6dca618c9467
- [net-next,v2,6/8] enic : added enic_wq.c and enic_wq.h
https://git.kernel.org/netdev/net-next/c/e5f1bcd93d96
- [net-next,v2,7/8] enic : cleanup of enic wq request completion path
https://git.kernel.org/netdev/net-next/c/26b2c5f6ff47
- [net-next,v2,8/8] enic : get max rq & wq entries supported by hw, 16K queues
https://git.kernel.org/netdev/net-next/c/df9fd2a3ce01
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-03-11 10:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 0:56 [PATCH net-next v2 0/8] enic:enable 32, 64 byte cqes and get max rx/tx ring size from hw Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 1/8] enic: Move function from header file to c file Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 2/8] enic: enic rq code reorg Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 3/8] enic: enic rq extended cq defines Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 4/8] enic: enable rq extended cq support Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 5/8] enic : remove unused function cq_enet_wq_desc_dec Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 6/8] enic : added enic_wq.c and enic_wq.h Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 7/8] enic : cleanup of enic wq request completion path Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 8/8] enic : get max rq & wq entries supported by hw, 16K queues Satish Kharat via B4 Relay
2025-03-06 14:56 ` [PATCH net-next v2 0/8] enic:enable 32, 64 byte cqes and get max rx/tx ring size from hw Simon Horman
2025-03-11 9:25 ` Paolo Abeni
2025-03-11 10:00 ` patchwork-bot+netdevbpf [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=174168723504.3879094.16367848143121507790.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=benve@cisco.com \
--cc=davem@davemloft.net \
--cc=devnull+satishkh.cisco.com@kernel.org \
--cc=edumazet@google.com \
--cc=johndale@cisco.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=neescoba@cisco.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=satishkh@cisco.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 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).