MagiCore
MagiCore copied to clipboard
Dose Magi Core support eBPF MAP or helper function ?
The eBPF supply a range of MAPs for example HASH ARRAY for data sharing among BPF progs and user-space applications. Besides eBPF in kernel supports a series helper functions such as get random, xdp_adjust_tail, xdp_adjust_head.
So I wonder if the MagiCore has supported or will support such kind of MAPs or helper functions ?