Re: [RFC PATCH 06/10] qemu_capabilities: Added capability for ebpf helper path.

2021-08-25 Thread Andrew Melnichenko
Hi, Well, qemu-ebpf-rss-helper is kinda unique for each qemu emulator, that's why it's stored with qemucaps. On Fri, Aug 20, 2021 at 3:57 PM Michal Prívozník wrote: > On 7/28/21 10:17 AM, Andrew Melnychenko wrote: > > Added qmp call to receive helper path. > > Also added monitor functions. > >

Re: [RFC PATCH 06/10] qemu_capabilities: Added capability for ebpf helper path.

2021-08-20 Thread Michal Prívozník
On 7/28/21 10:17 AM, Andrew Melnychenko wrote: > Added qmp call to receive helper path. > Also added monitor functions. > For virQEMUCaps added field for helper path. > Libvirt queries "query-helper-paths" from qmp and saves in qemuCaps. > The qemu and the helper should be "sync" and the helper sho

[RFC PATCH 06/10] qemu_capabilities: Added capability for ebpf helper path.

2021-07-28 Thread Andrew Melnychenko
Added qmp call to receive helper path. Also added monitor functions. For virQEMUCaps added field for helper path. Libvirt queries "query-helper-paths" from qmp and saves in qemuCaps. The qemu and the helper should be "sync" and the helper should return proper eBPF fd and maps with "interface" for c