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

Remove hard-coded CPU ID 0 appended to RTE workers #145

Open
roland-sipos opened this issue Dec 12, 2024 · 0 comments
Open

Remove hard-coded CPU ID 0 appended to RTE workers #145

roland-sipos opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@roland-sipos
Copy link
Member

rte_cores.push_back(0);

Primary LCore can be controlled through EAL variables, we should rely on that.
For the GARP sender, one should use an RTE_worker thread, instead of an std::thread (which will run on the primary CPU core).

@roland-sipos roland-sipos added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants