From: Tom Talpey Date: Thu, 9 Oct 2008 19:00:50 +0000 (-0400) Subject: RPC/RDMA: maintain the RPC task bytes-sent statistic. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ad0e9e01da4ece70ff524b49c77c5e850d5dd53e;p=deliverable%2Flinux.git RPC/RDMA: maintain the RPC task bytes-sent statistic. Signed-off-by: Tom Talpey Signed-off-by: Trond Myklebust --- diff --git a/net/sunrpc/xprtrdma/transport.c b/net/sunrpc/xprtrdma/transport.c index 0aefc6485385..ec6d1e7a1941 100644 --- a/net/sunrpc/xprtrdma/transport.c +++ b/net/sunrpc/xprtrdma/transport.c @@ -699,6 +699,7 @@ xprt_rdma_send_request(struct rpc_task *task) if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) goto drop_connection; + task->tk_bytes_sent += rqst->rq_snd_buf.len; rqst->rq_bytes_sent = 0; return 0;