[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <43d6d07c-c75d-4a10-f49d-80f78ea07d39@nvidia.com>
Date: Sun, 6 Dec 2020 15:36:38 +0200
From: Eran Ben Elisha <eranbe@...dia.com>
To: Jakub Kicinski <kuba@...nel.org>, Saeed Mahameed <saeed@...nel.org>
CC: "David S. Miller" <davem@...emloft.net>, <netdev@...r.kernel.org>,
"Tariq Toukan" <tariqt@...dia.com>
Subject: Re: [net-next V2 08/15] net/mlx5e: Add TX PTP port object support
On 12/5/2020 1:17 AM, Jakub Kicinski wrote:
>> We only forward ptp traffic to the new special queue but we create more
>> than one to avoid internal locking as we will utilize the tx softirq
>> percpu.
> In other words to make the driver implementation simpler we'll have
> a pretty basic feature hidden behind a ethtool priv knob and a number
> of queues which doesn't match reality reported to user space. Hm.
We are not hiding these queues from the netdev stack. We report them in
real num of TX queues and manage them as any other queue. The only
change is that select_queue() will select a stream to them if and only
if they match specific criteria.
Powered by blists - more mailing lists