net: sched: remove cops->tcf_cl_offload
authorJiri Pirko <jiri@mellanox.com>
Wed, 9 Aug 2017 12:30:35 +0000 (14:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 20:47:01 +0000 (13:47 -0700)
commit7b06e8aed283081010596c98a67f06c595affe51
tree3235e5848cd8d033f4e4c3abbd8dbb392c4f9e54
parent237f79d24ebe1eb9b5651b7342ba5cc9d9b8f222
net: sched: remove cops->tcf_cl_offload

cops->tcf_cl_offload is no longer needed, as the drivers check what they
can and cannot offload using the classid identify helpers. So remove this.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
include/net/sch_generic.h
net/sched/cls_bpf.c
net/sched/cls_flower.c
net/sched/cls_matchall.c
net/sched/cls_u32.c
net/sched/sch_ingress.c