Re: a problem about the two patches in bug 10724 & 11428

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Zhao Yakui wrote:
> On Mon, 2008-09-01 at 23:03 -0300, Henrique de Moraes Holschuh wrote:
>   
>> On Tue, 02 Sep 2008, Zhao Yakui wrote:
>>     
>>> On Tue, 2008-09-02 at 00:59 +0400, Alexey Starikovskiy wrote:
>>>       
>>>> Alexey Starikovskiy wrote:
>>>>         
>>> In this patch when timeout happens, EC will try the GPE interrupt mode
>>> after 5 seconds.Of course EC will be in polling mode before switching to
>>> GPE interrupt mode. It seems reasonable. 
>>>       
>> Yeah, the patch looks good.
>>
>> But we probably want to limit the number of times it will try to re-enable
>> interrupt mode, otherwise it will keep firing on ECs that are permanently
>> broken re. GPE interrupt mode.  I think trying 5 times should be enough,
>> that gives a 25s window for the EC to get its act together.
>>
>> And we should probably reset the "attempted tries to switch to GPE interrupt
>> mode" counter (so that the code will retry interrupt mode again) after
>> events that are likely to have done a lot of internal churning to the EC.
>> Currently, those would be when resuming from S3 or S4, I think.
>>
>>     
>>> In fact there also exists the mode switch from polling mode to interrupt
>>> mode after EC is initialized. Is it more appropriate that ec->gpe_retry
>>> is initialized?
>>>       
>> We could use the same code to do the initial switch, indeed.
>>
>> The two other things that we probably want to make sure we are doing are:
>>
>> 1. Drain the entire EC queue at every poll cycle (this is a must, really).
>>     
> It is difficult to drain the entire EC queue.

Why?  What was wrong with my proposed patch to do this :-P?

At least in GPE polling mode, we ought to query in a loop until the
query returns 0 (no event).

There was a problem which might have been caused by my patch, but that
was probably an excessive GPE problem.  That can't happen if we've
disabled the GPE altogether so we have to poll them.  I think Alex is
right that this is a must.

Though I am making an assumption here.  The other possibility is a buggy
EC that returns non-zero when there are no more events.  I hope not
though :-(.

>  In fact OS can't know the
> length of EC entire queue. In fact there is no concept about the EC
> queue.
>   

There is certainly the implication that more than one event could be
pending.  And there is the concept "queue is empty now", indicated by
query returning zero.

>   
>> 2. Try to drain the entire EC queue also in interrupt mode, but be careful
>> about dumb ECs that will sign 10 interrupts if there are 10 bytes to read in
>> the queue, even when we have drained the queue when servicing the very first
>> interrupt.   I bet there are ECs which will give you just one interrupt and
>> expect the queue to be drained, ECs which will give you interrupts until you
>> drain the queue (but no more than necessary), and ECs which will give you
>> interrupts for as many bytes as it stored in the queue, regardless of when
>> they were read... and we mustn't think there is an interrupt storm happening
>> because of this.
>>     
> Maybe what you said is right. There are too many kinds of EC controllers
> available. And they come from the different OEMs. Maybe when one EC
> internal event is detected, the EC GPE interrupts will always be
> triggered before the notification event is processed on some ECs. But
> who knows.
>   

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux