Fix: st20p hang huge yuv#1642
Open
awilczyns wants to merge 2 commits into
Open
Conversation
During execution of loopback tests with uncompressed 4K YUV video formats, the heavy I/O write throughput can trigger kernel uninterruptible sleep (D-state) in the ffmpeg RX process. This bypasses DPDK cleanup paths when the suite attempts to teardown because SIGINT/SIGKILL are ignored in that queue state, locking the virtual function. Add a '-vframes 10' flag to rawvideo and libopenh264 receiver setups under test validation scripts to bound writing operations. This fulfills frame verification assertions with minimal filesystem stress. Additionally, correct a minor typo 'receive_receive_file' to 'receive_config_file' in fallback config transport paths under udp_app.py. Signed-off-by: Wilczynski, Andrzej <andrzej.wilczynski@intel.com>
…t is empty Currently, if a validation test runs a PCAP capture but fails to capture any packets, it passes silently. This is because we mark empty stream lists as 'N/A' and ignore empty uploads, hiding real network/capture issues. Make compliance validation robust: 1. Prevent wasteful uploads by checking local file size in upload_pcap.py. If the PCAP has no packets (<= 24 bytes file size), raise an exception on upload. 2. In conftest.py, explicitly fail the test (log_fail) if upload fails due to empty captures. 3. Fail the test if the EBU report succeeds but shows empty streams list, indicating that the capture interface successfully initialized but saw no traffic during the run. Signed-off-by: Wilczynski, Andrzej <andrzej.wilczynski@intel.com>
86bc9bb to
9ca41b1
Compare
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.
Fix st20p hang huge yuv