I'm sorry to have to spam the list. While sending this patchset outlook started to return failures on me, so only patches 0 -24 got sent. I'm going to look into it, and will resend this patchset when I figure out what happened. On 7/11/23 4:45 PM, Mike Christie wrote: > The following patches were made over Martin's 6.6 scsi-queue branch. > They allow scsi_execute_cmd users to control exactly which errors are > retried, so we can reduce the sense/sshd handling they have to do and > have it one place. > > The patches allow scsi_execute_cmd users to pass in an array of failures > which they want retried/failed and also specify how many times they want > them retried. If we hit an error that the user did not specify then we drop > down to the default behavior. This allows us to remove almost all the > retry logic from scsi_execute_cmd users. We just have the special cases > where we want to retry with a difference size command or sleep between > retries.