linux/include/rdma
Roland Dreier 9ead190bfd IB/uverbs: Don't serialize with ib_uverbs_idr_mutex
Currently, all userspace verbs operations that call into the kernel
are serialized by ib_uverbs_idr_mutex.  This can be a scalability
issue for some workloads, especially for devices driven by the ipath
driver, which needs to call into the kernel even for datapath
operations.

Fix this by adding reference counts to the userspace objects, and then
converting ib_uverbs_idr_mutex into a spinlock that only protects the
idrs long enough to take a reference on the object being looked up.
Because remove operations may fail, we have to do a slightly funky
two-step deletion, which is described in the comments at the top of
uverbs_cmd.c.

This also still leaves ib_uverbs_idr_lock as a single lock that is
possibly subject to contention.  However, the lock hold time will only
be a single idr operation, so multiple threads should still be able to
make progress, even if ib_uverbs_idr_lock is being ping-ponged.

Surprisingly, these changes even shrink the object code:

add/remove: 23/5 grow/shrink: 4/21 up/down: 633/-693 (-60)

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-06-17 20:44:49 -07:00
..
ib_addr.h IB: address translation to map IP toIB addresses (GIDs) 2006-06-17 20:37:28 -07:00
ib_cache.h IB: Add caching of ports' LMC 2006-06-17 20:37:34 -07:00
ib_cm.h IB/ucm: Get rid of duplicate P_Key parameter 2006-06-17 20:37:39 -07:00
ib_fmr_pool.h IB: Enable FMR pool user to set page size 2006-03-20 10:08:10 -08:00
ib_mad.h IB/mad: RMPP support for additional classes 2006-03-30 07:19:51 -08:00
ib_marshall.h IB: common handling for marshalling parameters to/from userspace 2006-06-17 20:37:27 -07:00
ib_pack.h [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00
ib_sa.h IB/sa: Add ib_init_ah_from_path() 2006-06-17 20:37:39 -07:00
ib_smi.h IB: Move struct port_info from ipath to <rdma/ib_smi.h> 2006-06-17 20:37:36 -07:00
ib_user_cm.h IB/ucm: Get rid of duplicate P_Key parameter 2006-06-17 20:37:39 -07:00
ib_user_mad.h [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00
ib_user_sa.h IB: common handling for marshalling parameters to/from userspace 2006-06-17 20:37:27 -07:00
ib_user_verbs.h IB: common handling for marshalling parameters to/from userspace 2006-06-17 20:37:27 -07:00
ib_verbs.h IB/uverbs: Don't serialize with ib_uverbs_idr_mutex 2006-06-17 20:44:49 -07:00
rdma_cm.h IB: IP address based RDMA connection manager 2006-06-17 20:37:29 -07:00
rdma_cm_ib.h IB: IP address based RDMA connection manager 2006-06-17 20:37:29 -07:00