Re: [RFC PATCH 07/10] qemu_interface: Added ebpf helper call.

2021-08-20 Thread Michal Prívozník
On 7/28/21 10:17 AM, Andrew Melnychenko wrote: > New function to call "qemu-ebpf-rss-helper". > The helper passes few fds through unix socket. > Technically libvirt should not be aware how many and what those fds. > The helper should return fds that should be passed to the qemu as is and in > same

[RFC PATCH 07/10] qemu_interface: Added ebpf helper call.

2021-07-28 Thread Andrew Melnychenko
New function to call "qemu-ebpf-rss-helper". The helper passes few fds through unix socket. Technically libvirt should not be aware how many and what those fds. The helper should return fds that should be passed to the qemu as is and in same order. Signed-off-by: Andrew Melnychenko --- src/qemu