You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NETOBSERV-2523: Split maps to avoid stack size error (#855)
* Split maps to avoid stack size error
- All feature-related data is now seggregated in their own maps (except
for rtt and ipsec as that's just a couple of bytes)
- As a result, userland code is refactored; maps accesses can now be
conditioned by feature
- Since we have gauges that track maps sizes, we can remove the
"enriched" stats metric as it becomes redundant
* Padding, fix tests
* Apply suggestions from code review
Co-authored-by: Julien Pinsonneau <[email protected]>
* Remove TODO comment
---------
Co-authored-by: Julien Pinsonneau <[email protected]>
0 commit comments