Re: [PATCH] hw/net: ftgmac100: copy eth_hdr for alignment

2025-03-03 Thread Peter Maydell
On Mon, 3 Mar 2025 at 11:17, Philippe Mathieu-Daudé wrote: > > Hi Patrick, > > On 27/2/25 16:42, Patrick Venture wrote: > > eth_hdr requires 2 byte alignment > > > > Signed-off-by: Patrick Venture > > --- > > hw/net/ftgmac100.c | 15 --- > > 1 file changed, 12 insertions(+), 3 dele

Re: [PATCH] hw/net: ftgmac100: copy eth_hdr for alignment

2025-03-03 Thread Philippe Mathieu-Daudé
Hi Patrick, On 27/2/25 16:42, Patrick Venture wrote: eth_hdr requires 2 byte alignment Signed-off-by: Patrick Venture --- hw/net/ftgmac100.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) @@ -1028,6 +1032,7 @@ static ssize_t ftgmac100_receive(NetClientState *nc,

Re: [PATCH] hw/net: ftgmac100: copy eth_hdr for alignment

2025-02-28 Thread Patrick Venture
On Thu, Feb 27, 2025 at 9:54 PM Andrew Jeffery wrote: > Hi Patrick, > > On Thu, 2025-02-27 at 15:42 +, Patrick Venture wrote: > > eth_hdr requires 2 byte alignment > > > > Signed-off-by: Patrick Venture > > --- > > hw/net/ftgmac100.c | 15 --- > > 1 file changed, 12 insertions(+

Re: [PATCH] hw/net: ftgmac100: copy eth_hdr for alignment

2025-02-27 Thread Andrew Jeffery
Hi Patrick, On Thu, 2025-02-27 at 15:42 +, Patrick Venture wrote: > eth_hdr requires 2 byte alignment > > Signed-off-by: Patrick Venture > --- >  hw/net/ftgmac100.c | 15 --- >  1 file changed, 12 insertions(+), 3 deletions(-) > > diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac10

[PATCH] hw/net: ftgmac100: copy eth_hdr for alignment

2025-02-27 Thread Patrick Venture
eth_hdr requires 2 byte alignment Signed-off-by: Patrick Venture --- hw/net/ftgmac100.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac100.c index 1f524d7a01..a33aaa01ee 100644 --- a/hw/net/ftgmac100.c +++ b/hw/net/ftgmac100