Skip to content

Commit dbf9813

Browse files
authored
FEAT: all-to-all network type (#550)
closes #551
1 parent 78fa5da commit dbf9813

36 files changed

Lines changed: 223 additions & 1153 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
connections_params:
2+
_type: connection/connection_params.schema
3+
_doc: Parameters for connections between every pair of hosts. Connection names are {host-sender}--{host-receiver}

_schemas/configs/network/connection.schema

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sender_id:
2+
_type: string
3+
_doc: Sender host id
4+
receiver_id:
5+
_type: string
6+
_doc: Receiver host id
7+
8+
_extend: connection_params.schema
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mplb:
2+
_type: one-of
3+
_options:
4+
- single-cc: mplb/singe-cc.schema
5+
_doc: Multi path load ballancer that should be used for transreffing data parts by this connection
File renamed without changes.

_schemas/configs/network/mplb/cc/cc-metrics.schema renamed to _schemas/configs/network/connection/mplb/cc/cc-metrics.schema

File renamed without changes.

_schemas/configs/network/mplb/cc/metricable-cc.schema renamed to _schemas/configs/network/connection/mplb/cc/metricable-cc.schema

File renamed without changes.

_schemas/configs/network/mplb/cc/swift.schema renamed to _schemas/configs/network/connection/mplb/cc/swift.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
base_target:
2-
_type: ../../../units/Time.schema
2+
_type: /units/Time.schema
33
_doc: Minimal (fabric link with 1 hop) RTT
44

55
start_cwnd:
File renamed without changes.

_schemas/configs/network/mplb/path-chooser/flow.schema renamed to _schemas/configs/network/connection/mplb/path-chooser/flow.schema

File renamed without changes.

0 commit comments

Comments
 (0)