146accfada
This extends the work done in libvirt-virtio-net-multiqueue bp to allow for enabling multiqueue mode for vrouter VIFs (OpenContrail). In case of vrouter mechanism is slightly different and a tap device created by nova-compute must already be in the multiqueue mode, when it's passed to vrouter. Implements blueprint vif-vrouter-multiqueue Co-Authored-By: Michal Dubiel <md@semihalf.com> Change-Id: I7b20650c8a772fdaa05707e0dfe27ad32481a2d3
8 lines
331 B
YAML
8 lines
331 B
YAML
---
|
|
features:
|
|
- When using libvirt driver, vrouter VIFs (OpenContrail) now supports
|
|
multiqueue mode, which allows to scale network performance across number
|
|
of vCPUs. To use this feature one needs to create instance with more than
|
|
1 vCPU from an image with ``hw_vif_multiqueue_enabled`` property set to
|
|
``true``.
|