Re: [PATCH net-next 3/6] net/mlx5e: Enable lanes configuration when auto-negotiation is off
From: Jakub Kicinski
Date: Fri Feb 28 2025 - 17:51:48 EST
On Wed, 26 Feb 2025 13:47:49 +0200 Tariq Toukan wrote:
> + if (table[i].speed == info->speed) {
> + if (!info->lanes || table[i].lanes == info->lanes)
Hm, on a quick look it seems like lane count was added in all tables,
so not sure why the !info->lanes
> + link_modes |= MLX5E_PROT_MASK(i);