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

Update Network json for Mutiple Nodes #139

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions submission_rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -488,16 +488,19 @@ In the Network division for the inference datacenter the file <system_desc_id>.j
| is_network | True
| network_type | Ethernet
| network_media | Copper
| network_rate | 100G
| nic_loadgen | NVIDIA CX7
| number_nic_loadgen | 1
| network_rate | 100G
| number_nic_loadgen | 2
| nic_loadgen | NIC1: NVIDIA CX7, NIC2: NVIDIA CX7
| net_software_stack_loadgen | Linux Kernel TCP stack v.XXX
| network_protocol | TCP/IPv4 over Ethernet
| number_connections | 1
| nic_sut | NVIDIA CX7
| number_nic_sut | 1
| net_software_stack_sut | Linux Kernel TCP stack v.XXX
| network_topology | Loadgen System connected to SUT through Switch and Load Balancer
| number_sut_nodes | 2
| number_connections | 2
| number_nic_sut | SUT1: 2, SUT2: 2
| nic_sut | SUT1: NIC1: NVIDIA CX7, NIC2: NVIDIA CX7, SUT2: NIC1: NVIDIA CX6, NIC2: NVIDIA CX6
| net_software_stack_sut | SUT1: Linux Kernel TCP stack v.XXX,

SUT2: Linux Kernel TCP stack v.YYY
| network_topology | Loadgen System connected to 2 SUTs through 24x100GE Switch XXX of manufacture YYY, and Load Balancer ZZZ of manufacture SSS. Devices are connected to the switch trough 100GE port.
|===


Expand Down