File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,11 +366,11 @@ config_syncd_soda()
366366 CMD_ARGS+=" -l -p $HWSKU_DIR /sai.profile"
367367}
368368
369- config_syncd_innovium ()
369+ config_syncd_marvell_teralynx ()
370370{
371371 CMD_ARGS+=" -p $HWSKU_DIR /sai.profile"
372372 ulimit -s 65536
373- export II_ROOT=" /var/log/invm "
373+ export II_ROOT=" /var/log/mrvl_teralynx "
374374 export II_APPEND_LOG=1
375375 mkdir -p $II_ROOT
376376}
@@ -496,8 +496,8 @@ config_syncd()
496496 config_syncd_vs
497497 elif [ " $SONIC_ASIC_TYPE " == " vpp" ]; then
498498 config_syncd_vpp
499- elif [ " $SONIC_ASIC_TYPE " == " innovium " ]; then
500- config_syncd_innovium
499+ elif [ " $SONIC_ASIC_TYPE " == " marvell-teralynx " ]; then
500+ config_syncd_marvell_teralynx
501501 elif [ " $SONIC_ASIC_TYPE " == " soda" ]; then
502502 config_syncd_soda
503503 elif [ " $SONIC_ASIC_TYPE " == " nvidia-bluefield" ]; then
You can’t perform that action at this time.
0 commit comments