commit | a13e8bbe851a96a0e78c2bd599bc34082fa697cd | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sat Feb 28 11:39:02 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 01 19:31:47 2015 -0800 |
tree | 3901b34efd778528b85afd85c36cb33829c79949 | |
parent | 96c1d0581d00f7abe033350edb021a9d947d8d81 [diff] |
Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel The current algorithm for picking an outgoing channel was not distributing the load well. Implement a simple round-robin scheme to ensure good distribution of the outgoing traffic. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Long Li <longli@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>