Skip to content
  • Stefan Weil's avatar
    eepro100: Pad received short frames · 792f1d63
    Stefan Weil authored
    
    
    QEMU sends frames smaller than 60 bytes to ethernet nics.
    Such frames are rejected by real NICs and their emulations.
    To avoid this behaviour, other NIC emulations pad received
    frames. This patch enables this workaround for eepro100, too.
    
    All related code is marked with CONFIG_PAD_RECEIVED_FRAMES,
    so we can drop this in case QEMU's networking code is
    ever changed.
    
    Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
    Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    792f1d63