public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michael Chan <michael.chan@broadcom.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch,
	pavan.chebbi@broadcom.com, andrew.gospodarek@broadcom.com,
	michal.swiatkowski@linux.intel.com, horms@kernel.org
Subject: Re: [PATCH net-next v3 00/10] bnxt_en: Add NPAR 1.2 and TPH support
Date: Mon, 3 Feb 2025 20:02:47 -0600	[thread overview]
Message-ID: <20250204020247.GA819839@bhelgaas> (raw)
In-Reply-To: <20250204004609.1107078-1-michael.chan@broadcom.com>

On Mon, Feb 03, 2025 at 04:45:59PM -0800, Michael Chan wrote:
> The first patch adds NPAR 1.2 support.  Patches 2 to 10 add TPH
> (TLP Processing Hints) support.  These TPH driver patches are new
> revisions originally posted as part of the TPH PCI patch series.
> Additional driver refactoring has been done so that we can free
> and allocate RX completion ring and the TX rings if the channel is
> a combined channel.  We also add napi_disable() and napi_enable()
> during queue_stop() and queue_start() respectively, and reset for
> error handling in queue_start().

> Manoj Panicker (1):
>   bnxt_en: Add TPH support in BNXT driver
> 
> Michael Chan (5):
>   bnxt_en: Set NAPR 1.2 support when registering with firmware

Is it NPAR (as in subject and cover letter above) or NAPR (as in this
patch subject)?

What is it?  Would be nice to have it expanded and a spec reference if
available.

>   bnxt_en Refactor completion ring allocation logic for P5_PLUS chips
>   bnxt_en: Refactor TX ring allocation logic
>   bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS
>   bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings
> 
> Somnath Kotur (4):
>   bnxt_en: Refactor completion ring free routine
>   bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ring
>   bnxt_en: Reallocate RX completion ring for TPH support
>   bnxt_en: Extend queue stop/start for TX rings
> 
>  drivers/net/ethernet/broadcom/bnxt/bnxt.c | 531 ++++++++++++++++------
>  drivers/net/ethernet/broadcom/bnxt/bnxt.h |   8 +
>  2 files changed, 408 insertions(+), 131 deletions(-)
> 
> -- 
> 2.30.1
> 

  parent reply	other threads:[~2025-02-04  2:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-04  0:45 [PATCH net-next v3 00/10] bnxt_en: Add NPAR 1.2 and TPH support Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 01/10] bnxt_en: Set NAPR 1.2 support when registering with firmware Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 02/10] bnxt_en Refactor completion ring allocation logic for P5_PLUS chips Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 03/10] bnxt_en: Refactor TX ring allocation logic Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 04/10] bnxt_en: Refactor completion ring free routine Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 05/10] bnxt_en: Refactor bnxt_free_tx_rings() to free per TX ring Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 06/10] bnxt_en: Refactor RX/RX AGG ring parameters setup for P5_PLUS Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 07/10] bnxt_en: Pass NQ ID to the FW when allocating RX/RX AGG rings Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 08/10] bnxt_en: Reallocate RX completion ring for TPH support Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 09/10] bnxt_en: Extend queue stop/start for TX rings Michael Chan
2025-02-04  0:46 ` [PATCH net-next v3 10/10] bnxt_en: Add TPH support in BNXT driver Michael Chan
2025-02-04  2:02 ` Bjorn Helgaas [this message]
2025-02-04  8:13   ` [PATCH net-next v3 00/10] bnxt_en: Add NPAR 1.2 and TPH support Michael Chan

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=20250204020247.GA819839@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew.gospodarek@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=michael.chan@broadcom.com \
    --cc=michal.swiatkowski@linux.intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pavan.chebbi@broadcom.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