• Jose Abreu's avatar
    net: stmmac: First Queue must always be in DCB mode · 6d9f0790
    Jose Abreu authored
    According to DWMAC databook the first queue operating mode
    must always be in DCB.
    
    As MTL_QUEUE_DCB = 1, we need to always set the first queue
    operating mode to DCB otherwise driver will think that queue
    is in AVB mode (because MTL_QUEUE_AVB = 0).
    Signed-off-by: default avatarJose Abreu <joabreu@synopsys.com>
    Cc: Joao Pinto <jpinto@synopsys.com>
    Cc: David S. Miller <davem@davemloft.net>
    Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
    Cc: Alexandre Torgue <alexandre.torgue@st.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    6d9f0790
stmmac_platform.c 21.6 KB