RE: [PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-22 Thread Madalin-cristian Bucur
> -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 > > >

Re: [PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-22 Thread Laurentiu Tudor
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 >>

RE: [PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-22 Thread Madalin-cristian Bucur
> -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

Re: [PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-22 Thread Laurentiu Tudor
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

RE: [PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-21 Thread Madalin-cristian Bucur
> -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 >

Re: [PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-21 Thread Jakub Kicinski
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

[PATCH net-next 5/6] dpaa_eth: change DMA device

2019-10-21 Thread Madalin-cristian Bucur
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