aya-rs / book

The Aya Book is an introductory book about using the Rust Programming Language and Aya library to build extended Berkley Packet Filter (eBPF) programs.
https://aya-rs.dev/book/
Apache License 2.0
73 stars 54 forks source link

replace the AsyncPerfEventArray with aya-log #5

Open dave-tucker opened 2 years ago

Billy99 commented 2 years ago

@dave-tucker Since "Hello XDP!" now logs using aya-log, is this now obsolete? I think using AsyncPerfEventArray in Examples 2 and 3 is a good transition on how to pass data between BPF and Userspace.