]> git.openfabrics.org - ~shefty/rdma-win.git/commit
ib/cm: separate listen callback into own handler
authorSean Hefty <sean.hefty@intel.com>
Wed, 13 Jan 2010 19:34:07 +0000 (19:34 +0000)
committerSean Hefty <sean.hefty@intel.com>
Wed, 13 Jan 2010 19:34:07 +0000 (19:34 +0000)
commit30cb0684224dd01abd2b1a0535f1d6a3ba2c7bb9
treef66fe24d1835362ee4ee176964e1777001d9cafe
parentfc4952c9838e66677a71e920a956286bea074add
ib/cm: separate listen callback into own handler

Extract listen handling in cm_cep_handler into a separate
handler.  This will simplify changes to support queuing
connection requests and allow connection requests to move
to a fetch model, rather than a callback model.

Since connection requests require allocating new resources,
connection rates can be improved by queuing the requests
until the user has allocated the resources, then fetches
the request.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2662 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/al/kernel/al_cm.c