iovisor / ubpf

Userspace eBPF VM
Apache License 2.0
814 stars 132 forks source link

allow calling helpers larger than MAX_EXT_FUNCS when using dispatcher #535

Closed dtcccc closed 1 month ago

dtcccc commented 1 month ago

As mentioned in #425 , we have dispatcher now, but it is still limited by MAX_EXT_FUNCS. Release this limit when we use dispatcher.