[PATCH v2 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 6deee2221e11 ("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: Core

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

2017-03-21 Thread Florian Fainelli
On 03/21/2017 11:02 AM, Joao Pinto wrote: > This patch fixes a bug introduced in: > commit 6deee2221e11 ("net: stmmac: prepare dma op mode config for multiple > queues") So even though this is against net-next which is the only tree so far having the offending commit, it is nice to see this appear

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

2017-03-21 Thread Thierry Reding
On Tue, Mar 21, 2017 at 06:00:53PM +, Joao Pinto wrote: > This patch fixes a bug introduced in: > commit 6deee2221e11 ("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)

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

2017-03-21 Thread Thierry Reding
Resending with Sergei's proper email address. On Tue, Mar 21, 2017 at 06:02:36PM +, Joao Pinto wrote: > This patch fixes a bug introduced in: > commit 6deee2221e11 ("net: stmmac: prepare dma op mode config for multiple > queues") > > The dma operation mode configuration routine was wrongly mo

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

2017-03-22 Thread Joao Pinto
Às 6:56 PM de 3/21/2017, Florian Fainelli escreveu: > On 03/21/2017 11:02 AM, Joao Pinto wrote: >> This patch fixes a bug introduced in: >> commit 6deee2221e11 ("net: stmmac: prepare dma op mode config for multiple >> queues") > > So even though this is against net-next which is the only tree so f