Skip to content

Commit

Permalink
Why I did it:
Browse files Browse the repository at this point in the history
    Bulk was disable
How I did it:
    Enable bulk on Barefoot
How to verify it:
    Run sanity regression tests
  • Loading branch information
KostiantynYarovyiBf committed Sep 20, 2021
1 parent f3bc342 commit b6901f0
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 b6901f0

Please sign in to comment.