Skip to content

Commit

Permalink
Add support for AMD-Pensando elba DSS (sonic-net#1367)
Browse files Browse the repository at this point in the history
Signed-off-by: Shantanu Shrivastava <[email protected]>
Co-authored-by: Kamil Cudnik <[email protected]>
  • Loading branch information
shanshri and kcudnik authored Apr 25, 2024
1 parent 73ada8d commit c3395e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ function set_start_type()
fi
}

config_syncd_pensando()
{
CMD_ARGS+=" -l"
}

config_syncd_cisco_8000()
{
export BASE_OUTPUT_DIR=/opt/cisco/silicon-one
Expand Down Expand Up @@ -460,6 +465,8 @@ config_syncd()
config_syncd_nvidia_bluefield
elif [ "$SONIC_ASIC_TYPE" == "xsight" ]; then
config_syncd_xsight
elif [ "$SONIC_ASIC_TYPE" == "pensando" ]; then
config_syncd_pensando
else
echo "Unknown ASIC type $SONIC_ASIC_TYPE"
exit 1
Expand Down

0 comments on commit c3395e5

Please sign in to comment.