Re: [PATCH net-next v3] net: sysfs: Do not create sysfs for non BQL device

From: Jakub Kicinski
Date: Tue Feb 20 2024 - 10:40:18 EST


On Mon, 19 Feb 2024 02:42:36 -0800 Breno Leitao wrote:
> Creation of sysfs entries is expensive, mainly for workloads that
> constantly creates netdev and netns often.
>
> Do not create BQL sysfs entries for devices that don't need,
> basically those that do not have a real queue, i.e, devices that has
> NETIF_F_LLTX and IFF_NO_QUEUE, such as `lo` interface.

FTR, I applied v2, thanks!