From: Jiri Pirko <j...@resnulli.us> Date: Wed, 9 Aug 2017 14:30:30 +0200
> From: Jiri Pirko <j...@mellanox.com> > > Currently there is a Qdisc_class_ops->tcf_cl_offload callback > that is called to find out if cls would offload rule or not. > This is only supported by sch_ingress and sch_clsact. > So the Qdisc are to decide. However, the driver knows what is he > able to offload, so move the decision making to drivers completely. > Just pass classid there and provide set of helpers to allow > identification of qdisc. > > As a side effect, this actually allows clsact egress rules > offload in mlxsw. Series applied, thanks.