All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/4] selftests/bpf: parallel mode improvement
@ 2021-10-25 22:33 Yucong Sun
  2021-10-25 22:33 ` [PATCH bpf-next 1/4] selfetests/bpf: Update vmtest.sh defaults Yucong Sun
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Yucong Sun @ 2021-10-25 22:33 UTC (permalink / raw)
  To: bpf; +Cc: andrii, Yucong Sun

Several patches to improve parallel execution mode, including printing
subtest status line, updating vmtest.sh and fixed two previously dropped
patch according to feedback.


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-10-27 19:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH bpf-next 0/4] selftests/bpf: parallel mode improvement Andrii Nakryiko

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.