From 7f082397e6216caf4f5bafa4453dd4a00d7cf53a Mon Sep 17 00:00:00 2001 From: pschwan Date: Thu, 17 Oct 2002 22:45:02 +0000 Subject: [PATCH] More debugging related to the portals/rpc weirdness. --- lustre/ptlrpc/service.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 52b6eee..d12fb89 100644 --- a/lustre/ptlrpc/service.c +++ b/lustre/ptlrpc/service.c @@ -128,8 +128,8 @@ ptlrpc_init_svc(__u32 nevents, __u32 nbufs, ptlrpc_link_svc_me(rqbd); } - CDEBUG(D_NET, "Starting service listening on portal %d\n", - service->srv_req_portal); + CDEBUG(D_NET, "Starting service listening on portal %d (eq: %p)\n", + service->srv_req_portal, service->srv_eq_h.handle_idx); RETURN(service); failed: @@ -193,7 +193,8 @@ static int handle_incoming_request(struct obd_device *obddev, goto out; } - CDEBUG(D_NET, "got req "LPD64"\n", request->rq_xid); + CDEBUG(D_NET, "got req "LPD64" (md: %p + %d)\n", request->rq_xid, + event->mem_desc.start, event->offset); request->rq_peer.peer_nid = event->initiator.nid; /* FIXME: this NI should be the incoming NI. -- 1.8.3.1