aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/cq.c
diff options
context:
space:
mode:
authorSagi Grimberg <sagig@mellanox.com>2015-10-13 12:11:43 -0400
committerDoug Ledford <dledford@redhat.com>2015-10-28 22:27:19 -0400
commite761c67fbf20d60175750ce2994822f30f2edf6a (patch)
treeefca5f64120d84a2efc8e161438f370a7ae246f9 /drivers/infiniband/hw/mlx4/cq.c
parentdd01e66a6c532a8cd183cbc02ebaef99f186345f (diff)
IB/mlx4: Remove old FRWR API support
No ULP uses it anymore, go ahead and remove it. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx4/cq.c')
-rw-r--r--drivers/infiniband/hw/mlx4/cq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mlx4/cq.c b/drivers/infiniband/hw/mlx4/cq.c
index 2ea4125b7903..b88fc8f5ab18 100644
--- a/drivers/infiniband/hw/mlx4/cq.c
+++ b/drivers/infiniband/hw/mlx4/cq.c
@@ -818,8 +818,7 @@ repoll:
818 wc->opcode = IB_WC_LSO; 818 wc->opcode = IB_WC_LSO;
819 break; 819 break;
820 case MLX4_OPCODE_FMR: 820 case MLX4_OPCODE_FMR:
821 wc->opcode = IB_WC_FAST_REG_MR; 821 wc->opcode = IB_WC_REG_MR;
822 /* TODO: wc->opcode = IB_WC_REG_MR; */
823 break; 822 break;
824 case MLX4_OPCODE_LOCAL_INVAL: 823 case MLX4_OPCODE_LOCAL_INVAL:
825 wc->opcode = IB_WC_LOCAL_INV; 824 wc->opcode = IB_WC_LOCAL_INV;