Re: [PATCH 30/40] igb: Implement igb-specific oversize check

2023-04-21 Thread Akihiko Odaki
; Beraldo Leal ; Cleber Rosa ; Laurent Vivier ; Paolo Bonzini ; qemu-devel@nongnu.org; Akihiko Odaki Subject: [PATCH 30/40] igb: Implement igb-specific oversize check igb has a configurable size limit for LPE, and uses different limits depending on whether the packet is treated as a VLAN packet. Signed

RE: [PATCH 30/40] igb: Implement igb-specific oversize check

2023-04-16 Thread Sriram Yagnaraman
Beraldo Leal ; Cleber Rosa > ; Laurent Vivier ; Paolo Bonzini > ; qemu-devel@nongnu.org; Akihiko Odaki > > Subject: [PATCH 30/40] igb: Implement igb-specific oversize check > > igb has a configurable size limit for LPE, and uses different limits > depending on > whether the pac

[PATCH 30/40] igb: Implement igb-specific oversize check

2023-04-14 Thread Akihiko Odaki
igb has a configurable size limit for LPE, and uses different limits depending on whether the packet is treated as a VLAN packet. Signed-off-by: Akihiko Odaki --- hw/net/igb_core.c | 41 +++-- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/hw/