Re: [PATCH v2 4/6] ebpf: Added declaration/initialization routines.

2023-05-15 Thread Daniel P . Berrangé
On Fri, May 12, 2023 at 03:29:00PM +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. > > Signed-off-by: Andrew Melnychenko > --- > ebpf/ebpf.c | 54

[PATCH v2 4/6] ebpf: Added declaration/initialization routines.

2023-05-12 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. Signed-off-by: Andrew Melnychenko --- ebpf/ebpf.c | 54 ebpf/ebpf.h | 31 +++ ebpf/ebpf