Re: [RFC PATCH 03/10] qemu_command: Added "rss" and "hash" properties.

2021-08-25 Thread Andrew Melnichenko
Hi, Yea, it is only RFC - later I'll add all tests for review in v2. On Fri, Aug 20, 2021 at 3:57 PM Michal Prívozník wrote: > On 7/28/21 10:17 AM, Andrew Melnychenko wrote: > > If domain config contains "rss" and/or "rss_hash_report" options for > driver. > > Also if the qemu has device

Re: [RFC PATCH 03/10] qemu_command: Added "rss" and "hash" properties.

2021-08-20 Thread Michal Prívozník
On 7/28/21 10:17 AM, Andrew Melnychenko wrote: > If domain config contains "rss" and/or "rss_hash_report" options for driver. > Also if the qemu has device capabilities for RSS. Libvirt will create an NIC > device > command line with enabled "rss"/"hash". > > Signed-off-by: Andrew Melnychenko >

[RFC PATCH 03/10] qemu_command: Added "rss" and "hash" properties.

2021-07-28 Thread Andrew Melnychenko
If domain config contains "rss" and/or "rss_hash_report" options for driver. Also if the qemu has device capabilities for RSS. Libvirt will create an NIC device command line with enabled "rss"/"hash". Signed-off-by: Andrew Melnychenko --- src/qemu/qemu_command.c | 10 ++ 1 file