os-vif/releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml
Sean Mooney 9a14c18c21 introduces MTU support for vhost-user
- This change introduces the ability
  to set the MTU for vhost-user interface
  if supported by ovs.
- This change leverages the mtu_request
  option added to the ovs interface in ovs 2.6.
- MTU support enable the use of jumbo frames
  with vhost-user interfaces.

Change-Id: Ide3435b74809605692fa6153c3be3294db80182f
2017-01-09 16:36:20 +00:00

11 lines
362 B
YAML

---
features:
- In the ocata cycle support was added for setting
the MTU of vhost-user port with ovs.
- vhost-user MTU support enable jumbo frames to
be used with vhost-user interfaces.
other:
- vhost-user MTU support requires ovs 2.6 or newer.
On older versions of ovs, the MTU request will
not be made and jumbo frames are not supported.