Signed-off-by: Hal Rosenstock <[email protected]>
---
diff --git a/src/rpc.c b/src/rpc.c
index 19a5a70..6312d42 100644
--- a/src/rpc.c
+++ b/src/rpc.c
@@ -166,6 +166,8 @@ _do_madrpc(int port_id, void *sndbuf, void *rcvbuf, int 
agentid, int len,
                                return -1;
                        }
 
+                       if (ibdebug > 2)
+                               umad_addr_dump(umad_get_mad_addr(rcvbuf));
                        if (ibdebug > 1) {
                                IBWARN("rcv buf:");
                                xdump(stderr, "rcv buf\n", umad_get_mad(rcvbuf),
--
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

Reply via email to