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

2023-10-09 Thread Andrew Melnichenko
Hi all, On Mon, Oct 9, 2023 at 1:54 PM Peter Krempa wrote: > > On Mon, Oct 09, 2023 at 09:16:14 +0300, Andrew Melnychenko wrote: > > Added logic for loading the "RSS" eBPF program. > > eBPF file descriptors passed to the QEMU. > > > > Signed-off-by: Andrew Melnychenko > > --- > > src/qemu/qemu_

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

2023-10-09 Thread Peter Krempa
On Mon, Oct 09, 2023 at 09:16:14 +0300, Andrew Melnychenko wrote: > Added logic for loading the "RSS" eBPF program. > eBPF file descriptors passed to the QEMU. > > Signed-off-by: Andrew Melnychenko > --- > src/qemu/qemu_command.c | 53 + > src/qemu/qemu_do