From b2b40ce051bf0854d52205757733af5e0781a803 Mon Sep 17 00:00:00 2001 From: leonidk Date: Wed, 29 Mar 2006 18:18:11 +0000 Subject: [PATCH] [MTHCA] Return wc_type = IB_WC_SEND as default in WC processing git-svn-id: svn://openib.tc.cornell.edu/gen1@261 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/hw/mthca/kernel/mthca_cq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/hw/mthca/kernel/mthca_cq.c b/trunk/hw/mthca/kernel/mthca_cq.c index 12564ba7..f0943e46 100644 --- a/trunk/hw/mthca/kernel/mthca_cq.c +++ b/trunk/hw/mthca/kernel/mthca_cq.c @@ -548,7 +548,7 @@ static inline int mthca_poll_one(struct mthca_dev *dev, entry->wc_type = IB_WC_MW_BIND; break; default: - entry->wc_type = MTHCA_OPCODE_INVALID; + entry->wc_type = IB_WC_SEND; break; } } else { -- 2.41.0