Skip to content

Commit f99dbff

Browse files
carl-nokiaCarl Keene
and
Carl Keene
authored
[Nokia]: Enable Telemetry for armhf and provide required qos files (#6364)
* [platform][Nokia]: Add buffers and qos files for config qos reload - providing required files * [platform][armhf]: remove hardcoded disable for Telemetry on armhf Co-authored-by: Carl Keene <[email protected]>
1 parent a013b8c commit f99dbff

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{# Default values placeholder M0- Marvell SAI TBD buffers configuration #}
2+
3+
{% set default_cable = '40m' %}
4+
{% set default_ports_num = 54 -%}
5+
6+
{# Port configuration to cable length look-up table #}
7+
{# Each record describes mapping of DUT (DUT port) role and neighbor role to cable length #}
8+
{# Roles described in the minigraph #}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# this file empty temporarily until qos supported SAI Marvell

platform/marvell-armhf/rules.mk

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ include $(PLATFORM_PATH)/linux-kernel-armhf.mk
1010
include $(PLATFORM_PATH)/platform-et6448m.mk
1111
include $(PLATFORM_PATH)/platform-nokia.mk
1212

13-
INCLUDE_SYSTEM_TELEMETRY = ""
1413
ENABLE_SYNCD_RPC = ""
1514
INCLUDE_MGMT_FRAMEWORK = ""
1615

slave.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ifeq ($(SONIC_INCLUDE_SYSTEM_TELEMETRY),y)
116116
INCLUDE_SYSTEM_TELEMETRY = y
117117
endif
118118

119-
ifneq (,$(filter $(CONFIGURED_ARCH), armhf arm64))
119+
ifneq (,$(filter $(CONFIGURED_ARCH), arm64))
120120
# Workaround: Force disable Telmetry for ARM, will be removed after fixing issue
121121
# Issue: qemu crashes when it uses "go get url"
122122
# Qemu Support: https://bugs.launchpad.net/qemu/+bug/1838946

0 commit comments

Comments
 (0)