Philip Frey1 wrote:

Hello,

I am trying to post a non-signaled RDMA Read WR. Somehow OFED 1.3 running on a T3 Chelsio Adapter seems not to care what I set for 'enum ibv_send_flags' in my 'struct ibv_send_wr'. I always get a work completion with status set to IBV_WC_SUCCESS and opcode IBV_WC_RDMA_READ. When creating the 'struct ibv_qp' I have set 'sq_sig_all = 0' in 'struct ibv_qp_init_attr'. With RDMA Write and Send I do not get a WC when I set the 'ibv_send_flags'
to 0.

What am I missing here?
You do everything as you should, the same test case is working as expected in other low level driver
Maybe it is a low level driver issue ...

Dotan

Many thanks,
Philip
------------------------------------------------------------------------

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to