commit | 8c4083b30e56fc71b0e94c26374b32d95d5ea461 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Oct 19 15:50:29 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 21 03:04:06 2017 +0100 |
tree | e728972a1975fe65fb4003b63cccddf9ef665060 | |
parent | b65f164d37cf6d4aac59b0e13c2e5c4cfe293fd2 [diff] |
net: sched: add block bind/unbind notif. and extended block_get/put Introduce new type of ndo_setup_tc message to propage binding/unbinding of a block to driver. Call this ndo whenever qdisc gets/puts a block. Alongside with this, there's need to propagate binder type from qdisc code down to the notifier. So introduce extended variants of block_get/put in order to pass this info. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>