Skip to content

Commit

Permalink
innovium rename to marvell-teralynx
Browse files Browse the repository at this point in the history
  • Loading branch information
krismarvell committed Sep 9, 2024
1 parent dbcba69 commit d1c99e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ config_syncd_soda()
CMD_ARGS+=" -l -p $HWSKU_DIR/sai.profile"
}

config_syncd_innovium()
config_syncd_marvell_teralynx()
{
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"
ulimit -s 65536
export II_ROOT="/var/log/invm"
export II_ROOT="/var/log/mrvl_teralynx"
export II_APPEND_LOG=1
mkdir -p $II_ROOT
}
Expand Down Expand Up @@ -464,8 +464,8 @@ config_syncd()
config_syncd_nephos
elif [ "$SONIC_ASIC_TYPE" == "vs" ]; then
config_syncd_vs
elif [ "$SONIC_ASIC_TYPE" == "innovium" ]; then
config_syncd_innovium
elif [ "$SONIC_ASIC_TYPE" == "marvell-teralynx" ]; then
config_syncd_marvell_teralynx
elif [ "$SONIC_ASIC_TYPE" == "soda" ]; then
config_syncd_soda
elif [ "$SONIC_ASIC_TYPE" == "nvidia-bluefield" ]; then
Expand Down

0 comments on commit d1c99e8

Please sign in to comment.