From: Nicholas Bellinger Date: Thu, 27 Feb 2014 15:02:48 +0000 (-0800) Subject: iser-target: Ignore completions for FRWRs in isert_cq_tx_work X-Git-Tag: v3.14-rc6~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb4ca68fc48eea618b1af1c1cde2a251ae32d1b;p=pandora-kernel.git iser-target: Ignore completions for FRWRs in isert_cq_tx_work This patch changes IB_WR_FAST_REG_MR + IB_WR_LOCAL_INV related work requests to include a ISER_FRWR_LI_WRID value in order to signal isert_cq_tx_work() that these requests should be ignored. This is necessary because even though IB_SEND_SIGNALED is not set for either work request, during a QP failure event the work requests will be returned with exception status from the TX completion queue. v2 changes: - Rename ISER_FRWR_LI_WRID -> ISER_FASTREG_LI_WRID (Sagi) Acked-by: Sagi Grimberg Cc: Or Gerlitz Cc: #3.12+ Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed