[PATCH v2 2/2] nvme-rdma: align to generic ib_event logging helper

Max Gurtovoy maxg at mellanox.com
Tue Nov 22 06:43:00 PST 2016


sorry, but I don't know why it send the patch-set twice.

On 11/22/2016 4:36 PM, Max Gurtovoy wrote:
> Signed-off-by: Max Gurtovoy <maxg at mellanox.com>
> ---
>  drivers/nvme/host/rdma.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/nvme/host/rdma.c b/drivers/nvme/host/rdma.c
> index 3d25add..9c34da5 100644
> --- a/drivers/nvme/host/rdma.c
> +++ b/drivers/nvme/host/rdma.c
> @@ -241,7 +241,9 @@ static void nvme_rdma_free_ring(struct ib_device *ibdev,
>
>  static void nvme_rdma_qp_event(struct ib_event *event, void *context)
>  {
> -	pr_debug("QP event %d\n", event->event);
> +	pr_debug("QP event %s (%d)\n",
> +		 ib_event_msg(event->event), event->event);
> +
>  }
>
>  static int nvme_rdma_wait_for_cm(struct nvme_rdma_queue *queue)
>



More information about the Linux-nvme mailing list