Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST/IO_DEMO: Add a window on the client side, per every remote server #6014

Merged
merged 1 commit into from
Dec 12, 2020

Conversation

dmitrygx
Copy link
Member

What

Add a window on the client side, per every remote server

Why ?

For better flow control per connection

How ?

  1. Renames AM implementation from -a to -A
  2. Introduces -a <window_size> option
  3. Sort on the flight active servers vector on a client by the following rule:
  • if not full, the servers are placed before _num_active_server_to_use counter
  • if full, the servers are places after _num_active_server_to_use counter` counter
  1. Use _num_active_server_to_use counter` counter to randomly generate active server index for servers that are not full

@dmitrygx dmitrygx force-pushed the topic/io_demo/conn_window_size branch from 724da7a to 73c3d68 Compare December 10, 2020 20:25
@dmitrygx dmitrygx force-pushed the topic/io_demo/conn_window_size branch from 9497071 to c524eab Compare December 11, 2020 14:37
@dmitrygx
Copy link
Member Author

@yosefe ok to merge?

@yosefe yosefe merged commit 392443a into openucx:master Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants