From: "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com>
To: Christophe Leroy <christophe.leroy@csgroup.eu>,
"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>
Subject: Re: eBPF on powerpc
Date: Wed, 25 Nov 2020 01:21:14 +0530 [thread overview]
Message-ID: <1606247281.yz5qee0fl7.naveen@linux.ibm.com> (raw)
In-Reply-To: <4d588481-0c8d-6adf-53f5-e7332ddca7c4@csgroup.eu>
Christophe Leroy wrote:
>
>
> Le 24/11/2020 à 17:35, Naveen N. Rao a écrit :
>> Hi Christophe,
>>
>> Christophe Leroy wrote:
>>> Hi Naveen,
>>>
>>> Few years ago, you implemented eBPF on PPC64.
>>>
>>> Is there any reason for implementing it for PPC64 only ?
>>
>> I focused on ppc64 since eBPF is a 64-bit VM and it was more straight-forward to target.
>>
>>> Is there something that makes it impossible to have eBPF for PPC32 as well ?
>>
>> No, I just wasn't sure if it would be performant enough to warrant it. Since then however, there
>> have been arm32 and riscv 32-bit JIT implementations and atleast the arm32 JIT seems to be showing
>> ~50% better performance compared to the interpreter (*). So, it would be worthwhile to add support
>> for ppc32.
>
> That's great.
>
> I know close to nothing about eBPF. Is there any interesting documentation on it somewhere that
> would allow me to easily understand how it works and allow me to extend the 64 bit powerpc to 32 bits ?
I don't think there was ever a formal spec written for the eBPF VM. Here
are a few resources which should help, alongside the existing JIT
implementations:
- BPF Kernel Internals:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/networking/filter.rst#n604
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/bpf
- BPF and XDP Reference Guide: https://docs.cilium.io/en/stable/bpf/
- Naveen
prev parent reply other threads:[~2020-11-24 19:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-24 15:00 eBPF on powerpc Christophe Leroy
2020-11-24 16:35 ` Naveen N. Rao
2020-11-24 18:45 ` Christophe Leroy
2020-11-24 19:51 ` Naveen N. Rao [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=1606247281.yz5qee0fl7.naveen@linux.ibm.com \
--to=naveen.n.rao@linux.vnet.ibm.com \
--cc=christophe.leroy@csgroup.eu \
--cc=linuxppc-dev@lists.ozlabs.org \
/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;
as well as URLs for NNTP newsgroup(s).