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

2023-05-07 Thread Andrew Melnichenko
Hi all, Thank you for your comments. I'll update it in the next patch version. On Wed, May 3, 2023 at 2:03 PM Daniel P. Berrangé wrote: > > On Mon, May 01, 2023 at 10:20:58AM +0300, Andrew Melnychenko wrote: > > eBPF RSS program and maps may now be passed during initialization. > > Initially was

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

2023-05-03 Thread Daniel P . Berrangé
On Mon, May 01, 2023 at 10:20:58AM +0300, 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 Melnyche

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

2023-05-01 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| 96 +++-

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

2023-03-30 Thread Daniel P . Berrangé
On Thu, Mar 30, 2023 at 03:15:19AM +0300, 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 Melnyche

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

2023-03-29 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| 77

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

2023-02-19 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| 77

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

2021-08-25 Thread Andrew Melnichenko
Hi, > I wonder if it's better to use separated properties instead of implying > an order here? > Not really, technically RSS BPF interface may be changed (it's already changed after RFC). And libvirt should use something unified, so it's better to use fd array. If any changes occur - those changes

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

2021-08-19 Thread Jason Wang
在 2021/7/13 下午11:37, Andrew Melnychenko 写道: eBPF RSS program and maps now may be passed during initialization. Initially was implemented for libvirt to launch qemu without permissions. Signed-off-by: Andrew Melnychenko --- hw/net/virtio-net.c| 77

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

2021-07-13 Thread Andrew Melnychenko
eBPF RSS program and maps now may be passed during initialization. Initially was implemented for libvirt to launch qemu without permissions. Signed-off-by: Andrew Melnychenko --- hw/net/virtio-net.c| 77 -- include/hw/virtio/virtio-net.h | 1 + 2 file

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

2021-06-09 Thread Andrew Melnychenko
eBPF RSS program and maps now may be passed during initialization. Initially was implemented for libvirt to launch qemu without permissions. Signed-off-by: Andrew Melnychenko --- hw/net/virtio-net.c| 77 -- include/hw/virtio/virtio-net.h | 1 + 2 file