Re: [PATCH v2] stmmac: enable rx queues

2016-12-20 Thread Joao Pinto
Às 4:51 PM de 12/20/2016, Seraphin BONNAFFE escreveu: > Hi Joao, > > Please find two more comments below. > > Regards, > Séraphin > > > On 12/20/2016 05:27 PM, Joao Pinto wrote: >> When the hardware is synthesized with multiple queues, all queues are >> disabled for default. This patch adds the

Re: [PATCH v2] stmmac: enable rx queues

2016-12-20 Thread Seraphin BONNAFFE
Hi Joao, Please find two more comments below. Regards, Séraphin On 12/20/2016 05:27 PM, Joao Pinto wrote: When the hardware is synthesized with multiple queues, all queues are disabled for default. This patch adds the rx queues configuration. This patch was successfully tested in a Synopsys Q

[PATCH v2] stmmac: enable rx queues

2016-12-20 Thread Joao Pinto
When the hardware is synthesized with multiple queues, all queues are disabled for default. This patch adds the rx queues configuration. This patch was successfully tested in a Synopsys QoS Reference design. Signed-off-by: Joao Pinto --- changes v1 -> v2 (Niklas Cassel and Seraphin Bonnaffe): - I