]> git.proxmox.com Git - mirror_qemu.git/commit
igb: Implement igb-specific oversize check
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:43:31 +0000 (11:43 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000 (15:20 +0800)
commitbb97003e731993fc1107bf6c663a68dbe1f60621
treed7762a9990364b7b48a2e02a69c95f87d6646225
parent6aa262f8e39d2fcb5c0088badc6ee930e52bb36c
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-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/igb_core.c