commit | 86927c9c4d4e59b75a680f1e7922dca717cba24d | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@nvidia.com> | Fri Mar 12 17:50:17 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 12 17:44:10 2021 -0800 |
tree | f8a97afa35d53e618ffb38af2bf37d0b998a3dcf | |
parent | b202923d3a93296c2e2627eee0222dfef3606777 [diff] |
netdevsim: fib: Introduce a lock to guard nexthop hashtable Currently netdevsim relies on RTNL to maintain exclusivity in accessing the nexthop hash table. However, bucket notification may be called without RTNL having been held. Instead, introduce a custom lock to guard the table. Signed-off-by: Petr Machata <petrm@nvidia.com> Reviewed-by: Ido Schimmel <idosch@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>