Re: [ovs-discuss] Source Code - Multiple Controllers Round Robin Load Balancing

2017-11-19 Thread Ben Pfaff
It seems to me like a bad idea, in general, to use round robin load balancing to send packets to controllers because that is likely to reorder packets. I think that it would probably be a better idea to balance packets across controllers on a flow-by-flow basis. I think that you could use an

[ovs-discuss] Source Code - Multiple Controllers Round Robin Load Balancing

2017-11-19 Thread Brian Perry
Summary: OvS last commit 52f793b I am trying to modify the switch's code to use a round robin scheduler for sending asynchronous messages (especially PACKET_IN messages) to one of the controllers within a multiple controller SDN setup. After traversing the code I think I found where I need to