public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Status of NCQ in libata
@ 2006-03-26 19:27 Dan Aloni
  2006-03-27  7:29 ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Aloni @ 2006-03-26 19:27 UTC (permalink / raw)
  To: Linux Kernel List

Hello,

I'd like to know about the current status of NCQ support in libata,
whether anyone is actively working on it, where I should find a 
development branch (there's no ncq branch anymore in libata-dev.git
it seems) and when an upstream merge should be expected.

Thanks.

-- 
Dan Aloni
da-x@monatomic.org, da-x@colinux.org, da-x@gmx.net, dan@xiv.co.il

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of NCQ in libata
  2006-03-26 19:27 Status of NCQ in libata Dan Aloni
@ 2006-03-27  7:29 ` Jens Axboe
  2006-03-29  4:13   ` Tejun Heo
  0 siblings, 1 reply; 6+ messages in thread
From: Jens Axboe @ 2006-03-27  7:29 UTC (permalink / raw)
  To: Dan Aloni; +Cc: linux-kernel

On Sun, Mar 26 2006, Dan Aloni wrote:
> Hello,
> 
> I'd like to know about the current status of NCQ support in libata,
> whether anyone is actively working on it, where I should find a 
> development branch (there's no ncq branch anymore in libata-dev.git
> it seems) and when an upstream merge should be expected.

You can give it a spin in the 'ncq' branch in the block layer git repo:

git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git

Only one real bit needs to get merged in libata for ncq to be submitted,
and that is Tejun's eh rework. Once that is in, ncq becomes a fairly
small patch and can probably go straight in.

AHCI is still the only supported controller, once NCQ is merged I'm sure
a few others will follow.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of NCQ in libata
  2006-03-27  7:29 ` Jens Axboe
@ 2006-03-29  4:13   ` Tejun Heo
  2006-03-29  7:15     ` Jens Axboe
  2006-03-29  7:43     ` Dan Aloni
  0 siblings, 2 replies; 6+ messages in thread
From: Tejun Heo @ 2006-03-29  4:13 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Dan Aloni, linux-kernel

Jens Axboe wrote:
> On Sun, Mar 26 2006, Dan Aloni wrote:
>> Hello,
>>
>> I'd like to know about the current status of NCQ support in libata,
>> whether anyone is actively working on it, where I should find a 
>> development branch (there's no ncq branch anymore in libata-dev.git
>> it seems) and when an upstream merge should be expected.
> 
> You can give it a spin in the 'ncq' branch in the block layer git repo:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
> 
> Only one real bit needs to get merged in libata for ncq to be submitted,
> and that is Tejun's eh rework. Once that is in, ncq becomes a fairly
> small patch and can probably go straight in.
> 
> AHCI is still the only supported controller, once NCQ is merged I'm sure
> a few others will follow.
> 

Patches going out later today. :) I've just ported the NCQ stuff over it 
and about to test it. As I have the doc and hardware NCQ support for 
sata_sil24 will soon follow.

-- 
tejun

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of NCQ in libata
  2006-03-29  4:13   ` Tejun Heo
@ 2006-03-29  7:15     ` Jens Axboe
  2006-03-29  7:43     ` Dan Aloni
  1 sibling, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2006-03-29  7:15 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Dan Aloni, linux-kernel

On Wed, Mar 29 2006, Tejun Heo wrote:
> Jens Axboe wrote:
> >On Sun, Mar 26 2006, Dan Aloni wrote:
> >>Hello,
> >>
> >>I'd like to know about the current status of NCQ support in libata,
> >>whether anyone is actively working on it, where I should find a 
> >>development branch (there's no ncq branch anymore in libata-dev.git
> >>it seems) and when an upstream merge should be expected.
> >
> >You can give it a spin in the 'ncq' branch in the block layer git repo:
> >
> >git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
> >
> >Only one real bit needs to get merged in libata for ncq to be submitted,
> >and that is Tejun's eh rework. Once that is in, ncq becomes a fairly
> >small patch and can probably go straight in.
> >
> >AHCI is still the only supported controller, once NCQ is merged I'm sure
> >a few others will follow.
> >
> 
> Patches going out later today. :) I've just ported the NCQ stuff over it 
> and about to test it. As I have the doc and hardware NCQ support for 
> sata_sil24 will soon follow.

Wonderful! I'm pretty confident in the NCQ stuff these days, so if Jeff
is up for it, it could make 2.6.17.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of NCQ in libata
  2006-03-29  4:13   ` Tejun Heo
  2006-03-29  7:15     ` Jens Axboe
@ 2006-03-29  7:43     ` Dan Aloni
  2006-03-29  7:46       ` Jens Axboe
  1 sibling, 1 reply; 6+ messages in thread
From: Dan Aloni @ 2006-03-29  7:43 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Jens Axboe, linux-kernel

On Wed, Mar 29, 2006 at 01:13:52PM +0900, Tejun Heo wrote:
> Jens Axboe wrote:
> >On Sun, Mar 26 2006, Dan Aloni wrote:
> >>Hello,
> >>
> >>I'd like to know about the current status of NCQ support in libata,
> >>whether anyone is actively working on it, where I should find a 
> >>development branch (there's no ncq branch anymore in libata-dev.git
> >>it seems) and when an upstream merge should be expected.
> >
> >You can give it a spin in the 'ncq' branch in the block layer git repo:
> >
> >git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
> >
> >Only one real bit needs to get merged in libata for ncq to be submitted,
> >and that is Tejun's eh rework. Once that is in, ncq becomes a fairly
> >small patch and can probably go straight in.
> >
> >AHCI is still the only supported controller, once NCQ is merged I'm sure
> >a few others will follow.
> >
> 
> Patches going out later today. :) I've just ported the NCQ stuff over it 
> and about to test it. As I have the doc and hardware NCQ support for 
> sata_sil24 will soon follow.

Good to see it's going well. I'm considering to implement NCQ/TCQ for 
sata_mv (I have the necessary resources for it), so I'm hoping that I'd be 
able to base my efforts on the current ncq branch without worrying too 
much about interface changes.

-- 
Dan Aloni
da-x@monatomic.org, da-x@colinux.org, da-x@gmx.net, dan@xiv.co.il

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Status of NCQ in libata
  2006-03-29  7:43     ` Dan Aloni
@ 2006-03-29  7:46       ` Jens Axboe
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2006-03-29  7:46 UTC (permalink / raw)
  To: Dan Aloni; +Cc: Tejun Heo, linux-kernel

On Wed, Mar 29 2006, Dan Aloni wrote:
> On Wed, Mar 29, 2006 at 01:13:52PM +0900, Tejun Heo wrote:
> > Jens Axboe wrote:
> > >On Sun, Mar 26 2006, Dan Aloni wrote:
> > >>Hello,
> > >>
> > >>I'd like to know about the current status of NCQ support in libata,
> > >>whether anyone is actively working on it, where I should find a 
> > >>development branch (there's no ncq branch anymore in libata-dev.git
> > >>it seems) and when an upstream merge should be expected.
> > >
> > >You can give it a spin in the 'ncq' branch in the block layer git repo:
> > >
> > >git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
> > >
> > >Only one real bit needs to get merged in libata for ncq to be submitted,
> > >and that is Tejun's eh rework. Once that is in, ncq becomes a fairly
> > >small patch and can probably go straight in.
> > >
> > >AHCI is still the only supported controller, once NCQ is merged I'm sure
> > >a few others will follow.
> > >
> > 
> > Patches going out later today. :) I've just ported the NCQ stuff over it 
> > and about to test it. As I have the doc and hardware NCQ support for 
> > sata_sil24 will soon follow.
> 
> Good to see it's going well. I'm considering to implement NCQ/TCQ for 
> sata_mv (I have the necessary resources for it), so I'm hoping that I'd be 
> able to base my efforts on the current ncq branch without worrying too 
> much about interface changes.

As seen from the low level sata driver, there isn't much interface to
change. Basically you just want to signal a higher queueing depth, which
will enable the SCSI layer to queue a higher number of ios at any time.
The rest is up to you, how you actually talk to the hardware. Then
there's error handling, I don't think much will change there after
Tejuns merge either.

So if you started off the 'ncq' branch in the block repo, you should be
able to pretty much cary your sata_mv changes straight over. Any change
needed would be to accomodate other libata changes, not ncq.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-29  7:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-26 19:27 Status of NCQ in libata Dan Aloni
2006-03-27  7:29 ` Jens Axboe
2006-03-29  4:13   ` Tejun Heo
2006-03-29  7:15     ` Jens Axboe
2006-03-29  7:43     ` Dan Aloni
2006-03-29  7:46       ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox