Re: [PATCH v3 5/6] qmp: Added new command to retrieve eBPF blob.

2023-07-10 Thread Andrew Melnichenko
Hi all, On Fri, Jul 7, 2023 at 2:45 PM Markus Armbruster wrote: > > Andrew Melnychenko writes: > > > Added command "request-ebpf". This command returns > > eBPF program encoded base64. The program taken from the > > skeleton and essentially is an ELF object that can be > > loaded in the future

Re: [PATCH v3 5/6] qmp: Added new command to retrieve eBPF blob.

2023-07-07 Thread Markus Armbruster
Andrew Melnychenko writes: > Added command "request-ebpf". This command returns > eBPF program encoded base64. The program taken from the > skeleton and essentially is an ELF object that can be > loaded in the future with libbpf. > > Signed-off-by: Andrew Melnychenko In review of v2, I asked wh

Re: [PATCH v3 5/6] qmp: Added new command to retrieve eBPF blob.

2023-06-21 Thread Daniel P . Berrangé
On Thu, Jun 15, 2023 at 01:10:25AM +0300, Andrew Melnychenko wrote: > Added command "request-ebpf". This command returns > eBPF program encoded base64. The program taken from the > skeleton and essentially is an ELF object that can be > loaded in the future with libbpf. > > Signed-off-by: Andrew M

[PATCH v3 5/6] qmp: Added new command to retrieve eBPF blob.

2023-06-14 Thread Andrew Melnychenko
Added command "request-ebpf". This command returns eBPF program encoded base64. The program taken from the skeleton and essentially is an ELF object that can be loaded in the future with libbpf. Signed-off-by: Andrew Melnychenko --- qapi/ebpf.json| 55