Re: [PATCH bpf-next v2] ARC: Add eBPF JIT support

2024-05-12 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Tue, 30 Apr 2024 16:56:04 +0200 you wrote: > From: Shahab Vahedi > > This will add eBPF JIT support to the 32-bit ARCv2 processors. The > implementation is qualified by running the BPF tests on a Synopsys HSDK

[PATCH bpf-next v2] ARC: Add eBPF JIT support

2024-04-30 Thread Shahab Vahedi
From: Shahab Vahedi This will add eBPF JIT support to the 32-bit ARCv2 processors. The implementation is qualified by running the BPF tests on a Synopsys HSDK board with "ARC HS38 v2.1c at 500 MHz" as the 4-core CPU. The test_bpf.ko reports 2-10 fold improvements in execution time of its tests.