• Michael Chan's avatar
    bnxt_en: Handle all NQ notifications in bnxt_poll_p5(). · 54a9062f
    Michael Chan authored
    In bnxt_poll_p5(), the logic polls for up to 2 completion rings (RX and
    TX) for work.  In the current code, if we reach budget polling the
    first completion ring, we will stop.  If the other completion ring
    has work to do, we will handle it when NAPI calls us back.
    
    This is not optimal.  We potentially leave an unproceesed entry in
    the NQ.  When we are finally done with NAPI polling and re-enable
    interrupt, the remaining entry in the NQ will cause interrupt to
    be triggered immediately for no reason.
    
    Modify the code in bnxt_poll_p5() to keep looping until all NQ
    entries are handled even if the first completion ring has reached
    budget.
    Signed-off-by: default avatarMichael Chan <michael.chan@broadcom.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    54a9062f
bnxt.c 319 KB