File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 29
29
# Use temporary view between init and apply
30
30
CMD_ARGS+=" -u"
31
31
32
- # Use bulk api`s in SAI
32
+ # Use bulk APIs in SAI
33
33
# currently disabled since most vendors don't support that yet
34
34
# CMD_ARGS+=" -l"
35
35
@@ -261,6 +261,12 @@ config_syncd_vs()
261
261
CMD_ARGS+=" -p $HWSKU_DIR /sai.profile"
262
262
}
263
263
264
+ config_syncd_soda ()
265
+ {
266
+ # Add support for SAI bulk operations
267
+ CMD_ARGS+=" -l -p $HWSKU_DIR /sai.profile"
268
+ }
269
+
264
270
config_syncd_innovium ()
265
271
{
266
272
CMD_ARGS+=" -p $HWSKU_DIR /sai.profile"
@@ -295,6 +301,8 @@ config_syncd()
295
301
config_syncd_vs
296
302
elif [ " $SONIC_ASIC_TYPE " == " innovium" ]; then
297
303
config_syncd_innovium
304
+ elif [ " $SONIC_ASIC_TYPE " == " soda" ]; then
305
+ config_syncd_soda
298
306
else
299
307
echo " Unknown ASIC type $SONIC_ASIC_TYPE "
300
308
exit 1
You can’t perform that action at this time.
0 commit comments