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

2023-06-30 Thread Andrew Melnichenko
Hi all, Thank you for your comments. I'll check the error/warning. On Fri, Jun 30, 2023 at 11:55 AM Daniel P. Berrangé wrote: > > On Fri, Jun 30, 2023 at 04:21:02PM +0800, Jason Wang wrote: > > On Fri, Jun 30, 2023 at 4:04 PM Daniel P. Berrangé > > wrote: > > > > > > On Fri, Jun 30, 2023 at

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

2023-06-30 Thread Daniel P . Berrangé
On Fri, Jun 30, 2023 at 04:21:02PM +0800, Jason Wang wrote: > On Fri, Jun 30, 2023 at 4:04 PM Daniel P. Berrangé > wrote: > > > > On Fri, Jun 30, 2023 at 01:06:22PM +0800, Jason Wang wrote: > > > On Thu, Jun 15, 2023 at 6:29 AM Andrew Melnychenko > > > wrote: > > > > > > > > This series of

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

2023-06-30 Thread Jason Wang
On Fri, Jun 30, 2023 at 4:04 PM Daniel P. Berrangé wrote: > > On Fri, Jun 30, 2023 at 01:06:22PM +0800, Jason Wang wrote: > > On Thu, Jun 15, 2023 at 6:29 AM Andrew Melnychenko > > wrote: > > > > > > This series of patches provides the ability to retrieve eBPF program > > > through qmp, so

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

2023-06-30 Thread Daniel P . Berrangé
On Fri, Jun 30, 2023 at 01:06:22PM +0800, Jason Wang wrote: > On Thu, Jun 15, 2023 at 6:29 AM 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,

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

2023-06-30 Thread Jason Wang
On Thu, Jun 15, 2023 at 6:29 AM 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 properties

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

2023-06-29 Thread Jason Wang
On Thu, Jun 15, 2023 at 6:29 AM 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 properties

[PATCH v3 0/6] eBPF RSS through QMP support.

2023-06-14 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