> -Original Message-
> From: Laurentiu Tudor
> Sent: Tuesday, October 22, 2019 1:35 PM
> To: Madalin-cristian Bucur ; da...@davemloft.net;
> netdev@vger.kernel.org
> Cc: Roy Pledge
> Subject: Re: [PATCH net-next 5/6] dpaa_eth: change DMA device
>
>
>
On 22.10.2019 12:10, Madalin-cristian Bucur wrote:
>> -Original Message-
>> From: Laurentiu Tudor
>> Sent: Tuesday, October 22, 2019 11:50 AM
>> To: Madalin-cristian Bucur ; da...@davemloft.net;
>> netdev@vger.kernel.org
>> Cc: Roy Pledge
>>
> -Original Message-
> From: Laurentiu Tudor
> Sent: Tuesday, October 22, 2019 11:50 AM
> To: Madalin-cristian Bucur ; da...@davemloft.net;
> netdev@vger.kernel.org
> Cc: Roy Pledge
> Subject: Re: [PATCH net-next 5/6] dpaa_eth: change DMA device
>
> Hell
Hello,
On 21.10.2019 15:28, Madalin-cristian Bucur wrote:
> The DPAA Ethernet driver is using the FMan MAC as the device for DMA
> mapping. This is not actually correct, as the real DMA device is the
> FMan port (the FMan Rx port for reception and the FMan Tx port for
> transmission). Changing the
> -Original Message-
> From: Jakub Kicinski
> Sent: Tuesday, October 22, 2019 7:23 AM
> To: Madalin-cristian Bucur
> Cc: da...@davemloft.net; netdev@vger.kernel.org; Roy Pledge
> ; Laurentiu Tudor
> Subject: Re: [PATCH net-next 5/6] dpaa_eth: change DMA device
>
On Mon, 21 Oct 2019 12:28:02 +, Madalin-cristian Bucur wrote:
> The DPAA Ethernet driver is using the FMan MAC as the device for DMA
> mapping. This is not actually correct, as the real DMA device is the
> FMan port (the FMan Rx port for reception and the FMan Tx port for
> transmission). Chang
The DPAA Ethernet driver is using the FMan MAC as the device for DMA
mapping. This is not actually correct, as the real DMA device is the
FMan port (the FMan Rx port for reception and the FMan Tx port for
transmission). Changing the device used for DMA mapping to the Fman
Rx and Tx port devices.
S