Two fixes for my "Refactor cls hardware offload API to support rtnl-independent drivers" series and refactoring patch that implements infrastructure necessary for the fixes.
Vlad Buslov (3): net: sched: extend flow_action_entry with destructor net: sched: take reference to psample group in flow_action infra net: sched: use get_dev() action API in flow_action infra include/net/act_api.h | 9 +++- include/net/flow_offload.h | 6 ++- include/net/psample.h | 1 + include/net/tc_act/tc_sample.h | 6 --- net/psample/psample.c | 20 +++++--- net/sched/act_mirred.c | 21 +++++---- net/sched/act_sample.c | 27 +++++++++++ net/sched/cls_api.c | 83 ++++++++++++++++++++-------------- 8 files changed, 116 insertions(+), 57 deletions(-) -- 2.21.0