]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain_conf: Add configs for virtio net RSS and Hash report.
authorAndrew Melnychenko <andrew@daynix.com>
Sun, 9 Jan 2022 21:07:35 +0000 (23:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Apr 2022 13:36:27 +0000 (15:36 +0200)
commita8b1cbe77ee1ceb54eba161a4691cbb7552536f9
treed9176cf0cf476e16dfb19f434b9bce921ce6dc8b
parent167ac6354ce9bd306c682f4507f5c92c9709521f
domain_conf: Add configs for virtio net RSS and Hash report.

Added "rss" and "rss_hash_report" configuration that should be
used with qemu virtio RSS. Both options are triswitches. Used as
"driver" options and affects only NIC with model type "virtio".
In other patches - options should turn on virtio-net RSS and hash
properties.

Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/schemas/domaincommon.rng
tests/qemuxml2argvdata/net-virtio-rss.xml [new file with mode: 0644]
tests/qemuxml2argvdata/virtio-options.xml
tests/qemuxml2xmloutdata/net-virtio-rss.x86_64-latest.xml [new symlink]
tests/qemuxml2xmltest.c