netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrii Nakryiko <andrii.nakryiko@gmail.com>
To: Daniel Borkmann <daniel@iogearbox.net>
Cc: bpf <bpf@vger.kernel.org>, Networking <netdev@vger.kernel.org>,
	tj@kernel.org, "David S. Miller" <davem@davemloft.net>,
	Martynas Pumputis <m@lambda.lt>,
	Alexei Starovoitov <alexei.starovoitov@gmail.com>,
	Andrii Nakryiko <andrii@kernel.org>
Subject: Re: [PATCH bpf 2/3] bpf, selftests: Add cgroup v1 net_cls classid helpers
Date: Thu, 9 Sep 2021 11:24:34 -0700	[thread overview]
Message-ID: <CAEf4BzZMan5TCZoey2JJvAevs5WYFQyOuuy+niOvxUpGAXXTMw@mail.gmail.com> (raw)
In-Reply-To: <6196fbdd4e40a07f18669cd08b29c5016776067b.1631189197.git.daniel@iogearbox.net>

On Thu, Sep 9, 2021 at 5:13 AM Daniel Borkmann <daniel@iogearbox.net> wrote:
>
> Minimal set of helpers for net_cls classid cgroupv1 management in order
> to set an id, join from a process, initiate setup and teardown. cgroupv2
> helpers are left as-is, but reused where possible.
>
> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
> ---

LGTM.

Acked-by: Andrii Nakryiko <andrii@kernel.org>

>  tools/testing/selftests/bpf/cgroup_helpers.c | 118 +++++++++++++++++--
>  tools/testing/selftests/bpf/cgroup_helpers.h |  16 ++-
>  2 files changed, 122 insertions(+), 12 deletions(-)
>

[...]

  reply	other threads:[~2021-09-09 18:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 12:13 [PATCH bpf 1/3] bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode Daniel Borkmann
2021-09-09 12:13 ` [PATCH bpf 2/3] bpf, selftests: Add cgroup v1 net_cls classid helpers Daniel Borkmann
2021-09-09 18:24   ` Andrii Nakryiko [this message]
2021-09-09 12:13 ` [PATCH bpf 3/3] bpf, selftests: Add test case for mixed cgroup v1/v2 Daniel Borkmann
2021-09-09 18:27   ` Andrii Nakryiko
2021-09-09 16:47 ` [PATCH bpf 1/3] bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode sdf
2021-09-09 19:48   ` Daniel Borkmann

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=CAEf4BzZMan5TCZoey2JJvAevs5WYFQyOuuy+niOvxUpGAXXTMw@mail.gmail.com \
    --to=andrii.nakryiko@gmail.com \
    --cc=alexei.starovoitov@gmail.com \
    --cc=andrii@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=m@lambda.lt \
    --cc=netdev@vger.kernel.org \
    --cc=tj@kernel.org \
    /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).