commit | 14de9d114a82a564b94388c95af79a701dc93134 | [log] [tgz] |
---|---|---|
author | Aaron Conole <aconole@redhat.com> | Fri Jun 03 16:57:12 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 06 21:08:49 2016 -0400 |
tree | 0383dc33ea97f87ab15be125f8f702b009d76923 | |
parent | 3d9dc408fa6abf8dd1ea39e243e565891004a6f9 [diff] |
virtio-net: Add initial MTU advice feature This commit adds the feature bit and associated mtu device entry for the virtio network device. When a virtio device comes up, it checks the feature bit for the VIRTIO_NET_F_MTU feature. If such feature bit is enabled, the driver will read the advised MTU and use it as the initial value. Signed-off-by: Aaron Conole <aconole@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>