System Resilience and Installation Automation Improvements#36
Merged
sylvain-pierrot merged 4 commits intomainfrom Sep 7, 2025
Merged
System Resilience and Installation Automation Improvements#36sylvain-pierrot merged 4 commits intomainfrom
sylvain-pierrot merged 4 commits intomainfrom
Conversation
…ce condition - Add install targets to Makefiles for kernel module and daemon - Update cloud-init configs with systemd services for bp-socket-daemon, ion-dtn, and ud3tn - Fix include paths from include/bp_socket.h to bp_socket.h - Fix race condition in ion_send_thread by changing while loop condition - Improve logging messages in daemon for better observability - Add missing dependencies (libnl-3-dev, clang-format, sparse) to build configs - Add automatic module loading and service startup in provisioning Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
- Free libevent events before closing Netlink socket to avoid using closed socket Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
Signed-off-by: Sylvain Pierrot <pierrot.sylvain14@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces significant improvements to the bp-socket system, focusing on installation automation, system resilience under load, and enhanced logging for better observability.
Key Changes
Installation & Automation
make installtarget: Automated installation of kernel module, daemon, headers, and toolsbp-socket-daemon,ion-dtn, andud3tnclang-format,sparse, andlibnl-3-devto build requirementsSystem Resilience & Performance
ion_send_threadloop logicLogging & Observability
🎯 Benefits
make install