All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrii Nakryiko <andrii.nakryiko@gmail.com>
To: Yucong Sun <fallentree@fb.com>
Cc: bpf <bpf@vger.kernel.org>, Andrii Nakryiko <andrii@kernel.org>
Subject: Re: [PATCH bpf-next 0/4] selftests/bpf: parallel mode improvement
Date: Wed, 27 Oct 2021 12:18:25 -0700	[thread overview]
Message-ID: <CAEf4BzYVKYsSszWO56CTww-ZPsrsaVHwkS+4idiOpDek57RjYQ@mail.gmail.com> (raw)
In-Reply-To: <20211025223345.2136168-1-fallentree@fb.com>

On Mon, Oct 25, 2021 at 3:33 PM Yucong Sun <fallentree@fb.com> wrote:
>
> Several patches to improve parallel execution mode, including printing
> subtest status line, updating vmtest.sh and fixed two previously dropped
> patch according to feedback.
>

I've dropped the second patch and applied all the rest. I can run
`sudo ./test_progs -j` pretty reliably with no failures now and get
30-35 second saving on average. Thanks.

Let's keep discussing the subtest support separately.

>
> Yucong Sun (4):
>   selfetests/bpf: Update vmtest.sh defaults
>   selftests/bpf: print subtest status line
>   selftests/bpf: fix attach_probe in parallel mode
>   selftests/bpf: adding a namespace reset for tc_redirect
>
>  .../selftests/bpf/prog_tests/attach_probe.c   |  9 ++-
>  .../selftests/bpf/prog_tests/tc_redirect.c    | 14 +++++
>  tools/testing/selftests/bpf/test_progs.c      | 56 +++++++++++++++----
>  tools/testing/selftests/bpf/test_progs.h      |  4 ++
>  tools/testing/selftests/bpf/vmtest.sh         |  6 +-
>  5 files changed, 74 insertions(+), 15 deletions(-)
>
> --
> 2.30.2
>

      parent reply	other threads:[~2021-10-27 19:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-25 22:33 [PATCH bpf-next 0/4] selftests/bpf: parallel mode improvement Yucong Sun
2021-10-25 22:33 ` [PATCH bpf-next 1/4] selfetests/bpf: Update vmtest.sh defaults Yucong Sun
2021-10-25 22:33 ` [PATCH bpf-next 2/4] selftests/bpf: print subtest status line Yucong Sun
2021-10-26  4:09   ` Andrii Nakryiko
2021-10-26 17:24     ` sunyucong
2021-10-27 16:46       ` Andrii Nakryiko
2021-10-25 22:33 ` [PATCH bpf-next 3/4] selftests/bpf: fix attach_probe in parallel mode Yucong Sun
2021-10-26  4:11   ` Andrii Nakryiko
2021-10-25 22:33 ` [PATCH bpf-next 4/4] selftests/bpf: adding a namespace reset for tc_redirect Yucong Sun
2021-10-27 19:18 ` Andrii Nakryiko [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=CAEf4BzYVKYsSszWO56CTww-ZPsrsaVHwkS+4idiOpDek57RjYQ@mail.gmail.com \
    --to=andrii.nakryiko@gmail.com \
    --cc=andrii@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=fallentree@fb.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.