>Signed-off-by: Yevgeny Kliteynik <[email protected]>
>---
> libibumad/src/umad.c |    2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
>diff --git a/libibumad/src/umad.c b/libibumad/src/umad.c
>index 78b956d..a03a018 100644
>--- a/libibumad/src/umad.c
>+++ b/libibumad/src/umad.c
>@@ -814,6 +814,8 @@ umad_send(int fd, int agentid, void *umad, int length,
>
>       DEBUG("write returned %d != sizeof umad %zu + length %d (%m)",
>             n, umad_size(), length);
>+
>+      usleep(20000);
>       if (!errno)
>               errno = EIO;
>       return -EIO;

I think this should be handled by the application, and not placed into the
lowest level library.

- Sean

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to