Re: [PATCH net-next] net: fix dma operation mode config for older versions

2017-03-21 Thread Joao Pinto
Às 5:53 PM de 3/21/2017, Sergei Shtylyov escreveu: > On 03/21/2017 08:36 PM, Joao Pinto wrote: > >> This patch fixes a bug introduced in commit: >> 6deee22 (net: stmmac: prepare dma op mode config for multiple queues) > >Need 12 hex digits and the commit summary enclosed into (""). > >> The

Re: [PATCH net-next] net: fix dma operation mode config for older versions

2017-03-21 Thread Sergei Shtylyov
On 03/21/2017 08:36 PM, Joao Pinto wrote: This patch fixes a bug introduced in commit: 6deee22 (net: stmmac: prepare dma op mode config for multiple queues) Need 12 hex digits and the commit summary enclosed into (""). The dma operation mode configuration routine was wrongly moved to a

[PATCH net-next] net: fix dma operation mode config for older versions

2017-03-21 Thread Joao Pinto
This patch fixes a bug introduced in commit: 6deee22 (net: stmmac: prepare dma op mode config for multiple queues) The dma operation mode configuration routine was wrongly moved to a function (stmmac_mtl_configuration) that is only executed if the core version is >= 4.00. Reported-by: Corentin