[PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-05-01 Thread Andrew Melnychenko
Now, the binary objects may be retrieved by id/name. 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

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-31 Thread Jason Wang
On Fri, Mar 31, 2023 at 4:13 PM Daniel P. Berrangé wrote: > > On Fri, Mar 31, 2023 at 04:03:39PM +0800, Jason Wang wrote: > > On Fri, Mar 31, 2023 at 3:59 PM Daniel P. Berrangé > > wrote: > > > > > > On Fri, Mar 31, 2023 at 03:48:18PM +0800, Jason Wang wrote: > > > > On Thu, Mar 30, 2023 at 4:34

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-31 Thread Daniel P . Berrangé
On Fri, Mar 31, 2023 at 04:03:39PM +0800, Jason Wang wrote: > On Fri, Mar 31, 2023 at 3:59 PM Daniel P. Berrangé > wrote: > > > > On Fri, Mar 31, 2023 at 03:48:18PM +0800, Jason Wang wrote: > > > On Thu, Mar 30, 2023 at 4:34 PM Daniel P. Berrangé > > > wrote: > > > > > > > > On Thu, Mar 30, 202

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-31 Thread Jason Wang
On Fri, Mar 31, 2023 at 3:59 PM Daniel P. Berrangé wrote: > > On Fri, Mar 31, 2023 at 03:48:18PM +0800, Jason Wang wrote: > > On Thu, Mar 30, 2023 at 4:34 PM Daniel P. Berrangé > > wrote: > > > > > > On Thu, Mar 30, 2023 at 02:54:32PM +0800, Jason Wang wrote: > > > > On Thu, Mar 30, 2023 at 8:33

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-31 Thread Daniel P . Berrangé
On Fri, Mar 31, 2023 at 03:48:18PM +0800, Jason Wang wrote: > On Thu, Mar 30, 2023 at 4:34 PM Daniel P. Berrangé > wrote: > > > > On Thu, Mar 30, 2023 at 02:54:32PM +0800, Jason Wang wrote: > > > On Thu, Mar 30, 2023 at 8:33 AM Andrew Melnychenko > > > wrote: > > > > > > Who or how the ABI comp

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-31 Thread Jason Wang
On Thu, Mar 30, 2023 at 4:34 PM Daniel P. Berrangé wrote: > > On Thu, Mar 30, 2023 at 02:54:32PM +0800, Jason Wang wrote: > > On Thu, Mar 30, 2023 at 8:33 AM Andrew Melnychenko > > wrote: > > > > > > Now, the binary objects may be retrieved by id/name. > > > It would require for future qmp comma

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-30 Thread Andrew Melnichenko
Hi all, On Thu, Mar 30, 2023 at 11:33 AM Daniel P. Berrangé wrote: > > On Thu, Mar 30, 2023 at 03:15:20AM +0300, Andrew Melnychenko wrote: > > Now, the binary objects may be retrieved by id/name. > > It would require for future qmp commands that may require specific > > eBPF blob. > > > > Signed-

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-30 Thread Daniel P . Berrangé
On Thu, Mar 30, 2023 at 02:54:32PM +0800, Jason Wang wrote: > On Thu, Mar 30, 2023 at 8:33 AM Andrew Melnychenko wrote: > > > > Now, the binary objects may be retrieved by id/name. > > It would require for future qmp commands that may require specific > > eBPF blob. > > > > Signed-off-by: Andrew M

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-30 Thread Daniel P . Berrangé
On Thu, Mar 30, 2023 at 03:15:20AM +0300, Andrew Melnychenko wrote: > Now, the binary objects may be retrieved by id/name. > It would require for future qmp commands that may require specific > eBPF blob. > > Signed-off-by: Andrew Melnychenko > --- > ebpf/ebpf.c | 48 +++

Re: [RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-29 Thread Jason Wang
On Thu, Mar 30, 2023 at 8:33 AM Andrew Melnychenko wrote: > > Now, the binary objects may be retrieved by id/name. > It would require for future qmp commands that may require specific > eBPF blob. > > Signed-off-by: Andrew Melnychenko > --- > ebpf/ebpf.c | 48 +++

[RFC PATCH 3/5] ebpf: Added declaration/initialization routines.

2023-03-29 Thread Andrew Melnychenko
Now, the binary objects may be retrieved by id/name. It would require for future qmp commands that may require specific eBPF blob. Signed-off-by: Andrew Melnychenko --- ebpf/ebpf.c | 48 ebpf/ebpf.h | 25 + ebpf/e