Home
last modified time | relevance | path

Searched hist:"78 aeb23eded2d0b765bf9145c71f80025b568acd" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/net/
H A De1000.c140eae9c8f760e9260356fe9b56b802a02f0a9d2 Sun Jun 25 01:53:13 UTC 2023 Bin Meng <bmeng@tinylab.org> hw/net: e1000: Remove the logic of padding short frames in the receive path

Now that we have implemented unified short frames padding in the
QEMU networking codes, remove the same logic in the NIC codes.

This actually reverts commit 78aeb23eded2d0b765bf9145c71f80025b568acd.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
78aeb23eded2d0b765bf9145c71f80025b568acd Sat Sep 18 20:43:45 UTC 2010 Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> e1000: Pad short frames to minimum size (60 bytes)

The OpenIndiana (Solaris) e1000g driver drops frames that are too long
or too short. It expects to receive frames of at least the Ethernet
minimum size. ARP requests in particular are small and will be dropped
if they are not padded appropriately, preventing a Solaris VM from
becoming visible on the network.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>