Hacker News new | ask | show | jobs
by acdha 699 days ago
They are using eBPF right now. That suggests that they, like everyone else, see benefits in using a platform feature when it exists.
1 comments

Last time I checked, CS primarily runs in kernel mode on Linux and only fall back to eBPF if the kernel version is not supported. When in eBPF mode, they call it "Reduced Functionality Mode (RFM)".

Has this changed?