* EH progress summary
@ 2006-02-20 3:40 Tejun Heo
2006-02-20 8:11 ` Albert Lee
0 siblings, 1 reply; 4+ messages in thread
From: Tejun Heo @ 2006-02-20 3:40 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Linux-ide
Hello, Jeff.
I think we're half-way through the EH changes. New reset mechanism and
most of config reorganization are in tree. Currently, the patches which
are waiting for your review are...
[1] libata: rename ata_dev_id_[c_]string()
[2] libata: reorganize ata_dev_identify() (7 patches)
[3] libata: implement and use ata_dev_revalidate() (4 patches)
Once these revalidation changes make into tree, I'll submit
ata_set_mode() changes (I've submitted the first patchset of this but
Alan had a valid objection. I agreed and dropped that one.[4])
After ata_set_mode() changes are complete, the real EH changes will be
submitted including error recording (to determine whether speed down is
necessary) and all the recovery actions. I haven't splitted these yet
but I guess it will be three or four patchsets.
And after that, Jens' NCQ work can be integrated over it. The code
required to implement NCQ is actually quite small. It will probably
take only one patchset of about three to five patches.
So, this is where we stand. I hope we can get new EH up and working soon.
Thanks a lot. :-)
--
tejun
[1] http://article.gmane.org/gmane.linux.ide/7997
[2] http://article.gmane.org/gmane.linux.ide/8048
[3] http://article.gmane.org/gmane.linux.ide/8050
[4] http://article.gmane.org/gmane.linux.ide/8054
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EH progress summary
2006-02-20 3:40 EH progress summary Tejun Heo
@ 2006-02-20 8:11 ` Albert Lee
2006-02-20 8:19 ` Tejun Heo
0 siblings, 1 reply; 4+ messages in thread
From: Albert Lee @ 2006-02-20 8:11 UTC (permalink / raw)
To: Tejun Heo; +Cc: Jeff Garzik, Linux-ide
Hi Tejun:
>
> I think we're half-way through the EH changes. New reset mechanism and
> most of config reorganization are in tree. Currently, the patches which
> are waiting for your review are...
>
> [1] libata: rename ata_dev_id_[c_]string()
> [2] libata: reorganize ata_dev_identify() (7 patches)
> [3] libata: implement and use ata_dev_revalidate() (4 patches)
>
> Once these revalidation changes make into tree, I'll submit
> ata_set_mode() changes (I've submitted the first patchset of this but
> Alan had a valid objection. I agreed and dropped that one.[4])
>
> After ata_set_mode() changes are complete, the real EH changes will be
> submitted including error recording (to determine whether speed down is
> necessary) and all the recovery actions.
Will PATA speed down be supported?
e.g. udma133 => udma100 => udma66 => udma33 => pio ...
> I haven't splitted these yet
> but I guess it will be three or four patchsets.
>
> And after that, Jens' NCQ work can be integrated over it. The code
> required to implement NCQ is actually quite small. It will probably
> take only one patchset of about three to five patches.
>
> So, this is where we stand. I hope we can get new EH up and working soon.
>
>
Albert
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EH progress summary
2006-02-20 8:11 ` Albert Lee
@ 2006-02-20 8:19 ` Tejun Heo
2006-02-20 8:27 ` Albert Lee
0 siblings, 1 reply; 4+ messages in thread
From: Tejun Heo @ 2006-02-20 8:19 UTC (permalink / raw)
To: albertl; +Cc: Jeff Garzik, Linux-ide
Albert Lee wrote:
> Hi Tejun:
>
>>I think we're half-way through the EH changes. New reset mechanism and
>>most of config reorganization are in tree. Currently, the patches which
>>are waiting for your review are...
>>
>>[1] libata: rename ata_dev_id_[c_]string()
>>[2] libata: reorganize ata_dev_identify() (7 patches)
>>[3] libata: implement and use ata_dev_revalidate() (4 patches)
>>
>>Once these revalidation changes make into tree, I'll submit
>>ata_set_mode() changes (I've submitted the first patchset of this but
>>Alan had a valid objection. I agreed and dropped that one.[4])
>>
>>After ata_set_mode() changes are complete, the real EH changes will be
>>submitted including error recording (to determine whether speed down is
>>necessary) and all the recovery actions.
>
>
> Will PATA speed down be supported?
> e.g. udma133 => udma100 => udma66 => udma33 => pio ...
>
Yeap, sure.
--
tejun
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: EH progress summary
2006-02-20 8:19 ` Tejun Heo
@ 2006-02-20 8:27 ` Albert Lee
0 siblings, 0 replies; 4+ messages in thread
From: Albert Lee @ 2006-02-20 8:27 UTC (permalink / raw)
To: Tejun Heo; +Cc: albertl, Jeff Garzik, Linux-ide
Tejun Heo wrote:
> Albert Lee wrote:
>
>> Hi Tejun:
>>
>>> I think we're half-way through the EH changes. New reset mechanism and
>>> most of config reorganization are in tree. Currently, the patches which
>>> are waiting for your review are...
>>>
>>> [1] libata: rename ata_dev_id_[c_]string()
>>> [2] libata: reorganize ata_dev_identify() (7 patches)
>>> [3] libata: implement and use ata_dev_revalidate() (4 patches)
>>>
>>> Once these revalidation changes make into tree, I'll submit
>>> ata_set_mode() changes (I've submitted the first patchset of this but
>>> Alan had a valid objection. I agreed and dropped that one.[4])
>>>
>>> After ata_set_mode() changes are complete, the real EH changes will be
>>> submitted including error recording (to determine whether speed down is
>>> necessary) and all the recovery actions.
>>
>>
>>
>> Will PATA speed down be supported?
>> e.g. udma133 => udma100 => udma66 => udma33 => pio ...
>>
>
> Yeap, sure.
>
That's great, thanks! :)
Albert
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-02-20 8:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 3:40 EH progress summary Tejun Heo
2006-02-20 8:11 ` Albert Lee
2006-02-20 8:19 ` Tejun Heo
2006-02-20 8:27 ` Albert Lee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).