diff options
| author | Leon Romanovsky <leonro@nvidia.com> | 2025-11-12 03:52:18 -0500 |
|---|---|---|
| committer | Leon Romanovsky <leonro@nvidia.com> | 2025-11-12 03:52:18 -0500 |
| commit | 736c5619508ce8d080e829a88377f123e560d1d3 (patch) | |
| tree | 5d32b64060ac4943280913896e30461405121615 | |
| parent | a338d6e849ab31f32c08b4fcac11c0c72afbb150 (diff) | |
| parent | 5422318e27d7a4662701f518e2e51b9f73a331b1 (diff) | |
Expose definition for 1600Gbps link mode
Single patch to expose new link mode for 1600Gbps, utilizing 8 lanes at
200Gbps per lane.
Signed-off-by: Leon Romanovsky <leon@kernel.org>
* mlx5-next:
net/mlx5: Expose definition for 1600Gbps link mode
| -rw-r--r-- | include/linux/mlx5/port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/port.h b/include/linux/mlx5/port.h index 58770b86f793..1df9d9a57bbc 100644 --- a/include/linux/mlx5/port.h +++ b/include/linux/mlx5/port.h @@ -112,6 +112,7 @@ enum mlx5e_ext_link_mode { MLX5E_400GAUI_2_400GBASE_CR2_KR2 = 17, MLX5E_800GAUI_8_800GBASE_CR8_KR8 = 19, MLX5E_800GAUI_4_800GBASE_CR4_KR4 = 20, + MLX5E_1600TAUI_8_1600TBASE_CR8_KR8 = 23, MLX5E_EXT_LINK_MODES_NUMBER, }; |
