[openib-general] libcxgb3 master does not compile (Was Fwd: Make failure log from sw075:x86_64:2.6.19-smp:)
Steve WIse
swise at opengridcomputing.com
Sun Jan 14 09:47:49 PST 2007
On Sat, 2007-01-13 at 18:53 +0200, Michael S. Tsirkin wrote:
> Steve, could you fix the following please?
>
Oops. Sorry. I forgot this went into libibverbs already.
Fix committed:
commit 0d7105e87c5dcbb5903dfe351edf02b8d1c3cd77
Author: Steve Wise <swise at opengridcomputing.com>
Date: Sun Jan 14 11:30:58 2007 -0600
Revert "Pass driver data through ibv_cmd_req_notify_cq()"
Chelsio cxgb3 driver no longer needs to pass rptr value via
ibv_cmd_req_notify_cq().
Signed-off-by: Steve Wise <swise at opengridcomputing.com>
diff --git a/src/cq.c b/src/cq.c
index b99bab1..88797f7 100644
--- a/src/cq.c
+++ b/src/cq.c
@@ -48,10 +48,9 @@ int iwch_arm_cq(struct ibv_cq *ibcq, int
{
int ret;
struct iwch_cq *chp = to_iwch_cq(ibcq);
- struct ibv_req_notify_cq cmd;
pthread_spin_lock(&chp->lock);
- ret = ibv_cmd_req_notify_cq(ibcq, solicited, &cmd, sizeof cmd);
+ ret = ibv_cmd_req_notify_cq(ibcq, solicited);
pthread_spin_unlock(&chp->lock);
return ret;
More information about the general
mailing list