You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrr tokens getting truncated to uint8_t in wrr_store function() due to
type mismatch. This patch changes the data type to uint16_t.
Fixes: e16b06d ("sched: remove WRR from strict priority TC queues")
Cc: [email protected]
Signed-off-by: Megha Ajmera <[email protected]>
Acked-by: Jasvinder Singh <[email protected]>
Acked-by: Stephen Hemminger <[email protected]>
0 commit comments