On Fri, 21 Feb 2025 18:17:55 +0530
Megha Ajmera wrote:
> wrr tokens getting truncated to uint8_t in wrr_store function() due to
> type mismatch. This patch chnages the data type to uint16_t.
>
> Fixes: e16b06da0908 ("sched: remove WRR from strict priority TC queues")
>
> Signed-off-by: Megha Aj
> -Original Message-
> From: Ajmera, Megha
> Sent: Friday, February 21, 2025 12:48 PM
> To: dev@dpdk.org
> Cc: Singh, Jasvinder ; Dumitrescu, Cristian
>
> Subject: [PATCH] sched: fix wrr parameter data type
>
> wrr tokens getting truncated to uint8_t in
wrr tokens getting truncated to uint8_t in wrr_store function() due to
type mismatch. This patch chnages the data type to uint16_t.
Fixes: e16b06da0908 ("sched: remove WRR from strict priority TC queues")
Signed-off-by: Megha Ajmera
---
lib/sched/rte_sched.c | 2 +-
1 file changed, 1 insertion(
3 matches
Mail list logo