Re: [PATCH 05/20] hw/net/xilinx_ethlite: Correct maximum RX buffer size

2024-11-13 Thread Edgar E. Iglesias
On Tue, Nov 12, 2024 at 07:10:29PM +0100, Philippe Mathieu-Daudé wrote: > The current max RX bufsize is set to 0x800. This is > invalid, since it contains the MMIO registers region. > Add the correct definition and use it. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Edgar E. Iglesias

[PATCH 05/20] hw/net/xilinx_ethlite: Correct maximum RX buffer size

2024-11-12 Thread Philippe Mathieu-Daudé
The current max RX bufsize is set to 0x800. This is invalid, since it contains the MMIO registers region. Add the correct definition and use it. Signed-off-by: Philippe Mathieu-Daudé --- hw/net/xilinx_ethlite.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/net/xilinx_