Skip to content
Snippets Groups Projects
Commit 6ac5b9cb authored by Sven Eckelmann's avatar Sven Eckelmann
Browse files

gluon-status-page-api: Switch from debugfs to batadv netlink


The batadv debugfs requires large memory blocks to write the text debug
tables. This is inefficient for large tables like the global translation
table or the originators table.

The memory requirement can be reduced by using netlink. It copies smaller
packets in a binary format to the userspace program. gluon-status-page-api
can therefore parse larger originator tables without causing an OOM on
systems which are tight on memory.

Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent ff0ad207
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment