Open yunwei37 opened 3 months ago
Are per cpu maps still using locks and affinity to keep parallel safety?
Seems per cpu map does not use locks to keep safety.
The hash map overhead comes from the map implementation. The array map needs more profiling.
Is your feature request related to a problem? Please describe.
The per-cpu map has large overhead compare to kernel, which should be fixed.
We need to profile and fix that.