lkml.org 
[lkml]   [2010]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 2/9] RapidIO, powerpc/85xx: modify RIO port-write interrupt handler
    Alexandre Bounine wrote:
    > - Rearranged RIO port-write interrupt handling to perform message buffering
    > as soon as possible.

    I don't understand this comment: you still schedule work to read the
    port-write queue; so how is this message buffering performed as soon as
    possible?

    > - Modified to disable port-write controller when clearing Transaction Error (TE)
    > bit.
    > /* Schedule deferred processing if PW was received */
    > - if (ipwsr & RIO_IPWSR_QFI) {
    > + if ((ipwmr & RIO_IPWMR_QFIE) && (ipwsr & RIO_IPWSR_QFI)) {

    Why check the QFIE bit also?

    > +pw_done:
    > + if (epwisr & 0x80000000) {

    Magic value.

    Micha


    \
     
     \ /
      Last update: 2010-08-16 14:15    [W:5.376 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site