commit | dfcd2a2b2274ec029699be70ea0fe41a7a03f728 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Mon Feb 11 10:55:46 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 12 13:41:33 2019 -0500 |
tree | 8e1e70d85c4c6337e6708ac86092c0f701351ddf | |
parent | 12db03b65c2b90752e4c37666977fd4a1b5f5824 [diff] |
net: sched: add flags to Qdisc class ops struct Extend Qdisc_class_ops with flags. Create enum to hold possible class ops flag values. Add first class ops flags value QDISC_CLASS_OPS_DOIT_UNLOCKED to indicate that class ops functions can be called without taking rtnl lock. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>