> -----Original Message-----
> From: Ajmera, Megha <[email protected]>
> Sent: Monday, January 9, 2023 2:55 PM
> To: [email protected]; Singh, Jasvinder <[email protected]>; Dumitrescu,
> Cristian <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: [PATCH] sched: fix for tc_ov_enable flag position in subport
> structure.
>
> Current position of "tv_ov_enable" variable in
> rte_sched_subport structure makes the "memory" variable unused.
>
> Fixes: f5e60154ade ("sched: enable traffic class oversubscription
> conditionally")
> CC: [email protected]
> Signed-off-by: Megha Ajmera <[email protected]>
> ---
> lib/sched/rte_sched.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c
> index c91697131d..eaecd7ceb4 100644
> --- a/lib/sched/rte_sched.c
> +++ b/lib/sched/rte_sched.c
> @@ -202,6 +202,9 @@ struct rte_sched_subport {
Acked-by: Cristian Dumitrescu <[email protected]>