Re: [v3, net-next 1/9] bng_en: Add initial support for RX and TX rings
From: Jakub Kicinski
Date: Fri Aug 22 2025 - 20:42:23 EST
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