Re: [PATCH v7 3/5] virtio-net: Added property to load eBPF RSS with fds.

2023-12-11 Thread Akihiko Odaki
On 2023/08/31 15:51, Andrew Melnychenko wrote: eBPF RSS program and maps may now be passed during initialization. Initially was implemented for libvirt to launch qemu without permissions, and initialized eBPF program through the helper. Signed-off-by: Andrew Melnychenko You may use DEFINE_PRO

[PATCH v7 3/5] virtio-net: Added property to load eBPF RSS with fds.

2023-08-30 Thread Andrew Melnychenko
eBPF RSS program and maps may now be passed during initialization. Initially was implemented for libvirt to launch qemu without permissions, and initialized eBPF program through the helper. Signed-off-by: Andrew Melnychenko --- hw/net/virtio-net.c| 55 ++--