File: vhost-vdpa-cc35f8d0ff9b3c4a.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    A new vnic type ``vdpa`` has been added to allow requesting port that
    utilize a vhost-vdpa offload. vhost-vdpa is simpler to vhost-user or
    kernel vhost offload but utilizes the newly added vdpa bus introduced
    in the Linux 5.7 kernel. vdpa interface can be implemented in software
    or hardware, when implemented in hardware they provide equivalent
    performance to sr-iov or hardware offloaded ovs while have two main
    advantages over both sriov and hardware offloaded ovs. Unlike the alternatives
    vhost-vdpa enable live migration of instance transparently and provides
    a standard virtio-net interface to the guest avoiding the need to install
    vendor specific drivers  in the guest.