Re: [PATCH v2 0/6] eBPF RSS through QMP support.

2023-05-12 Thread Andrew Melnichenko
Hi all, Also, a possible solution for libvirt may look like this: https://github.com/daynix/libvirt/tree/RSS_eBPF (WIP) On Fri, May 12, 2023 at 3:47 PM Andrew Melnychenko wrote: > > This series of patches provides the ability to retrieve eBPF program > through qmp, so management application may l

[PATCH v2 0/6] eBPF RSS through QMP support.

2023-05-12 Thread Andrew Melnychenko
This series of patches provides the ability to retrieve eBPF program through qmp, so management application may load bpf blob with proper capabilities. Now, virtio-net devices can accept eBPF programs and maps through properties as external file descriptors. Access to the eBPF map is direct throug