]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winmad: allocate registration struct from NonPagedPool
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 2 Sep 2009 14:56:19 +0000 (14:56 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 2 Sep 2009 14:56:19 +0000 (14:56 +0000)
commiteb7b6dada49adfbe6e63ea9e9cab54af255b23de
treec9d1943ca896598d70c0fcf5c8a9c1989018114f
parent18d6cfca6171c46480f9d826ccb1ff54ad317843
winmad: allocate registration struct from NonPagedPool

Apparently data structures that are accessed from within MAD callbacks must be
allocated from NonPagedPool.  Allocated the WM_REGISTRATION structure from non
paged pool.

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