Re: [openib-general] libmthca: make fence work

2006-08-10 Thread Roland Dreier
I fixed this in a slightly different way that seemed cleaner to me (see below). Please verify that my fix works for you. Thanks, Roland Index: libmthca/src/qp.c === --- libmthca/src/qp.c (revision 8875) +++ libmthca/src/qp.c

[openib-general] libmthca: make fence work

2006-08-09 Thread Michael S. Tsirkin
libmthca: fence bit must be set in doorbell, not only in WQE Signed-off-by: Michael S. Tsirkin [EMAIL PROTECTED] Index: openib/src/userspace/libmthca/src/qp.c === --- openib/src/userspace/libmthca/src/qp.c (revision 8841) +++