From: Jose Abreu
Date: Thu, 26 Oct 2017 10:07:12 +0100
> 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 MT
>> Cc: Joao Pinto ; David S. Miller
>> ; Giuseppe Cavallaro ;
>> Alexandre Torgue
>> Subject: Re: [PATCH net] net: stmmac: First Queue must always be in DCB
>> mode
>>
>> Hi Bhadram,
>>
>> On 26-10-2017 11:51, Bhadram Varka wrote:
>>>
;
> Alexandre Torgue
> Subject: Re: [PATCH net] net: stmmac: First Queue must always be in DCB
> mode
>
> Hi Bhadram,
>
> On 26-10-2017 11:51, Bhadram Varka wrote:
> > Hi Jose,
> >
> >> -Original Message-
> >> From: netdev-ow...@vger.kernel
o: netdev@vger.kernel.org; linux-ker...@vger.kernel.org
>> Cc: Jose Abreu ; Joao Pinto
>> ; David S. Miller ;
>> Giuseppe Cavallaro ; Alexandre Torgue
>>
>> Subject: [PATCH net] net: stmmac: First Queue must always be in DCB mode
>>
>> According to DWMAC databook the f
gt; ; David S. Miller ;
> Giuseppe Cavallaro ; Alexandre Torgue
>
> Subject: [PATCH net] net: stmmac: First Queue must always be in DCB mode
>
> According to DWMAC databook the first queue operating mode must always
> be in DCB.
>
> As MTL_QUEUE_DCB = 1, we need to alway
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: Jose Abreu
Cc: Joao Pinto
Cc: Dav