Users Guide

Table Of Contents
Broadcom NetXtreme-E-UG304-2CS
125
NetXtreme-E User Guide User Guide for Dell Platforms
Figure 43: Drive Mapping
Each of the network drives generate 16 RDMA connections for a total of 112 with seven drives.
14.3.1.6 Traffic Generation
To exercise all 16 RDMA connections simultaneously using a different traffic generation tool:
If MLTT (License Software) is being used:
Change the number of thread counts from 1 to 16. This ensures that all 16 channels have traffic running.
If Diskspd (freeware and successor to SQLIO) is being used:
Use a combination of the following two parameters which produce a product of 16, for example:
-o2 -t8, -o4 -t4, or -o1 -t16
-o: Outstanding I/O request. This is your queue depth.
-t: Number of threads per file.
14.3.1.7 Verifying RDMA
To verify RDMA:
Create a file share on the remote system and open that share using Windows Explorer. To avoid a hard disk read/write speed
bottleneck, a RAM disk is recommended as the network share under test.
1. From PowerShell, run the following commands:
Get-SmbMultichannelConnection | fl *RDMA*
ClientRdmaCapable : True
ServerRdmaCapable : True
2. If both client and server show True, then any file transfers over this SMB connection use SMB.
3. The following commands can be used to enable/disable SMB Multichannel:
Server Side:
Enable – Set-SmbServerConfiguration -EnableMultiChannel $true
Disable – Set-SmbServerConfiguration -EnableMultiChannel $false
Client Side:
Enable – Set-SmbClientConfiguration -EnableMultiChannel $true
Disable – Set-SmbClientConfiguration -EnableMultiChannel $false