From: ftillier Date: Fri, 23 Sep 2005 02:58:30 +0000 (+0000) Subject: [HCA] Fix solicited CQ event notification request X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=43ee0c4fd604a35f83dfc4c594b4ea71e53cfb81;p=~shefty%2Frdma-win.git [HCA] Fix solicited CQ event notification request Signed-off-by: Yossi Leybovich (sleybo@mellanox.co.il) git-svn-id: svn://openib.tc.cornell.edu/gen1@81 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/hw/mt23108/vapi/Hca/hcahal/tavor/thhul_qpm/thhul_qpm.c b/trunk/hw/mt23108/vapi/Hca/hcahal/tavor/thhul_qpm/thhul_qpm.c index bd18cd47..0fd8eda2 100644 --- a/trunk/hw/mt23108/vapi/Hca/hcahal/tavor/thhul_qpm/thhul_qpm.c +++ b/trunk/hw/mt23108/vapi/Hca/hcahal/tavor/thhul_qpm/thhul_qpm.c @@ -4837,7 +4837,7 @@ THHUL_qpm_post_send_wrs( cur_loc_p = WQE_build_send_be_req3(qp, next_wqe, p_wr->send_opt & IB_SEND_OPT_SIGNALED? VAPI_SIGNALED : VAPI_UNSIGNALED, p_wr, - p_wr->send_opt & IB_SEND_OPT_SOLICITED, + p_wr->send_opt & IB_SEND_OPT_SOLICITED? 1:0, p_wr->immediate_data );