Re: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-27 Thread David Miller
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 >

Re: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-27 Thread David Miller
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

Re: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-27 Thread Jose Abreu
; linux-kernel@vger.kernel.org >> Cc: Joao Pinto <joao.pi...@synopsys.com>; David S. Miller >> <da...@davemloft.net>; Giuseppe Cavallaro <peppe.cavall...@st.com>; >> Alexandre Torgue <alexandre.tor...@st.com> >> Subject: Re: [PATCH net] net: stmmac: Firs

Re: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-27 Thread Jose Abreu
>> 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: >>>

RE: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Bhadram Varka
com>; David S. Miller > <da...@davemloft.net>; Giuseppe Cavallaro <peppe.cavall...@st.com>; > Alexandre Torgue <alexandre.tor...@st.com> > Subject: Re: [PATCH net] net: stmmac: First Queue must always be in DCB > mode > > Hi Bhadram, > > On 26-10-2017

RE: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Bhadram Varka
; > 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

Re: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Jose Abreu
net...@vger.kernel.org; linux-kernel@vger.kernel.org >> Cc: Jose Abreu <jose.ab...@synopsys.com>; Joao Pinto >> <joao.pi...@synopsys.com>; David S. Miller <da...@davemloft.net>; >> Giuseppe Cavallaro <peppe.cavall...@st.com>; Alexandre Torgue >> <alexandr

Re: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Jose Abreu
net...@vger.kernel.org; linux-kernel@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

RE: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Bhadram Varka
psys.com>; Joao Pinto > <joao.pi...@synopsys.com>; David S. Miller <da...@davemloft.net>; > Giuseppe Cavallaro <peppe.cavall...@st.com>; Alexandre Torgue > <alexandre.tor...@st.com> > Subject: [PATCH net] net: stmmac: First Queue must always be in DCB mode >

RE: [PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Bhadram Varka
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

[PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Jose Abreu
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

[PATCH net] net: stmmac: First Queue must always be in DCB mode

2017-10-26 Thread Jose Abreu
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: