On Mon, Jun 11, 2018 at 12:57 PM, Keller, Jacob E <jacob.e.kel...@intel.com> wrote: > > I'm open to alternative suggestinos for fixing this, I think Eric suggested > that maybe we should just remove the ->reset() call from qdisc_destroy..?
You can't remove ->reset() for non-failure call path. For failure path, yeah, but it is much simpler to just make q->flows_cnt be 0 for this specific case.