]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: formatdomain: Add the introduced versions of net rss attrs
authorHan Han <hhan@redhat.com>
Sat, 7 May 2022 01:17:37 +0000 (09:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 19 May 2022 08:10:29 +0000 (10:10 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/formatdomain.rst

index c132d2abbb27fec13aa9b07a2bc8ced1d3147c16..d3ecb18e4226f6354151cf01592672ad72e20f19 100644 (file)
@@ -5300,7 +5300,7 @@ following attributes are available for the ``"virtio"`` NIC driver:
    virtio and tap backends only. Virtio NIC will be launched with "rss"
    property. For now "in-qemu" RSS is supported by libvirt.
    QEMU may load eBPF RSS if it has CAP_SYS_ADMIN permissions, which is
-   not supported by default in libvirt.
+   not supported by default in libvirt. :since:`Since 8.3.0 and QEMU 5.1`
    **In general you should leave this option alone, unless you are very certain
    you know what you are doing. Proper RSS configuration depends from vcpu,
    tap, and vhost settings.**
@@ -5310,6 +5310,7 @@ following attributes are available for the ``"virtio"`` NIC driver:
    to VM will contain a hash of the packet in the virt header. Usually enabled
    alongside with ``rss``. Without ``rss`` option, the hash report doesn't affect
    steering itself but provides vnet header with a calculated hash.
+   :since:`Since 8.3.0 and QEMU 5.1`
    **In general you should leave this option alone, unless you are very certain
    you know what you are doing. Proper RSS configuration depends from vcpu,
    tap, and vhost settings.**