> +             case IBV_EVENT_CLIENT_REREGISTER:
> +                     if (dev->port[i].state == IBV_PORT_ACTIVE) {
> +                             acm_port_join(&dev->port[i]);
> +                             acm_log(1, "%s %d has reregistered\n",
> +                                     dev->verbs->device->name, i);

applied, but changed 'i' to 'i + 1' to display the correct port number

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

Reply via email to