Users Guide
Table Of Contents
- Table of Contents
- 1 Regulatory and Safety Approvals
- 2 Functional Description
- 3 Network Link and Activity Indication
- 4 Features
- 4.1 Software and Hardware Features
- 4.2 Virtualization Features
- 4.3 VXLAN
- 4.4 NVGRE/GRE/IP-in-IP/Geneve
- 4.5 Stateless Offloads
- 4.6 Priority Flow Control
- 4.7 Virtualization Offload
- 4.8 SR-IOV
- 4.9 Network Partitioning (NPAR)
- 4.10 Security
- 4.11 RDMA over Converged Ethernet – RoCE
- 4.12 VMWare Enhanced Networking Stack (ENS)
- 4.13 Supported Combinations
- 4.14 Unsupported Combinations
- 5 Installing the Hardware
- 6 Software Packages and Installation
- 7 Updating the Firmware
- 8 Link Aggregation
- 9 System-Level Configuration
- 10 PXE Boot
- 11 SR-IOV – Configuration and Use Case Examples
- 12 NPAR – Configuration and Use Case Example
- 13 Tunneling Configuration Examples
- 14 RoCE – Configuration and Use Case Examples
- 15 DCBX – Data Center Bridging
- 16 DPDK – Configuration and Use Case Examples
- Revision History
Broadcom NetXtreme-E-UG304-2CS
123
NetXtreme-E User Guide User Guide for Dell Platforms
Get-NetOffLoadGlobalSetting
Get-NetAdapterRDMA
14.3.1.2 User Mode
Before running a user mode application written to NDSPI, copy and install the bxndspi.dll user mode driver. To copy and
install the user mode driver:
1. Copy bxndspi.dll to C:\Windows\System32.
2. Install the driver by running the following command:
rundll32.exe .\bxndspi.dll,Config install|more
14.3.1.3 Verifying that NIC is Enabled for RDMA
To verify that the NIC is enabled for RDMA:
1. Verify that NetworkDirect Functionality is enabled for each interface under the Advance Tab.
2. Using PowerShell, issue the following commands and ensure it returns True:
Get-NetAdapterRDMA
14.3.1.4 Verifying SMB Multichannel is Enabled
To verify that SMB multichannel is enabled:
1. Issue the following command and ensure Client RDMA Capable is True:
Get-SmbMultiChannelConnection
2. SMB multichannel is enabled by defaults. To enable or disable SMB multichannel, use the following commands:
Server Side:
– Enable – Set-SmbServerConfiguration -EnableMultiChannel $true
– Disable – Set-SmbServerConfiguration -EnableMultiChannel $false
Client Side:
– Enable – Set-SmbClientConfiguration -EnableMultiChannel $true
– Disable – Set-SmbClientConfiguration -EnableMultiChannel $false
14.3.1.5 Setting Up the System
To setup the system:
1. Configure the server by creating seven or more IP address with different subnets. For example:
– 172.1.55.1
– 172.2.55.2
– 172.3.55.3
– 172.4.55.4
– 172.5.55.5
– 172.6.55.6
– 172.7.55.7