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

2023-08-21 Thread Markus Armbruster
Andrew Melnichenko writes: > Hi all, > Thanks for the comments - I'll update and send new patches. > > On Sat, Aug 5, 2023 at 10:34 AM Markus Armbruster wrote: >> >> Andrew Melnychenko writes: >> >> > Now, the binary objects may be retrieved by id. >> > It would require for future qmp commands

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

2023-08-08 Thread Andrew Melnichenko
Hi all, Thanks for the comments - I'll update and send new patches. On Sat, Aug 5, 2023 at 10:34 AM Markus Armbruster wrote: > > Andrew Melnychenko writes: > > > Now, the binary objects may be retrieved by id. > > It would require for future qmp commands that may require specific > > eBPF blob.

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

2023-08-05 Thread Markus Armbruster
Andrew Melnychenko writes: > Now, the binary objects may be retrieved by id. > It would require for future qmp commands that may require specific > eBPF blob. > > Added command "request-ebpf". This command returns > eBPF program encoded base64. The program taken from the > skeleton and

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

2023-08-03 Thread Daniel P . Berrangé
On Wed, Aug 02, 2023 at 11:41:22PM +0300, Andrew Melnychenko wrote: > Now, the binary objects may be retrieved by id. > It would require for future qmp commands that may require specific > eBPF blob. > > Added command "request-ebpf". This command returns > eBPF program encoded base64. The program

[PATCH v5 4/5] qmp: Added new command to retrieve eBPF blob.

2023-08-02 Thread Andrew Melnychenko
Now, the binary objects may be retrieved by id. It would require for future qmp commands that may require specific eBPF blob. 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