19/02/2023 23:40, Thomas Monjalon:
> 07/02/2023 07:10, Megha Ajmera:
> > Big structures like bitmap, pipes and queues in subport are addressed
> > using offset of 'memory' field in subport structures. This means no other
> > variable should be added after 'memory' variable or else addressing of such
> > structs like bitmap etc. become incorrect.
> >
> > Realigned tc_ov_enabled variable in subport structure.
> >
> > Fixes: f5e60154ade ("sched: enable traffic class oversubscription
> > conditionally")
> >
> > Signed-off-by: Megha Ajmera <[email protected]>
> > Acked-by: Cristian Dumitrescu <[email protected]>
>
> I bet the impact is wrongly explained, but I don't want to look deeper.
> Applied.
And I've added Cc: [email protected] that David and Cristian asked for.