Hello.
On 12/15/2015 09:06 PM, Sergei Shtylyov wrote:
The driver never calls cpu_to_edmac() when writing the descriptor
address
and edmac_to_cpu() when reading it, although it should -- fix this.
Note that the frame/buffer length descriptor field accesses also need
fixing
but since they are bo
From: Sergei Shtylyov
Date: Tue, 15 Dec 2015 14:26:51 +0300
> Hello.
>
> On 12/15/2015 8:25 AM, David Miller wrote:
>
>>> The driver never calls cpu_to_edmac() when writing the descriptor
>>> address
>>> and edmac_to_cpu() when reading it, although it should -- fix this.
>>>
>>> Note that the f
From: Sergei Shtylyov
Date: Tue, 15 Dec 2015 21:06:16 +0300
> On 12/15/2015 08:53 PM, David Miller wrote:
>
> The driver never calls cpu_to_edmac() when writing the descriptor
> address
> and edmac_to_cpu() when reading it, although it should -- fix this.
>
> Note that the fr
On 12/15/2015 08:53 PM, David Miller wrote:
The driver never calls cpu_to_edmac() when writing the descriptor
address
and edmac_to_cpu() when reading it, although it should -- fix this.
Note that the frame/buffer length descriptor field accesses also need
fixing
but since they are both 16-bit w
Hello.
On 12/15/2015 8:25 AM, David Miller wrote:
The driver never calls cpu_to_edmac() when writing the descriptor address
and edmac_to_cpu() when reading it, although it should -- fix this.
Note that the frame/buffer length descriptor field accesses also need fixing
but since they are both
From: Sergei Shtylyov
Date: Sun, 13 Dec 2015 23:05:07 +0300
> The driver never calls cpu_to_edmac() when writing the descriptor address
> and edmac_to_cpu() when reading it, although it should -- fix this.
>
> Note that the frame/buffer length descriptor field accesses also need fixing
> but si
Hello.
On 12/13/2015 11:05 PM, Sergei Shtylyov wrote:
The driver never calls cpu_to_edmac() when writing the descriptor address
and edmac_to_cpu() when reading it, although it should -- fix this.
Note that the frame/buffer length descriptor field accesses also need fixing
but since they are b
The driver never calls cpu_to_edmac() when writing the descriptor address
and edmac_to_cpu() when reading it, although it should -- fix this.
Note that the frame/buffer length descriptor field accesses also need fixing
but since they are both 16-bit we can't use {cpu|edmac}_to_{edmac|cpu}()...