On Thu, 2011-12-01 at 20:02 +0100, Bart Van Assche wrote:
> +static void srp_handle_qp_err(enum ib_wc_status wc_status,
> +                           enum ib_wc_opcode wc_opcode,
> +                           struct srp_target_port *target)
> +{
> +     shost_printk(KERN_ERR, target->scsi_host,
> +                  PFX "failed receive status %d\n", wc_status);
> +     target->qp_in_error = 1;
> +}

You don't do anything with the wc_opcode here. You add a shost_printk()
in patch 12 -- that part should be in this patch.


--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to