commit | 918190f50eb630032ca0fb21f14f2e9c5c325626 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Mon Aug 26 16:45:06 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 26 14:17:43 2019 -0700 |
tree | 02e87d067c9703d774ff0fc9139b24c02ac24a89 | |
parent | 1444c175a37443d3f6d3db825df050741452c3c3 [diff] |
net: sched: flower: don't take rtnl lock for cls hw offloads API Don't manually take rtnl lock in flower classifier before calling cls hardware offloads API. Instead, pass rtnl lock status via 'rtnl_held' parameter. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>