Re: [PATCH 3/5] ftgmac100: check RX and TX buffer alignment

2020-01-10 Thread Philippe Mathieu-Daudé
On 1/7/20 9:36 AM, Cédric Le Goater wrote: On 1/7/20 9:27 AM, Philippe Mathieu-Daudé wrote: On 1/7/20 8:34 AM, Cédric Le Goater wrote: These buffers should be aligned on 16 bytes. Signed-off-by: Cédric Le Goater ---   hw/net/ftgmac100.c | 13 +   1 file changed, 13 insertions(+)

Re: [PATCH 3/5] ftgmac100: check RX and TX buffer alignment

2020-01-07 Thread Cédric Le Goater
On 1/7/20 9:27 AM, Philippe Mathieu-Daudé wrote: > On 1/7/20 8:34 AM, Cédric Le Goater wrote: >> These buffers should be aligned on 16 bytes. >> >> Signed-off-by: Cédric Le Goater >> --- >>   hw/net/ftgmac100.c | 13 + >>   1 file changed, 13 insertions(+) >> >> diff --git a/hw/net/ftgm

Re: [PATCH 3/5] ftgmac100: check RX and TX buffer alignment

2020-01-07 Thread Philippe Mathieu-Daudé
On 1/7/20 8:34 AM, Cédric Le Goater wrote: These buffers should be aligned on 16 bytes. Signed-off-by: Cédric Le Goater --- hw/net/ftgmac100.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac100.c index 86ac25894a89..051f7b7af2d6 100644 --

[PATCH 3/5] ftgmac100: check RX and TX buffer alignment

2020-01-06 Thread Cédric Le Goater
These buffers should be aligned on 16 bytes. Signed-off-by: Cédric Le Goater --- hw/net/ftgmac100.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac100.c index 86ac25894a89..051f7b7af2d6 100644 --- a/hw/net/ftgmac100.c +++ b/hw/net/ftgmac100.c