Re: [PATCH v2] serial: imx: reduce RX interrupt frequency

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

 



On 14.01.2022 08:44, Tomasz Moń wrote:
> Aging timer resets with every received character. Worst case scenario
> happens when RX data intercharacter delay is slightly less than the
> aging timer timeout (8 characters time). The upper bound of the time
> a character can wait in RxFIFO before being read is:
>   (RXTL - 1) * (8 character time timeout + received 1 character time)

s/being read/interrupt is raised/

This description is not precise. The character can wait in RxFIFO longer
than the mentioned upper bound, as the time it takes to actually read it
from RxFIFO is the sum of how long it takes to raise the interrupt and
actual interrupt handling time.

Best Regards,
Tomasz Mon





[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux