travelping / upg-vpp

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

[CENNSO-899] Disable session and flowtable spinlocks for now #327

Closed ivan4th closed 1 year ago

ivan4th commented 1 year ago

The spinlocks in question, especially session spinlocks, may cause substantial performance degradation when ~10k sessions per UPG is being used (depends on the session structure). They're not needed at least until we support multicore UPG setups.