From: Vladyslav Tarasiuk <vladysl...@nvidia.com>

Allow the driver to recognise DSFP transceiver module ID and therefore
allow its EEPROM dumps using ethtool.

Signed-off-by: Vladyslav Tarasiuk <vladysl...@nvidia.com>
---
 drivers/net/ethernet/mellanox/mlx5/core/port.c | 3 ++-
 include/linux/mlx5/port.h                      | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/port.c 
b/drivers/net/ethernet/mellanox/mlx5/core/port.c
index f7a16fdfb8d3..3a7aa6b05198 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/port.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/port.c
@@ -446,7 +446,8 @@ int mlx5_query_module_eeprom_data(struct mlx5_core_dev *dev,
        if (module_id != MLX5_MODULE_ID_SFP &&
            module_id != MLX5_MODULE_ID_QSFP &&
            module_id != MLX5_MODULE_ID_QSFP28 &&
-           module_id != MLX5_MODULE_ID_QSFP_PLUS) {
+           module_id != MLX5_MODULE_ID_QSFP_PLUS &&
+           module_id != MLX5_MODULE_ID_DSFP) {
                mlx5_core_err(dev, "Module ID not recognized: 0x%x\n", 
module_id);
                return -EINVAL;
        }
diff --git a/include/linux/mlx5/port.h b/include/linux/mlx5/port.h
index 887cd43b41e8..71b4373cb96c 100644
--- a/include/linux/mlx5/port.h
+++ b/include/linux/mlx5/port.h
@@ -45,6 +45,7 @@ enum mlx5_module_id {
        MLX5_MODULE_ID_QSFP             = 0xC,
        MLX5_MODULE_ID_QSFP_PLUS        = 0xD,
        MLX5_MODULE_ID_QSFP28           = 0x11,
+       MLX5_MODULE_ID_DSFP             = 0x1B,
 };
 
 enum mlx5_an_status {
-- 
2.18.2

Reply via email to