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: forcing mtl to initialize on lcore 0 #1118

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DawidWesierski4
Copy link
Collaborator

Mtl could not initialize when forced to use
0 as main_lcore in lcore restrained environments,
like docker containers.

Change this by making the dpdk initialize
automatically when the main_lcore is 0.

Copy link
Collaborator

@Sakoram Sakoram left a comment

Choose a reason for hiding this comment

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

shame that core 0 can't be forced, but I don't know more elegant solution off the top of my head

Mtl could not initialize when forced to use
0 as main_lcore in lcore restrained environments,
like docker containers.

Change this by making the dpdk initialize
automatically when the main_lcore is 0.
@Sakoram
Copy link
Collaborator

Sakoram commented Apr 1, 2025

shame that core 0 can't be forced, but I don't know more elegant solution off the top of my head

never mind. specifying the main lcore as 0 is unnecessary, it’s always the lowest numbered core by default.

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