• J
    virtio-net: add linkspeed and duplex settings to virtio-net · 9473939e
    Jason Baron 提交于
    Although linkspeed and duplex can be set in a linux guest via 'ethtool -s',
    this requires custom ethtool commands for virtio-net by default.
    
    Introduce a new feature flag, VIRTIO_NET_F_SPEED_DUPLEX, which allows
    the hypervisor to export a linkspeed and duplex setting. The user can
    subsequently overwrite it later if desired via: 'ethtool -s'.
    
    Linkspeed and duplex settings can be set as:
    '-device virtio-net,speed=10000,duplex=full'
    
    where speed is [0...INT_MAX], and duplex is ["half"|"full"].
    Signed-off-by: NJason Baron <jbaron@akamai.com>
    Cc: "Michael S. Tsirkin" <mst@redhat.com>
    Cc: Jason Wang <jasowang@redhat.com>
    Cc: virtio-dev@lists.oasis-open.org
    Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
    Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
    9473939e
virtio-net.c 68.0 KB