X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rdma%2Fres.h;h=70ce575885b606b5f1db38e49aae6bbcdad1bfb0;hb=b78c480532013b31148ec319c30ba0f659547831;hp=bb0f19e0ae0899872e2cd036d873dc2dc5d98ab3;hpb=94323e96119a4fc3e575d295a9e1e6745281e3bb;p=mirror_iproute2.git diff --git a/rdma/res.h b/rdma/res.h index bb0f19e0..70ce5758 100644 --- a/rdma/res.h +++ b/rdma/res.h @@ -33,6 +33,8 @@ static inline uint32_t res_get_command(uint32_t command, struct rd *rd) return RDMA_NLDEV_CMD_RES_QP_GET_RAW; case RDMA_NLDEV_CMD_RES_CQ_GET: return RDMA_NLDEV_CMD_RES_CQ_GET_RAW; + case RDMA_NLDEV_CMD_RES_MR_GET: + return RDMA_NLDEV_CMD_RES_MR_GET_RAW; default: return command; }