From: Jakub Kicinski <kuba@kernel.org>
To: sdf@google.com
Cc: Martin KaFai Lau <kafai@fb.com>,
Andrii Nakryiko <andrii.nakryiko@gmail.com>,
Networking <netdev@vger.kernel.org>, bpf <bpf@vger.kernel.org>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Borkmann <daniel@iogearbox.net>,
Andrii Nakryiko <andrii@kernel.org>
Subject: Re: [PATCH bpf-next] bpf: move rcu lock management out of BPF_PROG_RUN routines
Date: Thu, 14 Apr 2022 11:30:52 +0200 [thread overview]
Message-ID: <20220414113052.046ec83d@kernel.org> (raw)
In-Reply-To: <YldUIipJvL/7tK4P@google.com>
On Wed, 13 Apr 2022 15:52:18 -0700 sdf@google.com wrote:
> I guess including cgroup-defs.h/bpf-cgroup-defs.h into bpf.h might still
> be somewhat problematic?
FWIW including -defs.h into bpf.h should be fine. Obviously fewer
cross-header deps the better. But the main point is that we don't
want bpf.h to be included in too many places, so opposite direction
to what you're asking IIUC.
prev parent reply other threads:[~2022-04-14 9:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-13 18:32 [PATCH bpf-next] bpf: move rcu lock management out of BPF_PROG_RUN routines Stanislav Fomichev
2022-04-13 19:23 ` Andrii Nakryiko
2022-04-13 19:39 ` sdf
2022-04-13 19:52 ` Andrii Nakryiko
2022-04-13 22:31 ` Daniel Borkmann
2022-04-13 22:32 ` Martin KaFai Lau
2022-04-13 22:52 ` sdf
2022-04-13 23:56 ` Martin KaFai Lau
2022-04-14 21:41 ` Andrii Nakryiko
2022-04-14 9:30 ` Jakub Kicinski [this message]
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=20220414113052.046ec83d@kernel.org \
--to=kuba@kernel.org \
--cc=andrii.nakryiko@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=kafai@fb.com \
--cc=netdev@vger.kernel.org \
--cc=sdf@google.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).