On Mon, Sep 23, 2019 at 10:04 PM Vinicius Costa Gomes <vinicius.go...@intel.com> wrote: > > When removing a cbs instance when offloading is enabled, the crash > below can be observed. > > The problem happens because that when offloading is enabled, the cbs > instance is not added to the list. > > Also, the current code doesn't handle correctly the case when offload > is disabled without removing the qdisc: if the link speed changes the > credit calculations will be wrong. When we create the cbs instance > with offloading enabled, it's not added to the notification list, when > later we disable offloading, it's not in the list, so link speed > changes will not affect it. > > The solution for both issues is the same, add the cbs instance being > created unconditionally to the global list, even if the link state > notification isn't useful "right now". > ... > Fixes: e0a7683 ("net/sched: cbs: fix port_rate miscalculation") > Signed-off-by: Vinicius Costa Gomes <vinicius.go...@intel.com>
Acked-by: Cong Wang <xiyou.wangc...@gmail.com>