Re: [RFC PATCH v3 4/6] qemu_command: Added "ebpf_rss_fds" support for virtio-net.

2024-05-21 Thread Andrew Melnichenko
Hi all, On Fri, May 17, 2024 at 5:00 PM Michal Prívozník wrote: > > On 5/12/24 21:45, Andrew Melnychenko wrote: > > Added new capability ebpf_rss_fds for QEMU. > > Added logic for loading the "RSS" eBPF program. > > eBPF file descriptors passed to the QEMU. > > > > Signed-off-by: Andrew Melnychen

Re: [RFC PATCH v3 4/6] qemu_command: Added "ebpf_rss_fds" support for virtio-net.

2024-05-17 Thread Michal Prívozník
On 5/12/24 21:45, Andrew Melnychenko wrote: > Added new capability ebpf_rss_fds for QEMU. > Added logic for loading the "RSS" eBPF program. > eBPF file descriptors passed to the QEMU. > > Signed-off-by: Andrew Melnychenko > --- > src/qemu/qemu_capabilities.c | 4 +++ > src/qemu/qemu_capabilitie

[RFC PATCH v3 4/6] qemu_command: Added "ebpf_rss_fds" support for virtio-net.

2024-05-12 Thread Andrew Melnychenko
Added new capability ebpf_rss_fds for QEMU. Added logic for loading the "RSS" eBPF program. eBPF file descriptors passed to the QEMU. Signed-off-by: Andrew Melnychenko --- src/qemu/qemu_capabilities.c | 4 +++ src/qemu/qemu_capabilities.h | 3 ++ src/qemu/qemu_command.c | 61 +