]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_net: Update the feature bit to comply with spec
authorAaron Conole <aconole@redhat.com>
Thu, 9 Jun 2016 17:41:15 +0000 (13:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jun 2016 06:35:26 +0000 (23:35 -0700)
commit141ede326fdc077ec3cd45ae29930e6804ddf3db
treee1ec3f6c6722e4887a21e27643e3a5771a8725d7
parent7cb8e91e456c94613d76f8844bb0011b3e23a1da
virtio_net: Update the feature bit to comply with spec

A draft version of the MTU Advice feature bit was specified as 25.  This
bit is not within the allowed range for network device feature bits, and
should be changed to be feature bit 3 to fully comply with the spec.

Fixes 96149bb4f330 ('virtio-net: Add initial MTU advice feature')
Signed-off-by: Aaron Conole <aconole@redhat.com>
Suggested-by: "Michael S. Tsirkin" <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/virtio_net.h