commit | 2572ac53c46f58e500b9d8d0f99785666038c590 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Aug 07 10:15:17 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 07 09:42:35 2017 -0700 |
tree | ad615f1fdda541358540a2d1dd5a385fc39332bc | |
parent | 1afec92be0d7b516a79f4c548a81d17460c8ba73 [diff] |
net: sched: make type an argument for ndo_setup_tc Since the type is always present, push it to be a separate argument to ndo_setup_tc. On the way, name the type enum and use it for arg type. 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>