Skip to content
Commit 93a205ee authored by Aaron Conole's avatar Aaron Conole Committed by David S. Miller
Browse files

virtio-net: Update the mtu code to match virtio spec



The virtio committee recently ratified a change, VIRTIO-152, which
defines the mtu field to be 'max' MTU, not simply desired MTU.

This commit brings the virtio-net device in compliance with VIRTIO-152.

Additionally, drop the max_mtu branch - it cannot be taken since the u16
returned by virtio_cread16 will never exceed the initial value of
max_mtu.

Signed-off-by: default avatarAaron Conole <aconole@redhat.com>
Acked-by: default avatar"Michael S. Tsirkin" <mst@redhat.com>
Acked-by: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b09edbd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment