[openib-general] remove selective signalling flags for ip over ib
Michael S. Tsirkin
mst at mellanox.co.il
Wed Feb 9 06:58:35 PST 2005
Since currently the qp policy in ip over ib is SIGNAL_ALL,
we dont need to set signalling flags in each wqe.
Signed-off-by: Michael S. Tsirkin <mst at mellanox.co.il>
Index: ulp/ipoib/ipoib_ib.c
===================================================================
--- ulp/ipoib/ipoib_ib.c (revision 1758)
+++ ulp/ipoib/ipoib_ib.c (working copy)
@@ -105,7 +105,6 @@ static inline int ipoib_ib_receive(struc
.wr_id = wr_id | IPOIB_OP_RECV,
.sg_list = &list,
.num_sge = 1,
- .recv_flags = IB_RECV_SIGNALED
};
struct ib_recv_wr *bad_wr;
--
MST - Michael S. Tsirkin
More information about the general
mailing list