Re: [PATCH net-next] net: dsa: felix: the switch does not support DMA

2021-01-11 Thread Jakub Kicinski
On Sat, 9 Jan 2021 17:24:39 -0800 Florian Fainelli wrote: > On 1/9/2021 12:34 PM, Vladimir Oltean wrote: > > From: Vladimir Oltean > > > > The code that sets the DMA mask to 64 bits is bogus, it is taken from > > the enetc driver together with the rest of the PCI probing boilerplate. > > > > Sin

Re: [PATCH net-next] net: dsa: felix: the switch does not support DMA

2021-01-09 Thread Florian Fainelli
On 1/9/2021 12:34 PM, Vladimir Oltean wrote: > From: Vladimir Oltean > > The code that sets the DMA mask to 64 bits is bogus, it is taken from > the enetc driver together with the rest of the PCI probing boilerplate. > > Since this patch is touching the error path to delete err_dma, let's > a

[PATCH net-next] net: dsa: felix: the switch does not support DMA

2021-01-09 Thread Vladimir Oltean
From: Vladimir Oltean The code that sets the DMA mask to 64 bits is bogus, it is taken from the enetc driver together with the rest of the PCI probing boilerplate. Since this patch is touching the error path to delete err_dma, let's also change the err_alloc_felix label which was incorrect. The