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

Handle PFCP processing by separete core #145

Open
korroot opened this issue Jun 21, 2021 · 1 comment
Open

Handle PFCP processing by separete core #145

korroot opened this issue Jun 21, 2021 · 1 comment

Comments

@korroot
Copy link
Collaborator

korroot commented Jun 21, 2021

Introduce multi-core support by separating PFCP processing from data packet processing

@sergeymatov
Copy link
Contributor

sergeymatov commented Oct 21, 2021

By design PFCP served on main core of VPP. To have core affinity for pfcp and user data cores for serving UP traffic should be specified in startup. Main core should also be specified in startup config.
To configure separate workers for data processing, workers should be defined for cpu section of startup config
To configure dedicated main-core for PFCP processing, main-core should be defined for cpu section as well
cpu { main-core <X> workers <N> }
However there is an issue #185 blocking this functionality

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

No branches or pull requests

2 participants