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

2023-05-07 Thread Andrew Melnichenko
Hi all, On Wed, May 3, 2023 at 11:22 AM Daniel P. Berrangé wrote: > > On Mon, May 01, 2023 at 10:20:56AM +0300, Andrew Melnychenko wrote: > > This series of patches provides the ability to retrieve eBPF program > > through qmp, so management application may load bpf blob with proper > > capabili

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

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

[PATCH 0/5] eBPF RSS through QMP support.

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