ironcore-dev / dpservice

DPDK based fast Dataplane / L3 router / SDN enabler, installable on compute nodes / SmartNICs
Apache License 2.0
7 stars 1 forks source link

Support ECMP in dpservice routing tables for ipv4 and ipv6 routes #581

Open guvenc opened 2 months ago

guvenc commented 2 months ago

Currently for a given target address only single hop address is supported in dpservice routing tables. Investigate and implement an ECMP mechanism so that several(tbd) routes can be installed for a given target address and routing is done via ECMP 5-tuple hashing and route selection.