[RFC PATCH 01/10] domain_conf: Added configs for RSS and Hash report.

Michal Prívozník mprivozn at redhat.com
Fri Aug 20 12:57:31 UTC 2021


On 7/28/21 10:17 AM, Andrew Melnychenko wrote:
> 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.
> Also "rss" may used to affect "ebpf_rss_fds" property of virtio-net in qemu.
> 
> Signed-off-by: Andrew Melnychenko <andrew at daynix.com>
> ---
>  src/conf/domain_conf.c | 31 ++++++++++++++++++++++++++++++-
>  src/conf/domain_conf.h |  2 ++
>  2 files changed, 32 insertions(+), 1 deletion(-)

Any change to domain XML should go hand in hand with RNG update
(docs/schemas/...) and documentation (i.e. squash 10/10 into this one).
Ideally, the patch would also introduce xml2xml test (in this case
qemuxml2xmltest looks reasonable).

Michal




More information about the libvir-list mailing list