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 sch api not binding user schedulers to numa #933

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

DawidWesierski4
Copy link
Collaborator

Fix the scheduler API issue where using
the scheduler API binds all user-created
schedulers to socket_id 0. The problem arises when socket_id = 1; while the first scheduler is
correctly assigned, all subsequent user-created
schedulers default to socket_id 0.

Fix the scheduler API issue where using
the scheduler API binds all user-created
schedulers to socket_id 0. The problem arises when
socket_id = 1; while the first scheduler is
correctly assigned, all subsequent user-created
schedulers default to socket_id 0.
Copy link
Collaborator

@PanKaker PanKaker left a comment

Choose a reason for hiding this comment

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

LGTM

@DawidWesierski4
Copy link
Collaborator Author

image
gtest run manually

All passed:
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 82 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.

@DawidWesierski4 DawidWesierski4 merged commit a2a6aed into OpenVisualCloud:main Jul 29, 2024
31 of 33 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.

2 participants