[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/6] ebpf: Added declaration/initialization routines.
|
From: |
Daniel P . Berrangé |
|
Subject: |
Re: [PATCH v2 4/6] ebpf: Added declaration/initialization routines. |
|
Date: |
Mon, 15 May 2023 10:44:07 +0100 |
|
User-agent: |
Mutt/2.2.9 (2022-11-12) |
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 <andrew@daynix.com>
> ---
> ebpf/ebpf.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
> ebpf/ebpf.h | 31 +++++++++++++++++++++++++++
> ebpf/ebpf_rss.c | 5 +++++
> ebpf/meson.build | 1 +
> 4 files changed, 91 insertions(+)
> create mode 100644 ebpf/ebpf.c
> create mode 100644 ebpf/ebpf.h
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., (continued)
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Markus Armbruster, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Daniel P . Berrangé, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Markus Armbruster, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Daniel P . Berrangé, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Markus Armbruster, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Daniel P . Berrangé, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Markus Armbruster, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Daniel P . Berrangé, 2023/05/16
- Re: [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob., Markus Armbruster, 2023/05/22
[PATCH v2 4/6] ebpf: Added declaration/initialization routines., Andrew Melnychenko, 2023/05/12
- Re: [PATCH v2 4/6] ebpf: Added declaration/initialization routines.,
Daniel P . Berrangé <=
Re: [PATCH v2 0/6] eBPF RSS through QMP support., Andrew Melnichenko, 2023/05/12