commit | de4784ca030fed17d527dbb2bb4e21328b12de94 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Aug 07 10:15:32 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 07 09:42:37 2017 -0700 |
tree | 7e49037950eb4ac5cbf296134e5a0e3b7fe456ac | |
parent | 38cf0426e5178b1c3810bb88e65dd23882e40283 [diff] |
net: sched: get rid of struct tc_to_netdev Get rid of struct tc_to_netdev which is now just unnecessary container and rather pass per-type structures down to drivers directly. Along with that, consolidate the naming of per-type structure variables in cls_*. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>