-
Notifications
You must be signed in to change notification settings - Fork 7
#17 - Add RTX PRO 6000 benchmark YAMLs and baseline #162
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
Open
chloecrozier
wants to merge
2
commits into
main
Choose a base branch
from
ccrozier-rtx-pro-6000-bench
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| # RTX PRO 6000 Blackwell (discrete dGPU) software-loopback smoke test. | ||
| # No NIC or cable required — validates build + GPUDirect on one GPU. | ||
| # Not representative of wire-speed performance; use the hardware template | ||
| # (daqiri_bench_raw_tx_rx_rtx_pro_6000.yaml) once a QSFP loopback cable is installed. | ||
| # | ||
| # Build (native sm_120): | ||
| # cmake -S . -B build -DBUILD_SHARED_LIBS=ON -DDAQIRI_BUILD_PYTHON=OFF \ | ||
| # -DDAQIRI_MGR="dpdk socket rdma" -DCMAKE_CUDA_ARCHITECTURES=120 | ||
| # cmake --build build -j | ||
| # | ||
| # Run: | ||
| # ./build/examples/daqiri_bench_raw_gpudirect \ | ||
| # ./build/examples/daqiri_bench_raw_sw_loopback_rtx_pro_6000.yaml --seconds 30 | ||
| # | ||
| # memory_regions[].affinity is the CUDA device index (not nvidia-smi GPU id). | ||
| # Change affinity to target a different GPU, e.g. affinity: 1 for CUDA device 1. | ||
| # | ||
| %YAML 1.2 | ||
| --- | ||
| daqiri: | ||
| cfg: | ||
| version: 1 | ||
| stream_type: "raw" | ||
| master_core: 3 | ||
| debug: false | ||
| log_level: "info" | ||
| loopback: "sw" | ||
|
|
||
| memory_regions: | ||
| - name: "Data_TX_GPU" | ||
| kind: "device" | ||
| affinity: 0 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
| - name: "Data_RX_GPU" | ||
| kind: "device" | ||
| affinity: 0 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
|
|
||
| interfaces: | ||
| - name: "loopback_ports" | ||
| address: "loopback" | ||
| tx: | ||
| queues: | ||
| - name: "tx_q_0" | ||
| id: 0 | ||
| batch_size: 10240 | ||
| cpu_core: 11 | ||
| timeout_us: 1000 | ||
| memory_regions: | ||
| - "Data_TX_GPU" | ||
| offloads: | ||
| - "tx_eth_src" | ||
| rx: | ||
| queues: | ||
| - name: "rq_q_0" | ||
| id: 0 | ||
| cpu_core: 9 | ||
| timeout_us: 1000 | ||
| batch_size: 10240 | ||
| memory_regions: | ||
| - "Data_RX_GPU" | ||
|
|
||
| bench_rx: | ||
| interface_name: "loopback_ports" | ||
|
|
||
| bench_tx: | ||
| interface_name: "loopback_ports" | ||
| batch_size: 10240 | ||
| payload_size: 8000 | ||
| header_size: 64 | ||
| eth_dst_addr: 00:00:00:00:00:00 | ||
| ip_src_addr: 0.0.0.0 | ||
| ip_dst_addr: 0.0.0.0 | ||
| udp_src_port: 4096 | ||
| udp_dst_port: 4096 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| # RTX PRO 6000 Blackwell dual-NIC hardware loopback TEMPLATE (generic placeholders). | ||
| # For a prefilled single-card dual-port run on the reference dev box, see | ||
| # daqiri_bench_raw_tx_rx_rtx_pro_6000_nic.yaml instead. | ||
| # | ||
| # Requires L2 connectivity between tx_port and rx_port (QSFP cable, loopback optic, or switch). | ||
| # NOT runnable until <placeholders> are replaced for your system. | ||
| # | ||
| # Target topology (Cliff's 800 Gbps vision — two cards or two ports at line rate): | ||
| # GPU 0 (CUDA affinity 0) --TX buffers--> NIC0 --link--> NIC1 --RX buffers--> GPU 1 | ||
| # | ||
| # Hardware limits: | ||
| # - 800 Gbps aggregate needs two ~400G ports with an active link each; no cable = no wire test. | ||
| # - This server lacks Spark's dual-PF-per-port on-chip eswitch shortcut (see baseline doc). | ||
| # - SW loopback (daqiri_bench_raw_sw_loopback_rtx_pro_6000.yaml) never touches the NIC. | ||
| # | ||
| # Discovery helpers: | ||
| # lspci -d 15b3: | ||
| # ibdev2netdev | ||
| # cat /sys/class/net/<iface>/address # eth_dst_addr = rx_port MAC | ||
| # nvidia-smi topo -m # NUMA / PCIe proximity for cpu_core picks | ||
| # | ||
| # Build: same as daqiri_bench_raw_sw_loopback_rtx_pro_6000.yaml header. | ||
| # | ||
| %YAML 1.2 | ||
| --- | ||
| daqiri: | ||
| cfg: | ||
| version: 1 | ||
| stream_type: "raw" | ||
| master_core: 3 | ||
| debug: false | ||
| log_level: "info" | ||
| loopback: "" | ||
|
|
||
| memory_regions: | ||
| - name: "Data_TX_GPU" | ||
| kind: "device" | ||
| affinity: 0 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
| - name: "Data_RX_GPU" | ||
| kind: "device" | ||
| affinity: 1 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
|
|
||
| interfaces: | ||
| - name: "tx_port" | ||
| address: <0000:00:00.0> | ||
| tx: | ||
| queues: | ||
| - name: "tx_q_0" | ||
| id: 0 | ||
| batch_size: 10240 | ||
| cpu_core: 11 | ||
| memory_regions: | ||
| - "Data_TX_GPU" | ||
| offloads: | ||
| - "tx_eth_src" | ||
| - name: "rx_port" | ||
| address: <0000:00:00.1> | ||
| rx: | ||
| flow_isolation: true | ||
| queues: | ||
| - name: "rq_q_0" | ||
| id: 0 | ||
| cpu_core: 9 | ||
| batch_size: 10240 | ||
| memory_regions: | ||
| - "Data_RX_GPU" | ||
| flows: | ||
| - name: "flow_0" | ||
| id: 0 | ||
| action: | ||
| type: queue | ||
| id: 0 | ||
| match: | ||
| udp_src: 4096 | ||
| udp_dst: 4096 | ||
|
|
||
| bench_rx: | ||
| - interface_name: "rx_port" | ||
|
|
||
| bench_tx: | ||
| - interface_name: "tx_port" | ||
| batch_size: 10240 | ||
| payload_size: 8000 | ||
| header_size: 64 | ||
| eth_dst_addr: <00:00:00:00:00:00> | ||
| ip_src_addr: <1.2.3.4> | ||
| ip_dst_addr: <5.6.7.8> | ||
| udp_src_port: 4096 | ||
| udp_dst_port: 4096 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,93 @@ | ||
| # RTX PRO 6000 Blackwell — real NIC loopback on this dev box (no external cable required | ||
| # if p0/p1 already have link). Uses one ConnectX-7 / BF-3 dual-port card: | ||
| # tx_port 0000:61:00.0 (ens1f0np0, p0) GPU CUDA 0 | ||
| # rx_port 0000:61:00.1 (ens1f1np1, p1) GPU CUDA 1 | ||
| # | ||
| # Hardware limitations (read before comparing numbers): | ||
| # - NOT Cliff's 800 Gbps dual-card test. This is one ASIC, two ports (~400G class each). | ||
| # - Requires L2 connectivity between p0 and p1 (QSFP cable, passive loopback optic, or | ||
| # switch). If carrier=0 on either port, this config will not pass traffic. | ||
| # - Unlike DGX Spark, this server has one PF per physical port — no on-chip eswitch | ||
| # loopback between PFs on the same port without a link. | ||
| # - SW loopback (daqiri_bench_raw_sw_loopback_rtx_pro_6000.yaml) does not use the NIC. | ||
| # | ||
| # Verify link: cat /sys/class/net/ens1f{0,1}np*/carrier | ||
| # eth_dst_addr: rx_port MAC — cat /sys/class/net/ens1f1np1/address on this dev box | ||
| # Verify wire vs on-chip after a run: tx_phy_packets / rx_phy_packets near zero = on-chip; | ||
| # rising with TX/RX = packets crossed the SerDes. | ||
| # | ||
| # Build: cmake ... -DCMAKE_CUDA_ARCHITECTURES=120 && cmake --build build -j | ||
| # Run: | ||
| # sudo ./build/examples/daqiri_bench_raw_gpudirect \ | ||
| # ./build/examples/daqiri_bench_raw_tx_rx_rtx_pro_6000_nic.yaml --seconds 30 | ||
| # | ||
| %YAML 1.2 | ||
| --- | ||
| daqiri: | ||
| cfg: | ||
| version: 1 | ||
| stream_type: "raw" | ||
| master_core: 3 | ||
| debug: false | ||
| log_level: "info" | ||
| loopback: "" | ||
|
|
||
| memory_regions: | ||
| - name: "Data_TX_GPU" | ||
| kind: "device" | ||
| affinity: 0 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
| - name: "Data_RX_GPU" | ||
| kind: "device" | ||
| affinity: 1 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
|
|
||
| interfaces: | ||
| - name: "tx_port" | ||
| address: 0000:61:00.0 | ||
| tx: | ||
| queues: | ||
| - name: "tx_q_0" | ||
| id: 0 | ||
| batch_size: 10240 | ||
| cpu_core: 11 | ||
| memory_regions: | ||
| - "Data_TX_GPU" | ||
| offloads: | ||
| - "tx_eth_src" | ||
| - name: "rx_port" | ||
| address: 0000:61:00.1 | ||
| rx: | ||
| flow_isolation: true | ||
| queues: | ||
| - name: "rq_q_0" | ||
| id: 0 | ||
| cpu_core: 9 | ||
| batch_size: 10240 | ||
| memory_regions: | ||
| - "Data_RX_GPU" | ||
| flows: | ||
| - name: "flow_0" | ||
| id: 0 | ||
| action: | ||
| type: queue | ||
| id: 0 | ||
| match: | ||
| udp_src: 4096 | ||
| udp_dst: 4096 | ||
|
|
||
| bench_rx: | ||
| - interface_name: "rx_port" | ||
|
|
||
| bench_tx: | ||
| - interface_name: "tx_port" | ||
| batch_size: 10240 | ||
| payload_size: 8000 | ||
| header_size: 64 | ||
| eth_dst_addr: <00:00:00:00:00:00> | ||
| ip_src_addr: 1.2.3.4 | ||
| ip_dst_addr: 5.6.7.8 | ||
| udp_src_port: 4096 | ||
| udp_dst_port: 4096 |
75 changes: 75 additions & 0 deletions
75
examples/daqiri_bench_raw_tx_rx_rtx_pro_6000_nic_same_port.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| # Same-PF TX+RX on 0000:61:00.0 (ens1f0np0). Alternative when p0<->p1 are not cabled. | ||
| # eth_dst_addr: this port's own MAC (hairpin / L2 loopback if supported) — | ||
| # cat /sys/class/net/<iface>/address | ||
| # See daqiri_bench_raw_tx_rx_rtx_pro_6000_nic.yaml for dual-port p0->p1 attempt. | ||
| # | ||
| %YAML 1.2 | ||
| --- | ||
| daqiri: | ||
| cfg: | ||
| version: 1 | ||
| stream_type: "raw" | ||
| master_core: 3 | ||
| debug: false | ||
| log_level: "info" | ||
| loopback: "" | ||
|
|
||
| memory_regions: | ||
| - name: "Data_TX_GPU" | ||
| kind: "device" | ||
| affinity: 0 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
| - name: "Data_RX_GPU" | ||
| kind: "device" | ||
| affinity: 0 | ||
| num_bufs: 51200 | ||
| buf_size: 8064 | ||
|
|
||
| interfaces: | ||
| - name: "tx_port" | ||
| address: 0000:61:00.0 | ||
| tx: | ||
| queues: | ||
| - name: "tx_q_0" | ||
| id: 0 | ||
| batch_size: 10240 | ||
| cpu_core: 11 | ||
| memory_regions: | ||
| - "Data_TX_GPU" | ||
| offloads: | ||
| - "tx_eth_src" | ||
| - name: "rx_port" | ||
| address: 0000:61:00.0 | ||
| rx: | ||
| flow_isolation: true | ||
| queues: | ||
| - name: "rq_q_0" | ||
| id: 0 | ||
| cpu_core: 9 | ||
| batch_size: 10240 | ||
| memory_regions: | ||
| - "Data_RX_GPU" | ||
| flows: | ||
| - name: "flow_0" | ||
| id: 0 | ||
| action: | ||
| type: queue | ||
| id: 0 | ||
| match: | ||
| udp_src: 4096 | ||
| udp_dst: 4096 | ||
|
|
||
| bench_rx: | ||
| - interface_name: "rx_port" | ||
|
|
||
| bench_tx: | ||
| - interface_name: "tx_port" | ||
| batch_size: 10240 | ||
| payload_size: 8000 | ||
| header_size: 64 | ||
| eth_dst_addr: <00:00:00:00:00:00> | ||
| ip_src_addr: 1.2.3.4 | ||
| ip_dst_addr: 5.6.7.8 | ||
| udp_src_port: 4096 | ||
| udp_dst_port: 4096 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.