• Chee Nouk Phoon's avatar
    net: eth: altera: Resolve false errors from MSGDMA to TSE · 20d96964
    Chee Nouk Phoon authored
    This patch resolves false errors from MSGDMA in TX mSGDMA MM to ST
    mode, and is a continuation of the patch recently submitted by Andrea
    Oetken. The MSGDMA had a logic bug that masked detection of this issue
    prior to Quartus 14.1/Build 164. When the MSGDMA logic bug was addressed
    in Quartus 14.1/Build 164, the driver problem was exposed.
    
    The problem is corrected by making sure MSGDMA_DESC_CTL_TR_ERR_IRQ is not
    set for any of the transmit DMA descriptors, and only used for receive
    descriptors.
    
    Fixes: 71cd26e7 altera tse: Error-Bit on tx-avalon-stream always set.
    Signed-off-by: default avatarChee Nouk Phoon <cnphoon@altera.com>
    Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com>a
    Cc: Andreas Oetken <ennoerlangen@gmail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    20d96964
altera_msgdmahw.h 5.41 KB