Re: [PATCH net-next v2 3/3] net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX path

From: Jose Abreu
Date: Mon Feb 18 2019 - 09:40:24 EST


On 2/18/2019 8:49 AM, Jose Abreu wrote:
> #define XGMAC_DMA_INT_DEFAULT_EN (XGMAC_NIE | XGMAC_AIE | XGMAC_RBUE | \
> - XGMAC_RIE | XGMAC_TIE)
> + XGMAC_RIE | XGMAC_TBUE | XGMAC_TIE)

This is wrong and was a left-over from debug. Enabling this will
cause an high volume of interrupts which I just noticed.

We can only look at the status and not enable the int.

I will send v3 without this define change. Sorry.

Thanks,
Jose Miguel Abreu