On Wed, Nov 25, 2009 at 11:53:47AM +0200, Pavel Shamis (Pasha) wrote:
>
> >I think I'm asking you about the non RDMACM stuff in openmpi, ibcm,
> >xoob, etc. I can't tell at glance if any of them will be safe to run
> >on RDMAoE as-is..
> >
> The oob and xoob are custom ompi mpi connection manager that were
> created specially for Infiniband ONLY. So as result they do what they
> supposed to do - they work with infiniband devices :-
> ) (and do not work with Iwarp and others.). So we do not brake anything
> here.
Just so everyone is clear here, the test to run only on Infiniband in the
above cases is done by checking the transport_type for Infiniband:
if (IBV_TRANSPORT_IB != btl->device->ib_dev->transport_type) {
The code protected by this doesn't work on RDMAoE so RDMAoE must not
set transport_type to IBV_TRANSPORT_IB.
Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html