Re: [openib-general] [RFC] [PATCH 2/2] for 2.6.21/OFED1.2 rdma_cm: add multicast support

2007-01-27 Thread Sean Hefty
>Sean, were you able to try this with an iWARP device to check for >regressions? No - I don't have any iWarp devices available to me. I thought about possible regressions too, since this changes QP initialization, and is why I listed this patch in the series as an RFC. Hopefully by getting this

Re: [openib-general] [RFC] [PATCH 2/2] for 2.6.21/OFED1.2 rdma_cm: add multicast support

2007-01-27 Thread Steve Wise
quot;'Or Gerlitz'" <[EMAIL PROTECTED]> Sent: Friday, January 26, 2007 6:19 PM Subject: [openib-general] [RFC] [PATCH 2/2] for 2.6.21/OFED1.2 rdma_cm: add multicast support > Extend the rdma_cm to support multicast communication. Multicast > support is added to the existi

[openib-general] [RFC] [PATCH 2/2] for 2.6.21/OFED1.2 rdma_cm: add multicast support

2007-01-26 Thread Sean Hefty
Extend the rdma_cm to support multicast communication. Multicast support is added to the existing RDMA_PS_UDP port space, as well as to new port space, RDMA_PS_IPOIB. The latter port space allows joining the multicast groups used by ipoib, which enable offloading ipoib traffic to a separate QP.