From: Litao jiao <jiaoli...@raisecom.com> Date: Thu, 6 Jun 2019 17:57:58 +0800
> The monolithic hash_lock could cause huge contention when > inserting/deletiing vxlan_fdbs into the fdb_head. > > Use FDB_HASH_SIZE hash_locks to protect insertions/deletions > of vxlan_fdbs into the fdb_head hash table. > > Suggested-by: David S. Miller <da...@davemloft.net> > Signed-off-by: Litao jiao <jiaoli...@raisecom.com> Applied, thanks.