Skip to content

Commit

Permalink
Revert "[vs]: Start syncd by passing context configuration file and g…
Browse files Browse the repository at this point in the history
…lobal context index. (sonic-net#832)" (sonic-net#859)

This reverts commit 0e2105a.
multi-asic VS with multiple swss and syncd dockers, comes up without context_config.json or hwinfo.
Just like a single asic vs, multi-asic vs will spawn multiple instances of swss and syncd with default hwinfo.
Reverting this PR as it is not required currently for multi-asic VS.
  • Loading branch information
SuvarnaMeenakshi committed Jul 11, 2021
1 parent 736dc3b commit 84fa50a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ config_syncd_nephos()
config_syncd_vs()
{
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"
if [ -f $HWSKU_DIR/context_config.json ]; then
CMD_ARGS+=" -x $HWSKU_DIR/context_config.json -g 0"
fi
}

config_syncd_innovium()
Expand Down

0 comments on commit 84fa50a

Please sign in to comment.