commit | 789871bb2a0381425b106d2a995bde1460d35a34 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Thu Jul 05 17:24:25 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 08 12:42:28 2018 +0900 |
tree | 8066507367f44cb9371f4255a2aeb9801d36276b | |
parent | 036bb44327f50273e85ee4a2c9b56eebce1c0838 [diff] |
net: sched: implement unlocked action init API Add additional 'rtnl_held' argument to act API init functions. It is required to implement actions that need to release rtnl lock before loading kernel module and reacquire if afterwards. Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>