From: Andrew Melnychenko <andrew@daynix.com>
To: alex.bennee@linaro.org, f4bug@amsat.org, thuth@redhat.com,
wainersm@redhat.com, willianr@redhat.com, qemu-devel@nongnu.org
Subject: [PATCH 0/1] libbpf dependecy for docker containers.
Date: Tue, 6 Apr 2021 11:29:46 +0300 [thread overview]
Message-ID: <20210406082947.672708-1-andrew@daynix.com> (raw)
For eBPF RSS steering, qemu required to be built with libbpf.
(https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg08887.html)
So, for few docker containers there was added libbpf.
Some docker containers doesn't have that library, g.e. Ubuntu 20.04.
On some systems, like Centos7 or Debian, libbpf is pressent but doesn't
resolved as dependency by meson(may be pkg-config issues?).
On those systems qemu will be build without eBPF RSS steering.
The patch privedes changes for containers that able to build qemu
with libbpf: Alpine, Centos8 and Fedora.
Andrew Melnychenko (1):
Added libbpf library to the docker files.
tests/docker/dockerfiles/alpine.docker | 1 +
tests/docker/dockerfiles/centos8.docker | 1 +
tests/docker/dockerfiles/fedora.docker | 1 +
3 files changed, 3 insertions(+)
--
2.31.0
next reply other threads:[~2021-04-06 8:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-06 8:29 Andrew Melnychenko [this message]
2021-04-06 8:29 ` [PATCH 1/1] tests/docker: Added libbpf library to the docker files Andrew Melnychenko
2021-04-14 13:35 ` [PATCH 0/1] libbpf dependecy for docker containers Alex Bennée
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=20210406082947.672708-1-andrew@daynix.com \
--to=andrew@daynix.com \
--cc=alex.bennee@linaro.org \
--cc=f4bug@amsat.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=willianr@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).