iovisor / gobpf

Go bindings for creating BPF programs.
Apache License 2.0
2.14k stars 313 forks source link

How can we update map with gobpf #307

Open zhangbo1882 opened 2 years ago

zhangbo1882 commented 2 years ago

If I define a array map in kernel bpf code, how can I update it from user space go code ?