From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1D43813AA2F; Thu, 5 Feb 2026 12:54:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770296096; cv=none; b=ukD8ySUxZTOtp63dcKGo+YT75s9PkqmTW5KtHDqrTwGdW4/Q2/uugd5ZXsK4bDxYUJtj/JjNknzxZTCCx1BAlT+0TksQp3zkqyuic5fox9Ms79e3Rpq7RpRwcQL2dys8NqElCTwA71toyyumrELcBn7kLBQ2ka4hvOxblmGzR0A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770296096; c=relaxed/simple; bh=rd7IcAxI7KXXPqJTRS37PUB7IUPkaSG1cqSOfe+KXUE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VsdmN6ai5IKKZjyZLfU+xBfD+K/n4QH4txyp0YichMpmV+8lYHDsEx+m+nDd/DebtRi7i2cOCZXN22KMHy/1dqk7GJgYo/sgoHvpF4D6iy8u9BNpmi8Qe7WuJwB/46YudLzsaXd3DEAlXseGL9FVR3lYriD3Zl9K0k0wmhCGJfE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VQCpLh6g; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VQCpLh6g" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DCFEAC4CEF7; Thu, 5 Feb 2026 12:54:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770296095; bh=rd7IcAxI7KXXPqJTRS37PUB7IUPkaSG1cqSOfe+KXUE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VQCpLh6gd+PBKTfgShfaD6r24q4QHW21CwfekwoWm3SWRaFV47nio3OctX7I1bYa/ QWZjWf/Ml/xfDmaIw4Mlqft4eIopKkQRwQ0bdWAT5jsmwH7ykh/NLS0KZK4OUJEcsU OKklMe+mL+PyOMLOpE0I2wTtl/9hDUqYx+phuXii5eXDltlhUDw4a8oqQXQ2cUHMif 0V9zoW2f8Ja+nJZKCNHl63K3UKggMDQpWR3j9zEPUjnn5/dUxPorCweEOGwuGTlod7 dSfy+tO5YUg184/uDRiryjUzVIAhSPh+TN2Z+zdXAlDHnJWalnJ/LCiXJQ9SH+0MIp 2EUe5ISYGabjw== Date: Thu, 5 Feb 2026 14:54:51 +0200 From: Leon Romanovsky To: Tariq Toukan Cc: Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andrew Lunn , "David S. Miller" , Jason Gunthorpe , Saeed Mahameed , Mark Bloch , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Gal Pressman , Moshe Shemesh , Yael Chemla , Dawid Osuchowski , Shahar Shitrit Subject: Re: [PATCH net-next] net/mlx5: Fix 1600G link mode enum naming Message-ID: <20260205125451.GE12824@unreal> References: <20260204194324.1723534-1-tariqt@nvidia.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260204194324.1723534-1-tariqt@nvidia.com> On Wed, Feb 04, 2026 at 09:43:24PM +0200, Tariq Toukan wrote: > From: Yael Chemla > > Rename TAUI/TBASE to GAUI/GBASE in 1600G link mode identifier and its > usage in ethtool and link-info tables. > > Reported-by: Dawid Osuchowski > Signed-off-by: Yael Chemla > Reviewed-by: Shahar Shitrit > Signed-off-by: Tariq Toukan > --- > drivers/infiniband/hw/mlx5/main.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/port.c | 2 +- > include/linux/mlx5/port.h | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky