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

Instantiate slowworker for each NUMA node #85

Open
GeorgyKirichenko opened this issue Dec 25, 2023 · 0 comments
Open

Instantiate slowworker for each NUMA node #85

GeorgyKirichenko opened this issue Dec 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@GeorgyKirichenko
Copy link
Collaborator

YANET DataPlane slowworker is responsible for local system communication (sends and reads packets from virtual devices) and some packet processing pathes (e.g. ACL after decapsulation processing). There is only one slowworker instance what means
cross-NUMA communication while handling any network device not placed on the first one NUMA node.

The main idea is to instantiate as many slowworkers as NUMA nodes we have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants