From: Eduard Zingerman <eddyz87@gmail.com>
To: bpf@vger.kernel.org, ast@kernel.org
Cc: andrii@kernel.org, daniel@iogearbox.net, martin.lau@linux.dev,
kernel-team@fb.com, yhs@fb.com,
Eduard Zingerman <eddyz87@gmail.com>
Subject: [PATCH bpf-next 0/2] verifier/xdp_direct_packet_access.c converted to inline assembly
Date: Tue, 28 Mar 2023 05:08:11 +0300 [thread overview]
Message-ID: <20230328020813.392560-1-eddyz87@gmail.com> (raw)
verifier/xdp_direct_packet_access.c automatically converted to inline
assembly using [1].
This is a leftover from [2], the last patch in a batch was blocked by
mail server for being too long. This patch-set splits it in two:
- one to add migrated test to progs/
- one to remove old test from verifier/
[1] Migration tool
https://github.com/eddyz87/verifier-tests-migrator
[2] First batch of migrated verifier/*.c tests
https://lore.kernel.org/bpf/167979433109.17761.17302808621381963629.git-patchwork-notify@kernel.org/
Eduard Zingerman (2):
selftests/bpf: verifier/xdp_direct_packet_access.c converted to inline
assembly
selftests/bpf: remove verifier/xdp_direct_packet_access.c, converted
to progs/verifier_xdp_direct_packet_access.c
.../selftests/bpf/prog_tests/verifier.c | 2 +
.../progs/verifier_xdp_direct_packet_access.c | 1722 +++++++++++++++++
.../bpf/verifier/xdp_direct_packet_access.c | 1468 --------------
3 files changed, 1724 insertions(+), 1468 deletions(-)
create mode 100644 tools/testing/selftests/bpf/progs/verifier_xdp_direct_packet_access.c
delete mode 100644 tools/testing/selftests/bpf/verifier/xdp_direct_packet_access.c
--
2.40.0
next reply other threads:[~2023-03-28 2:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-28 2:08 Eduard Zingerman [this message]
2023-03-28 2:08 ` [PATCH bpf-next 1/2] selftests/bpf: verifier/xdp_direct_packet_access.c converted to inline assembly Eduard Zingerman
2023-03-28 2:08 ` [PATCH bpf-next 2/2] selftests/bpf: remove verifier/xdp_direct_packet_access.c, converted to progs/verifier_xdp_direct_packet_access.c Eduard Zingerman
2023-03-28 21:50 ` [PATCH bpf-next 0/2] verifier/xdp_direct_packet_access.c converted to inline assembly patchwork-bot+netdevbpf
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=20230328020813.392560-1-eddyz87@gmail.com \
--to=eddyz87@gmail.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=kernel-team@fb.com \
--cc=martin.lau@linux.dev \
--cc=yhs@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox