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
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,
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(+
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
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