On Sat, May 20, 2017 at 6:01 AM, Jiri Pirko <j...@resnulli.us> wrote: > From: Jiri Pirko <j...@mellanox.com> > > When user instructs to remove all filters from chain, we cannot destroy > the chain as other actions may hold a reference. Also the put in errout > would try to destroy it again. So instead, just walk the chain and remove > all existing filters. > > Fixes: 5bc1701881e3 ("net: sched: introduce multichain support for filters") > Signed-off-by: Jiri Pirko <j...@mellanox.com>
Acked-by: Cong Wang <xiyou.wangc...@gmail.com>