All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Andrew Melnychenko <andrew@daynix.com>
Cc: jasowang@redhat.com,  mst@redhat.com,  eblake@redhat.com,
	qemu-devel@nongnu.org,  berrange@redhat.com,
	yuri.benditovich@daynix.com,  yan@daynix.com
Subject: Re: [PATCH v4 4/6] ebpf: Added declaration/initialization routines.
Date: Fri, 14 Jul 2023 09:26:37 +0200	[thread overview]
Message-ID: <878rbjgdhu.fsf@pond.sub.org> (raw)
In-Reply-To: <20230714022358.2438995-5-andrew@daynix.com> (Andrew Melnychenko's message of "Fri, 14 Jul 2023 05:23:56 +0300")

Andrew Melnychenko <andrew@daynix.com> writes:

> 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>
> ---

[...]

> diff --git a/ebpf/meson.build b/ebpf/meson.build
> index 2f627d6c7d..c9bbaa7c90 100644
> --- a/ebpf/meson.build
> +++ b/ebpf/meson.build
> @@ -1 +1 @@
> -system_ss.add(when: libbpf, if_true: files('ebpf_rss.c'), if_false: files('ebpf_rss-stub.c'))
> +common_ss.add(when: libbpf, if_true: files('ebpf.c', 'ebpf_rss.c'), if_false: files('ebpf_rss-stub.c'))
> \ No newline at end of file

Add a newline, please.



  parent reply	other threads:[~2023-07-14  7:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-14  2:23 [PATCH v4 0/6] eBPF RSS through QMP support Andrew Melnychenko
2023-07-14  2:23 ` [PATCH v4 1/6] ebpf: Added eBPF map update through mmap Andrew Melnychenko
2023-07-14  2:23 ` [PATCH v4 2/6] ebpf: Added eBPF initialization by fds Andrew Melnychenko
2023-07-14  2:23 ` [PATCH v4 3/6] virtio-net: Added property to load eBPF RSS with fds Andrew Melnychenko
2023-07-14  2:23 ` [PATCH v4 4/6] ebpf: Added declaration/initialization routines Andrew Melnychenko
2023-07-14  7:23   ` Markus Armbruster
2023-07-14  7:26   ` Markus Armbruster [this message]
2023-07-14  2:23 ` [PATCH v4 5/6] qmp: Added new command to retrieve eBPF blob Andrew Melnychenko
2023-07-14  7:41   ` Markus Armbruster
2023-07-14  2:23 ` [PATCH v4 6/6] ebpf: Updated eBPF program and skeleton Andrew Melnychenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878rbjgdhu.fsf@pond.sub.org \
    --to=armbru@redhat.com \
    --cc=andrew@daynix.com \
    --cc=berrange@redhat.com \
    --cc=eblake@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=yan@daynix.com \
    --cc=yuri.benditovich@daynix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.