From c40435c94c891265dc9d3ab5835f290063c4e13a Mon Sep 17 00:00:00 2001 From: Kebo Liu Date: Fri, 29 Jul 2022 23:41:44 +0800 Subject: [PATCH] [202012] [Mellanox] Add new sensor conf to support SN4410 A1 system (#8379) (#11530) - Why I did it New SN410 A1 system has a different sensor layout with A0 system, needs a new sensor conf file to support it. - How I did it Since the SN4410 A1 system use exactly the same sensor layout as the SN4700 A1 system, so add a symbol link linking to the SN4700 A1 sensor conf file to reuse. - How to verify it Run sensor test against the SN4410 A1 system; Run platform related regression test against the SN4410 A1 system --- device/mellanox/x86_64-mlnx_msn4410-r0/get_sensors_conf_path | 1 + device/mellanox/x86_64-mlnx_msn4410-r0/sensors.conf.a1 | 1 + 2 files changed, 2 insertions(+) create mode 120000 device/mellanox/x86_64-mlnx_msn4410-r0/get_sensors_conf_path create mode 120000 device/mellanox/x86_64-mlnx_msn4410-r0/sensors.conf.a1 diff --git a/device/mellanox/x86_64-mlnx_msn4410-r0/get_sensors_conf_path b/device/mellanox/x86_64-mlnx_msn4410-r0/get_sensors_conf_path new file mode 120000 index 0000000000..f1509a1e1d --- /dev/null +++ b/device/mellanox/x86_64-mlnx_msn4410-r0/get_sensors_conf_path @@ -0,0 +1 @@ +../x86_64-mlnx_msn4700-r0/get_sensors_conf_path \ No newline at end of file diff --git a/device/mellanox/x86_64-mlnx_msn4410-r0/sensors.conf.a1 b/device/mellanox/x86_64-mlnx_msn4410-r0/sensors.conf.a1 new file mode 120000 index 0000000000..4605d556f3 --- /dev/null +++ b/device/mellanox/x86_64-mlnx_msn4410-r0/sensors.conf.a1 @@ -0,0 +1 @@ +../x86_64-mlnx_msn4700-r0/sensors.conf.a1 \ No newline at end of file