Himanshu,
> On session deletion, current qla code would unregister an NVMe session
> before flushing IOs. This patch would move the unregistration of NVMe
> session after IO flush. This way FC-NVMe layer would not have to wait
> for stuck IOs. In addition, qla2xxx would stop accepting new IOs
>
On 6/16/19 8:05 AM, Himanshu Madhani wrote:
+ INIT_WORK(&sess->free_work, qlt_free_session_done);
+ schedule_work(&sess->free_work);
Since you are touching this code and since there are multiple
schedule_work() and flush_work() calls in the qla2xxx driver code for
this work item:
From: Quinn Tran
On session deletion, current qla code would unregister an NVMe
session before flushing IOs. This patch would move the unregistration
of NVMe session after IO flush. This way FC-NVMe layer would not
have to wait for stuck IOs. In addition, qla2xxx would stop accepting
new IOs duri
3 matches
Mail list logo