Re: svn commit: r345805 - head/sys/cam

2019-09-03 Thread Alexander Motin
Hi. On 02.04.2019 12:43, Enji Cooper wrote: >> On Apr 2, 2019, at 07:46, Alexander Motin wrote: >> @@ -1595,14 +1596,21 @@ camperiphscsistatuserror(union ccb *ccb, union ccb >> **o >> * Restart the queue after either another >> * command completes or a 1 second timeout. >>

Re: svn commit: r345805 - head/sys/cam

2019-09-03 Thread Enji Cooper
Hi Alexander, > On Apr 2, 2019, at 07:46, Alexander Motin wrote: > > Author: mav > Date: Tue Apr 2 14:46:10 2019 > New Revision: 345805 > URL: https://svnweb.freebsd.org/changeset/base/345805 > > Log: > Unify SCSI_STATUS_BUSY retry handling with other cases. > > - Do not retry if periph wa

svn commit: r345805 - head/sys/cam

2019-09-03 Thread Alexander Motin
Author: mav Date: Tue Apr 2 14:46:10 2019 New Revision: 345805 URL: https://svnweb.freebsd.org/changeset/base/345805 Log: Unify SCSI_STATUS_BUSY retry handling with other cases. - Do not retry if periph was invalidated. - Do not decrement retry_count if already zero. - Report action

Re: svn commit: r345805 - head/sys/cam

2019-04-02 Thread Alexander Motin
Hi. On 02.04.2019 12:43, Enji Cooper wrote: >> On Apr 2, 2019, at 07:46, Alexander Motin wrote: >> @@ -1595,14 +1596,21 @@ camperiphscsistatuserror(union ccb *ccb, union ccb >> **o >> * Restart the queue after either another >> * command completes or a 1 second timeout. >>

Re: svn commit: r345805 - head/sys/cam

2019-04-02 Thread Enji Cooper
Hi Alexander, > On Apr 2, 2019, at 07:46, Alexander Motin wrote: > > Author: mav > Date: Tue Apr 2 14:46:10 2019 > New Revision: 345805 > URL: https://svnweb.freebsd.org/changeset/base/345805 > > Log: > Unify SCSI_STATUS_BUSY retry handling with other cases. > > - Do not retry if periph wa

svn commit: r345805 - head/sys/cam

2019-04-02 Thread Alexander Motin
Author: mav Date: Tue Apr 2 14:46:10 2019 New Revision: 345805 URL: https://svnweb.freebsd.org/changeset/base/345805 Log: Unify SCSI_STATUS_BUSY retry handling with other cases. - Do not retry if periph was invalidated. - Do not decrement retry_count if already zero. - Report action