All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
	paulburton@kernel.org, kafai@fb.com, songliubraving@fb.com,
	yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org,
	tsbogend@alpha.franken.de, chenhuacai@kernel.org,
	jiaxun.yang@flygoat.com, yangtiezhu@loongson.cn,
	tony.ambardar@gmail.com, bpf@vger.kernel.org,
	linux-mips@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH 0/7] A new eBPF JIT implementation for MIPS
Date: Wed, 06 Oct 2021 14:10:07 +0000	[thread overview]
Message-ID: <163352940772.9599.5939069697064558862.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211005165408.2305108-1-johan.almbladh@anyfinetworks.com>

Hello:

This series was applied to bpf/bpf-next.git (refs/heads/master):

On Tue,  5 Oct 2021 18:54:01 +0200 you wrote:
> This is an implementation of an eBPF JIT for MIPS I-V and MIPS32/64 r1-r6.
> The new JIT is written from scratch, but uses the same overall structure
> as other eBPF JITs.
> 
> Before, the MIPS JIT situation looked like this.
> 
>   - 32-bit: MIPS32, cBPF-only, tests fail
>   - 64-bit: MIPS64r2-r6, eBPF, tests fail, incomplete eBPF ISA support
> 
> [...]

Here is the summary with links:
  - [1/7] MIPS: uasm: Enable muhu opcode for MIPS R6
    https://git.kernel.org/bpf/bpf-next/c/52738ad51026
  - [2/7] mips: uasm: Add workaround for Loongson-2F nop CPU errata
    https://git.kernel.org/bpf/bpf-next/c/be0f00d5a246
  - [3/7] mips: bpf: Add eBPF JIT for 32-bit MIPS
    https://git.kernel.org/bpf/bpf-next/c/88dfe3f95766
  - [4/7] mips: bpf: Add new eBPF JIT for 64-bit MIPS
    https://git.kernel.org/bpf/bpf-next/c/42fb8eacf86e
  - [5/7] mips: bpf: Add JIT workarounds for CPU errata
    https://git.kernel.org/bpf/bpf-next/c/a1db4f358142
  - [6/7] mips: bpf: Enable eBPF JITs
    https://git.kernel.org/bpf/bpf-next/c/6675d4a60007
  - [7/7] mips: bpf: Remove old BPF JIT implementations
    https://git.kernel.org/bpf/bpf-next/c/06b339fe5450

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



      parent reply	other threads:[~2021-10-06 14:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-05 16:54 [PATCH 0/7] A new eBPF JIT implementation for MIPS Johan Almbladh
2021-10-05 16:54 ` [PATCH 1/7] MIPS: uasm: Enable muhu opcode for MIPS R6 Johan Almbladh
2021-10-05 16:54 ` [PATCH 2/7] mips: uasm: Add workaround for Loongson-2F nop CPU errata Johan Almbladh
2021-10-05 17:59   ` Jiaxun Yang
2021-10-18 12:00   ` Maciej W. Rozycki
2021-10-18 12:17     ` Johan Almbladh
2021-10-05 16:54 ` [PATCH 3/7] mips: bpf: Add eBPF JIT for 32-bit MIPS Johan Almbladh
2021-10-05 16:54 ` [PATCH 4/7] mips: bpf: Add new eBPF JIT for 64-bit MIPS Johan Almbladh
2021-10-05 16:54 ` [PATCH 5/7] mips: bpf: Add JIT workarounds for CPU errata Johan Almbladh
2021-10-05 18:00   ` Jiaxun Yang
2022-01-07  9:25   ` Huang Pei
2022-01-07 10:17     ` Daniel Borkmann
2021-10-05 16:54 ` [PATCH 6/7] mips: bpf: Enable eBPF JITs Johan Almbladh
2021-10-05 16:54 ` [PATCH 7/7] mips: bpf: Remove old BPF JIT implementations Johan Almbladh
2021-10-06 14:10 ` 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=163352940772.9599.5939069697064558862.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=jiaxun.yang@flygoat.com \
    --cc=johan.almbladh@anyfinetworks.com \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kpsingh@kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=paulburton@kernel.org \
    --cc=songliubraving@fb.com \
    --cc=tony.ambardar@gmail.com \
    --cc=tsbogend@alpha.franken.de \
    --cc=yangtiezhu@loongson.cn \
    --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 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.