From: Simon Horman <horms@kernel.org>
To: satishkh@cisco.com
Cc: Christian Benvenuti <benve@cisco.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Nelson Escobar <neescoba@cisco.com>,
John Daley <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: Thu, 6 Mar 2025 14:56:04 +0000 [thread overview]
Message-ID: <20250306145604.GB3666230@kernel.org> (raw)
In-Reply-To: <20250304-enic_cleanup_and_ext_cq-v2-0-85804263dad8@cisco.com>
On Tue, Mar 04, 2025 at 07:56:36PM -0500, Satish Kharat via B4 Relay 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.
>
> Signed-off-by: Satish Kharat <satishkh@cisco.com>
> ---
> Changes in v2:
> - Added net-next to the subject line.
> - Removed inlines from function defs in .c file.
> - Fixed function local variable style issues.
> - Added couple of helper functions to common code.
> - Fixed checkpatch errors and warnings.
> - Link to v1: https://lore.kernel.org/r/20250227-enic_cleanup_and_ext_cq-v1-0-c314f95812bb@cisco.com
>
> ---
> Satish Kharat (8):
> enic: Move function from header file to c file
> enic: enic rq code reorg
> enic: enic rq extended cq defines
> enic: enable rq extended cq support
> enic : remove unused function cq_enet_wq_desc_dec
> enic : added enic_wq.c and enic_wq.h
> enic : cleanup of enic wq request completion path
> enic : get max rq & wq entries supported by hw, 16K queues
nit: please consistently use "enic: " as the subject prefix for
the cover-letter and all patches in this patch-set.
next prev parent reply other threads:[~2025-03-06 14:56 UTC|newest]
Thread overview: 21+ 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
2025-03-05 0:56 ` 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
2025-03-05 0:56 ` Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 2/8] enic: enic rq code reorg Satish Kharat
2025-03-05 0:56 ` Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 3/8] enic: enic rq extended cq defines Satish Kharat
2025-03-05 0:56 ` Satish Kharat via B4 Relay
2025-03-05 0:56 ` [PATCH net-next v2 4/8] enic: enable rq extended cq support Satish Kharat
2025-03-05 0:56 ` 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
2025-03-05 0:56 ` 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
2025-03-05 0:56 ` 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
2025-03-05 0:56 ` 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
2025-03-05 0:56 ` Satish Kharat via B4 Relay
2025-03-06 14:56 ` Simon Horman [this message]
2025-03-11 9:25 ` [PATCH net-next v2 0/8] enic:enable 32, 64 byte cqes and get max rx/tx ring size from hw Paolo Abeni
2025-03-11 10:00 ` patchwork-bot+netdevbpf
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=20250306145604.GB3666230@kernel.org \
--to=horms@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=benve@cisco.com \
--cc=davem@davemloft.net \
--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 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.