Skip to content

Commit b925fc0

Browse files
authored
Update DWRR scheduler weight range (#2188)
* Update DWRR weight range Signed-off-by: Kumaresh Perumal <[email protected]>
1 parent d0f2692 commit b925fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/saischeduler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef enum _sai_scheduler_attr_t
7171
/**
7272
* @brief Scheduling algorithm weight
7373
*
74-
* Range [1 - 100].
74+
* Range [0 - 255], 0-invalid weight
7575
*
7676
* @type sai_uint8_t
7777
* @flags CREATE_AND_SET

0 commit comments

Comments
 (0)