travelping / upg-vpp

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

[CENNSO-871] fix: use doubly linked list for flows #365

Closed mogaika closed 9 months ago

mogaika commented 9 months ago

With singly linked list we have complexity of O(n) for deletion what caused overload in case if single session had lots of flows. Especially because most of flows usually expired near to end of list.