Skip to content

Commit

Permalink
enable cisco8000 SAI bulk API feature (#1153)
Browse files Browse the repository at this point in the history
*[Cisco] enable SAI bulk API config from syncd to pass a set of Rid and review code-flow performance on cisco SAI/SDK layer. until route-check.py(sonic-utility) will not dump the associated ERR message.
  • Loading branch information
yenlu-keith authored Dec 2, 2022
1 parent 7b3fc04 commit 47503f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ config_syncd_cisco_8000()
{
export BASE_OUTPUT_DIR=/opt/cisco/silicon-one
CMD_ARGS+=" -p $HWSKU_DIR/sai.profile"
CMD_ARGS+=" -l"

# Cisco SDK debug shell support
version=$(python3 -V 2>&1 | sed 's/.* \([0-9]\).\([0-9]\).*/\1\.\2/')
Expand Down

0 comments on commit 47503f1

Please sign in to comment.