travelping / upg-vpp

User Plane Gateway (UPG) based on VPP
Apache License 2.0
150 stars 51 forks source link

Multiple cores for data plane processing #146

Open korroot opened 3 years ago

korroot commented 3 years ago

Introduce multi-core support in terms of processing data-plane traffic by multiple cores, separate ones that PFCP processing are used.

sergeymatov commented 3 years ago

Enablement of separate cores for UP data processing is supported. To configure separate workers for data processing, workers should be defined for cpu section of startup config cpu { workers <N> } However there is an issue #185 blocking this functionality