public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pu Lehui <pulehui@huaweicloud.com>
Cc: bpf@vger.kernel.org, linux-riscv@lists.infradead.org,
	netdev@vger.kernel.org, andrii@kernel.org, eddyz87@gmail.com,
	mykolal@fb.com, bjorn@kernel.org, puranjay@kernel.org,
	ast@kernel.org, daniel@iogearbox.net, martin.lau@linux.dev,
	song@kernel.org, yonghong.song@linux.dev,
	john.fastabend@gmail.com, kpsingh@kernel.org, sdf@fomichev.me,
	haoluo@google.com, jolsa@kernel.org, palmer@dabbelt.com,
	pulehui@huawei.com
Subject: Re: [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled
Date: Thu, 05 Sep 2024 20:20:33 +0000	[thread overview]
Message-ID: <172556763330.1833779.11043836271169244932.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240905081401.1894789-1-pulehui@huaweicloud.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Thu,  5 Sep 2024 08:13:51 +0000 you wrote:
> Patch 1-3 fix some problem about bpf selftests. Patch 4 add local rootfs
> image support for vmtest. Patch 5 enable cross-platform testing for
> vmtest. Patch 6-10 enable vmtest on RV64.
> 
> We can now perform cross platform testing for riscv64 bpf using the
> following command:
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,01/10] selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make
    https://git.kernel.org/bpf/bpf-next/c/dc3a8804d790
  - [bpf-next,v3,02/10] selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflict
    https://git.kernel.org/bpf/bpf-next/c/a48a43884cdd
  - [bpf-next,v3,03/10] selftests/bpf: Prefer static linking for LLVM libraries
    https://git.kernel.org/bpf/bpf-next/c/67ab80a01886
  - [bpf-next,v3,04/10] selftests/bpf: Limit URLS parsing logic to actual scope in vmtest
    https://git.kernel.org/bpf/bpf-next/c/0c3fc330be6d
  - [bpf-next,v3,05/10] selftests/bpf: Support local rootfs image for vmtest
    https://git.kernel.org/bpf/bpf-next/c/2294073dce32
  - [bpf-next,v3,06/10] selftests/bpf: Enable cross platform testing for vmtest
    https://git.kernel.org/bpf/bpf-next/c/d95d56519026
  - [bpf-next,v3,07/10] selftests/bpf: Add config.riscv64
    https://git.kernel.org/bpf/bpf-next/c/897b3680484b
  - [bpf-next,v3,08/10] selftests/bpf: Add DENYLIST.riscv64
    https://git.kernel.org/bpf/bpf-next/c/c402cb85802f
  - [bpf-next,v3,09/10] selftests/bpf: Add riscv64 configurations to local vmtest
    https://git.kernel.org/bpf/bpf-next/c/b2bc9d505499
  - [bpf-next,v3,10/10] selftests/bpf: Add description for running vmtest on RV64
    https://git.kernel.org/bpf/bpf-next/c/95b1c5d17832

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

      parent reply	other threads:[~2024-09-05 20:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-05  8:13 [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 01/10] selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 02/10] selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflict Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 03/10] selftests/bpf: Prefer static linking for LLVM libraries Pu Lehui
2024-09-05 15:29   ` Daniel Borkmann
2024-09-05  8:13 ` [PATCH bpf-next v3 04/10] selftests/bpf: Limit URLS parsing logic to actual scope in vmtest Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 05/10] selftests/bpf: Support local rootfs image for vmtest Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 06/10] selftests/bpf: Enable cross platform testing " Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 07/10] selftests/bpf: Add config.riscv64 Pu Lehui
2024-09-05  8:13 ` [PATCH bpf-next v3 08/10] selftests/bpf: Add DENYLIST.riscv64 Pu Lehui
2024-09-05  8:14 ` [PATCH bpf-next v3 09/10] selftests/bpf: Add riscv64 configurations to local vmtest Pu Lehui
2024-09-05  8:14 ` [PATCH bpf-next v3 10/10] selftests/bpf: Add description for running vmtest on RV64 Pu Lehui
2024-09-05 18:52 ` [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled Daniel Borkmann
2024-09-06  3:56   ` [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled😁 Pu Lehui
2024-09-06 14:08     ` Björn Töpel
2024-09-05 20:20 ` patchwork-bot+netdevbpf [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=172556763330.1833779.11043836271169244932.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bjorn@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=haoluo@google.com \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=kpsingh@kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=martin.lau@linux.dev \
    --cc=mykolal@fb.com \
    --cc=netdev@vger.kernel.org \
    --cc=palmer@dabbelt.com \
    --cc=pulehui@huawei.com \
    --cc=pulehui@huaweicloud.com \
    --cc=puranjay@kernel.org \
    --cc=sdf@fomichev.me \
    --cc=song@kernel.org \
    --cc=yonghong.song@linux.dev \
    /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