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@xxxxxxxxxx> > --- > 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