linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Bhargava Marreddy <bhargava.marreddy@broadcom.com>
Cc: davem@davemloft.net, edumazet@google.com, pabeni@redhat.com,
	andrew+netdev@lunn.ch, horms@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, michael.chan@broadcom.com,
	pavan.chebbi@broadcom.com, vsrama-krishna.nemani@broadcom.com,
	Vikas Gupta <vikas.gupta@broadcom.com>,
	Rajashekar Hudumula <rajashekar.hudumula@broadcom.com>
Subject: Re: [v3, net-next 1/9] bng_en: Add initial support for RX and TX rings
Date: Fri, 22 Aug 2025 17:40:59 -0700	[thread overview]
Message-ID: <20250822174059.4db32c9d@kernel.org> (raw)
In-Reply-To: <20250821211517.16578-2-bhargava.marreddy@broadcom.com>

On Thu, 21 Aug 2025 21:15:09 +0000 Bhargava Marreddy wrote:
> +		page_pool_destroy(rxr->page_pool);
> +		if (bnge_separate_head_pool(rxr))
> +			page_pool_destroy(rxr->head_pool);
> +		rxr->page_pool = rxr->head_pool = NULL;

Please update with the recently-committed changes to the bnxt driver.
-- 
pw-bot: cr

  reply	other threads:[~2025-08-23  0:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-21 21:15 [v3, net-next 0/9] Add more functionality to BNGE Bhargava Marreddy
2025-08-21 17:18 ` Jakub Kicinski
2025-08-21 21:15 ` [v3, net-next 1/9] bng_en: Add initial support for RX and TX rings Bhargava Marreddy
2025-08-23  0:40   ` Jakub Kicinski [this message]
2025-08-21 21:15 ` [v3, net-next 2/9] bng_en: Add initial support for CP and NQ rings Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 3/9] bng_en: Introduce VNIC Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 4/9] bng_en: Initialise core resources Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 5/9] bng_en: Allocate packet buffers Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 6/9] bng_en: Allocate stat contexts Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 7/9] bng_en: Register rings with the firmware Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 8/9] bng_en: Register default VNIC Bhargava Marreddy
2025-08-21 21:15 ` [v3, net-next 9/9] bng_en: Configure " Bhargava Marreddy

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=20250822174059.4db32c9d@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=bhargava.marreddy@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.chan@broadcom.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pavan.chebbi@broadcom.com \
    --cc=rajashekar.hudumula@broadcom.com \
    --cc=vikas.gupta@broadcom.com \
    --cc=vsrama-krishna.nemani@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;
as well as URLs for NNTP newsgroup(s).