; 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
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
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/