[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9ca8506d-c42d-40a0-9532-7a95c06fed39@huawei.com>
Date: Tue, 10 Dec 2024 20:25:14 +0800
From: Yunsheng Lin <linyunsheng@...wei.com>
To: David Wei <dw@...idwei.uk>, <netdev@...r.kernel.org>, Michael Chan
<michael.chan@...adcom.com>, Andy Gospodarek
<andrew.gospodarek@...adcom.com>, Somnath Kotur <somnath.kotur@...adcom.com>
CC: Andrew Lunn <andrew+netdev@...n.ch>, "David S. Miller"
<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski
<kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>
Subject: Re: [PATCH net v3 3/3] bnxt_en: handle tpa_info in queue API
implementation
On 2024/12/4 12:10, David Wei wrote:
> bnxt_copy_rx_ring(bp, rxr, clone);
> @@ -15563,6 +15580,8 @@ static int bnxt_queue_stop(struct net_device *dev, void *qmem, int idx)
> bnxt_hwrm_rx_agg_ring_free(bp, rxr, false);
> rxr->rx_next_cons = 0;
> page_pool_disable_direct_recycling(rxr->page_pool);
> + if (bnxt_separate_head_pool())
> + page_pool_disable_direct_recycling(rxr->head_pool);
Hi, David
As mentioned in [1], is the above page_pool_disable_direct_recycling()
really needed?
Is there any NAPI API called in the implementation of netdev_queue_mgmt_ops?
It doesn't seem obvious there is any NAPI API like napi_enable() &
____napi_schedule() that is called in bnxt_queue_start()/bnxt_queue_stop()/
bnxt_queue_mem_alloc()/bnxt_queue_mem_free() through code reading.
1. https://lore.kernel.org/all/c2b306af-4817-4169-814b-adbf25803919@huawei.com/
Powered by blists - more mailing lists