]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of kern-bug
authorSean Hefty <sean.hefty@intel.com>
Sat, 2 Feb 2013 06:37:01 +0000 (22:37 -0800)
committerSean Hefty <sean.hefty@intel.com>
Sat, 2 Feb 2013 06:37:01 +0000 (22:37 -0800)
src/cma.c

index 547781e656db42995473cdda9d8db4f9d2979680..06bea448efbc0a27f5d2bd1090aaa386c7961d7e 100755 (executable)
--- a/src/cma.c
+++ b/src/cma.c
@@ -1954,6 +1954,7 @@ retry:
        if (resp.uid) {
                evt->id_priv = (void *) (uintptr_t) resp.uid;
        } else {
+printf("no uid event %s\n", rdma_event_str(resp.event));
                evt->id_priv = ucma_lookup_id(resp.id);
                if (!evt->id_priv) {
                        fprintf(stderr, PFX "Warning: discarding unmatched "