"Michael S. Tsirkin" <m...@redhat.com> writes:

> On Tue, Sep 06, 2016 at 10:31:01AM -0400, Aaron Conole wrote:
>> It is helpful for a host to indicate it's MTU to be set on guest NICs
>> other than the assumed 1500 byte value.  This helps in situations where
>> the host network is using Jumbo Frames, or aiding in PMTU discovery by
>> configuring a homogenous network.  It is also helpful for sizing receive
>> buffers correctly.
>> 
>> The change adds a new field to configuration area of network
>> devices.  It will be used to pass a maximum MTU from the device to
>> the driver.  This will be used by the driver as a maximum value for
>> packet sizes during transmission, without segmentation offloading.
>> 
>> In addition, in order to support backward and forward compatibility,
>> we introduce a new feature bit called VIRTIO_NET_F_MTU.
>> 
>> VIRTIO-152
>> Signed-off-by: Aaron Conole <acon...@redhat.com>
>> Cc: Victor Kaplansky <vict...@redhat.com>
>> Acked-by: Michael S. Tsirkin <m...@redhat.com>
>> Acked-by: Maxime Coquelin <maxime.coque...@redhat.com>
>
> One technicality - please Cc virtualizat...@lists.linux-foundation.org
> on anything that affects the drivers, also since that is archived more
> widely.

Will do, thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-h...@lists.oasis-open.org

Reply via email to