openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

Feature Request: bond mode 0 #289

Open agowa opened 1 year ago

agowa commented 1 year ago

I want to request support for additional bond modes. I'm currently using a bond mod 0 (round robin) configured outside of ovs, because none of the currently supported ones is suitable for link aggregation when the goal is to improve transfer speed between two endpoints and not multiple.

Most of the bond modes currently supported by ovs don't work well in this case. Currently supported ones are good for:

Goals:

Example scenario:

Technically something like MPT-GRE, ECMP, ... would also work, but adding support for bond mode 0 is probably easier considering that other more complicated modes are already supported.