Re: [PATCH] [libipathverbs] Fix 32 bit libipathverbs

2010-10-25 Thread Ralph Campbell
Thanks, applied. On Fri, 2010-10-22 at 15:43 -0700, Jason Gunthorpe wrote: Trying to use a 64 bit kernel with a 32 bit userspace results in local protection violations reported to the CQ. This is caused by a difference in padding for ipath_rwe, so make the padding 64 bit uses explicit.

[PATCH] [libipathverbs] Fix 32 bit libipathverbs

2010-10-22 Thread Jason Gunthorpe
Trying to use a 64 bit kernel with a 32 bit userspace results in local protection violations reported to the CQ. This is caused by a difference in padding for ipath_rwe, so make the padding 64 bit uses explicit. Signed-off-by: Jason Gunthorpe jguntho...@obsidianresearch.com --- src/ipathverbs.h