On 09/28/2017 11:31 AM, Paul Chaignon via iovisor-dev wrote:
On Tue, Sep 26, 2017 at 10:44 AM, Alban Crequy via iovisor-dev <
[email protected]> wrote:
On Fri, Sep 22, 2017 at 5:43 PM, zhiting zhu via iovisor-dev
<[email protected]> wrote:
Dear All,
I have a question about what language people use to write eBPF program.
We
can write it in C and translates them into eBPF. Is there any other
language
people are using? Thanks in advance!
I have seen people writing the BPF bytecode directly, but it's rare.
BPF programs are mostly in C, I have not seen other language. All the
examples in https://github.com/iovisor/bcc are in C.
Alex Gartrell gave a talk at PyCon this year on his PoC to compile
Python bytecode into eBPF bytecode:
https://www.youtube.com/watch?v=CpqMroMBGP4
I don't know if the code is open source.
Plus, see also :
https://lists.iovisor.org/pipermail/iovisor-dev/2017-September/001100.html
_______________________________________________
iovisor-dev mailing list
[email protected]
https://lists.iovisor.org/mailman/listinfo/iovisor-dev