Skip to content

Commit b183f25

Browse files
committed
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Pull rdma fix from Jason Gunthorpe: "Just a one line change, was expecting more rc stuff, but it has been quiet. - Fix mlx5 devx event delivery to userspace for certain kinds of SRQs" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions
2 parents 32d27cf + 85fe9f5 commit b183f25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/infiniband/hw/mlx5

drivers/infiniband/hw/mlx5/devx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ static u16 get_legacy_obj_type(u16 opcode)
233233
{
234234
switch (opcode) {
235235
case MLX5_CMD_OP_CREATE_RQ:
236+
case MLX5_CMD_OP_CREATE_RMP:
236237
return MLX5_EVENT_QUEUE_TYPE_RQ;
237238
case MLX5_CMD_OP_CREATE_QP:
238239
return MLX5_EVENT_QUEUE_TYPE_QP;

0 commit comments

Comments
 (0)