commit | 8d26d5636dff9fca30816579910aaa9a55b4d96d | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Oct 19 15:50:46 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 21 03:04:08 2017 +0100 |
tree | 3c82ff1aa167e07b81296a2d41cf6cfa3d2f7edd | |
parent | 6b3eb752b4b9481868b3393f06a236a1aedfa43f [diff] |
net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* All drivers are converted to use block callbacks for TC_SETUP_CLS*. So it is now safe to remove the calls to ndo_setup_tc from cls_* Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>