Skip to content

Commit

Permalink
[Barefoot] enable bulk api`s in SAI (sonic-net#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynYarovyiBf authored Sep 23, 2021
1 parent 89d639b commit 6df04d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ config_syncd_barefoot()
echo "SAI_KEY_WARM_BOOT_WRITE_FILE=/var/warmboot/sai-warmboot.bin" > $PROFILE_FILE
echo "SAI_KEY_WARM_BOOT_READ_FILE=/var/warmboot/sai-warmboot.bin" >> $PROFILE_FILE
fi
CMD_ARGS+=" -p $PROFILE_FILE"
CMD_ARGS+=" -l -p $PROFILE_FILE"

# Check and load SDE profile
P4_PROFILE=$(sonic-cfggen -d -v 'DEVICE_METADATA["localhost"]["p4_profile"]')
Expand Down

0 comments on commit 6df04d8

Please sign in to comment.