Re: RDMA Multicasting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 4/10/15 8:14 AM, Christoph Lameter wrote:
On Thu, 9 Apr 2015, Caitlin Bestler wrote:

Infiniband is lossless and thus what "unreliable" means is also quite
foggy.

InfiniBand is not lossless. It does a superb job of avoiding drops caused
by congestion. But applications should not assume that all UD messages
have been received, but should add their own checking. That is why the
U stands for Unreliable.

Well applications can screw up yes but the fabric *IS* lossless.

This is a very bad assumption. Fabric *is not* lossless.

Packet loss happens - for various reasons that are typically specific to the environment.
We have found several broken pieces of SW that assumed RC connections are reliable, and
do bad things when the qp hits its retry limit. So not only loosing 1 packet, but 7 in a
row. Building SW that relied on RC - well OK, but assuming UD reliable in all environments?
If HW never broke, and systems were never overloaded, room temperatures never fluctuated, IB
cables were always reliable... Its not that uncommon to see packet loss on a perfectly functioning
(large) system let alone one thats having HW issues...


You are probably better off using RDMA ideas over UDP/UD, and doing the
direct memory placement from your own code, instead.

So send the memory transfer info via multicast datagram to the
endpoints and then run the transfer from the endpoint.

Yes, possibly in a kermel module.

Why? You can simply do this already from userspace with verbs messaging
and RDMA tranfers.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux