Re: [PATCH net-next v2] net/sched: cls_matchall: Fix error path

2017-01-03 Thread Cong Wang
On Tue, Jan 3, 2017 at 9:20 AM, Yotam Gigi wrote: > Fix several error paths in matchall: > - Release reference to actions in case the hardware fails offloading >(relevant to skip_sw only) > - Fix error path in case tcf_exts initialization/validation fail > > Fixes:

Re: [PATCH net-next v2] net/sched: cls_matchall: Fix error path

2017-01-03 Thread David Miller
From: Yotam Gigi Date: Tue, 3 Jan 2017 19:20:24 +0200 > Fix several error paths in matchall: > - Release reference to actions in case the hardware fails offloading >(relevant to skip_sw only) > - Fix error path in case tcf_exts initialization/validation fail > >

[PATCH net-next v2] net/sched: cls_matchall: Fix error path

2017-01-03 Thread Yotam Gigi
Fix several error paths in matchall: - Release reference to actions in case the hardware fails offloading (relevant to skip_sw only) - Fix error path in case tcf_exts initialization/validation fail Fixes: bf3994d2ed31 ("net/sched: introduce Match-all classifier") Signed-off-by: Yotam Gigi