yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
164 stars 17 forks source link

Change balancer ring creation to block-based memory allocation #205

Closed levon-a-akopian closed 2 weeks ago

levon-a-akopian commented 3 weeks ago

… memory for the ring is allocated in blocks

ol-imorozko commented 3 weeks ago

Please use correct commit message conventions, that is, the first line should not be that long. Smth like:

Change balancer ring creation to block-based memory allocation

This improves memory management efficiency by allocating ring memory in blocks.