mbox series

[00/13] scsi: libicsi and qedi tmf fixes

Message ID 20210413230648.5593-1-michael.christie@oracle.com
Headers show
Series scsi: libicsi and qedi tmf fixes | expand

Message

Mike Christie April 13, 2021, 11:06 p.m. UTC
The following patches can apply to Linus's tree or Martin's 5.13 staging
branch.

The patches fix tmf bugs in the qedi driver and libiscsi issues that are
common to all offload drivers like qedi.

I've dropped the RFC tag becuase Manish has reviewed the qedi bits and
I've tested with drivers like ib_iser that work slightly different from
qedi.

V2:
- Dropped patch that reverted the in-kernel conn failure handling. I
posted a full patchset to fix that separately.
- Modfied the tmf vs cmd queueing patch. The RFC patch only supported
qedi and offload drivers. iscsi_tcp/cxgbgi do not need it.
- Added patch for another issue found where cmds can still be queued to the
driver while it does ep_disconnect.