yanet-platform / yanet

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

[DataPlane] Pure L3 load balancing #77

Closed GeorgyKirichenko closed 3 months ago

GeorgyKirichenko commented 7 months ago

YANET load balancing works on L4 network level as it takes TCP/UPD ports into VS targeting and backend selection algo .

The idea is to implement pure L3 balancing - so the packet should be matched against a VS with destination IP only.