Re: [RFC/PATCH 2/2] scsi: ufs: requests completion handling

2013-08-29 Thread James Bottomley
hursday, August 29, 2013 12:28 PM > To: Raviv Shvili > Cc: scsi-m...@vger.kernel.org; linux-arm-...@vger.kernel.org; open list:SCSI > SUBSYSTEM; open list > Subject: Re: [RFC/PATCH 2/2] scsi: ufs: requests completion handling > > On Thu, 2013-08-29 at 11:54 +0300, Raviv Shvili

RE: [RFC/PATCH 2/2] scsi: ufs: requests completion handling

2013-08-29 Thread Yaniv Gardi
-...@vger.kernel.org; open list:SCSI SUBSYSTEM; open list Subject: Re: [RFC/PATCH 2/2] scsi: ufs: requests completion handling On Thu, 2013-08-29 at 11:54 +0300, Raviv Shvili wrote: > The patch solves the request completion report order. At the current > implementation, when multiple requests end at th

Re: [RFC/PATCH 2/2] scsi: ufs: requests completion handling

2013-08-29 Thread James Bottomley
On Thu, 2013-08-29 at 11:54 +0300, Raviv Shvili wrote: > The patch solves the request completion report order. At the current > implementation, when multiple requests end at the same interrupt call, > the requests reported as completed according to a bitmap scan from the > lowest tags to the highes

[RFC/PATCH 2/2] scsi: ufs: requests completion handling

2013-08-29 Thread Raviv Shvili
The patch solves the request completion report order. At the current implementation, when multiple requests end at the same interrupt call, the requests reported as completed according to a bitmap scan from the lowest tags to the highest, regardless the requests priority. That cause to a priority u