Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the last frame drop in ST22 #924

Merged

Conversation

DawidWesierski4
Copy link
Collaborator

In ST22, ensure the frame status changes to FREE
at the end of transmitting the last frame.
This change addresses the issue of the last frame
sometimes being omitted in ST22 streams.

Copy link
Collaborator

@frankdjx frankdjx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the MTL gtest CI is not working any more due to all host self-runner are removed for some special reason. So it can't merge any PR which changed the lib source code.

lib/src/st2110/pipeline/st22_pipeline_tx.c Outdated Show resolved Hide resolved
@frankdjx frankdjx removed the request for review from ricmli July 16, 2024 07:54
In ST22, ensure the frame status changes to FREE
at the end of transmitting the last frame.
This change addresses the issue of the last frame
sometimes being omitted in ST22 streams.
@DawidWesierski4
Copy link
Collaborator Author

Running test: ===========================================
./build/tests/KahawaiUfdTest --p_port 0000:b1:01.1 --r_port 0000:b1:01.2

Test passed in 22 seconds.

===========================================
Running test: ===========================================
./build/tests/KahawaiUfdTest --p_port 0000:b1:01.1 --r_port 0000:b1:01.2 --queue_mode shared

Test passed in 20 seconds.

===========================================
Running test: ===========================================
./build/tests/KahawaiUfdTest --p_port 0000:b1:01.1 --r_port 0000:b1:01.2 --queue_mode shared --udp_lcore

Test passed in 20 seconds.

===========================================
Running test: ===========================================
./build/tests/KahawaiUfdTest --p_port 0000:b1:01.1 --r_port 0000:b1:01.2 --rss_mode l3_l4

Test passed in 20 seconds.

===========================================
Running test: ===========================================
./build/tests/KahawaiTest --auto_start_stop --p_port 0000:b1:01.1 --r_port 0000:b1:01.2 --dma_dev 0000:00:01.0,0000:00:01.1 --gtest_filter=-St22_?x.*

Test passed in 781 seconds.

===========================================
Running test: ===========================================
./build/tests/KahawaiTest --auto_start_stop --p_port 0000:b1:01.1 --r_port 0000:b1:01.2 --rss_mode l3_l4 --pacing_way tsc --iova_mode pa --multi_src_port --gtest_filter=Main.:St20p:-ext

Test passed in 83 seconds.

===========================================
Running test: ===========================================
./build/tests/KahawaiTest --p_port kernel:lo --r_port kernel:lo --auto_start_stop --gtest_filter=St20p*

Test passed in 140 seconds.

===========================================

tests passed

@DawidWesierski4 DawidWesierski4 merged commit 097d13b into OpenVisualCloud:main Jul 30, 2024
30 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants