yanet-platform / yanet

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

Move WLC real weight calculation out from service ring evaluation. #37

Open GeorgyKirichenko opened 9 months ago

GeorgyKirichenko commented 9 months ago

WLC real weight evaluation was injected into real mapping ring build procedure what makes a mess into code and breaks abstractions. Also there is no chance to avoid recalculation of real mappings as dataplane has no clue are there some weight changes before the procedure.

I believe this is a prerequisite from #33