Make BPF stack size overridable
With the emergence of TP 4091 for NVMe, eBPF can be used to offload programs to computational storage processors. This change introduces the possibility of overriding the default stack size of 512 bytes for non-kernel runtime environments. Reviewed By: yonghong-song, eddyz87 Differential Revision: https://reviews.llvm.org/D147707
Loading
Please sign in to comment