Open
Conversation
DawidWesierski4
approved these changes
Dec 15, 2025
Collaborator
DawidWesierski4
left a comment
There was a problem hiding this comment.
This looks good i would looooooove to have any way of filling the meta from the files though :<
9d9a9bb to
f91c025
Compare
f91c025 to
1a57910
Compare
Change configs in config/ for them to use pipeline mode Signed-off-by: Kasiewicz, Marek <marek.kasiewicz@intel.com>
1a57910 to
58832ed
Compare
moleksy
added a commit
that referenced
this pull request
Feb 13, 2026
Align ST40P pipeline sessions in RxTxApp with upstream PR #1354 and harden TX/RX paths with robustness fixes. JSON parser / config: - Accept "fps" and "st40p_url" as primary keys in "st40p" JSON sections, falling back to legacy "ancillary_fps"/"ancillary_url". - Add "st40p" sections to all 8 config files alongside existing "ancillary" sections using upstream naming. TX pipeline (tx_st40p_app.c): - Fix thread race: set stop flag before pthread_create. - Use mtl_hp_zmalloc (zero-init) instead of mtl_hp_malloc. - Gracefully fall back to synthetic data on file-open failure. - Query max UDW size via st40p_tx_max_udw_buff_size() instead of compile-time constant. - Add fb_send/fb_send_done counters logged at thread exit. RX pipeline (rx_st40p_app.c): - Fix same thread-start race as TX. - Fix uinit guard checking wrong variable for thread join. Documentation: - Add 26.06 changelog entries. - Document "fps"/"st40p_url" as primary field names in configuration_guide.md (TX and RX st40p sections). - Add ST40P redundancy test section to validation_quickstart.md
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.
Change configs in config/ for them to use pipeline mode