[PATCH] [librdmacm] rsockets: Add support for existing UDP apps

2013-01-14 Thread Hefty, Sean
Support for existing UDP applications is done via the rspreload library. However, when the preload library is loaded, socket calls used by rsockets get intercepted and converted into rsocket calls. The preload library was able to handle this for TCP rsockets by using a per thread variable and

Re: Distributing IPoIB interrupts

2013-01-14 Thread Ido Shamai
On 1/12/2013 6:52 PM, Christopher Mitchell wrote: Ido, These are dual-processor AMD Opteron systems with 8 physical cores per processor. I have libibverbs 1.1.6-1ubuntu1, libmlx4-1.0.4, and librdmacm 1.0.15-1 and friends, which appears to correspond to OFED 3.2 (cf.

[PATCH] IB: cxgb3: delay freeing mem untill entirely done with it

2013-01-14 Thread Jesper Juhl
Sure, it's just the pointer value we use, but the coverity checker complains about a use-after-free bug and it really does seem cleaner to delay freeing until we are entirely done with the memory. So, rearrange the code to move the kfree() later untill we are completely done. Trivial and harmless,

Re: [PATCH] IB: cxgb3: delay freeing mem untill entirely done with it

2013-01-14 Thread Steve Wise
Reviewed-by: Steve Wise sw...@opengridcomputing.com -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html