yanet-platform / yanet

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

Remove redundant memory_manager initialization #190

Closed TheRandomCharacter closed 1 month ago

TheRandomCharacter commented 1 month ago

For some reason trivial memory_manager initialization was done outside constructor. Always returning eResult::success initialization result was checked for really, truly, returning eResult::success.