Re: [RFC PATCH 08/10] qemu_command: Added ebpf RSS helper call for NIC creation.

2021-08-20 Thread Michal Prívozník
On 7/28/21 10:17 AM, Andrew Melnychenko wrote: > The helper called before NIC string creation. EBPF fds passed to the child > process. > The helper called if qemu supports "ebpf_rss_fds" and returns the helper path. > If libvirt can't retrieve fds from the helper, qemu will be launched > without "

[RFC PATCH 08/10] qemu_command: Added ebpf RSS helper call for NIC creation.

2021-07-28 Thread Andrew Melnychenko
The helper called before NIC string creation. EBPF fds passed to the child process. The helper called if qemu supports "ebpf_rss_fds" and returns the helper path. If libvirt can't retrieve fds from the helper, qemu will be launched without "ebpf_rss_fds" virtio-net property. Signed-off-by: Andrew