Broadcom NIC requirements for WEKA clients
To enable a WEKA client to use Broadcom adapters, ensure the server has the appropriate drivers and firmware downloaded from Broadcom's website.
Broadcom NIC deployment guidelines and prerequisites
Deployment: Only supported for WEKA clients.
Core limits: Official support for configurations with a maximum of 40 cores.
Virtualization: Not supported for guest VMs on KVM or VMware.
SR-IOV: Ensure SR-IOV is enabled in both the BIOS and NIC settings. See Enable the SR-IOV.
Set up the drivers and software
Procedure:
Download software bundle: Access Broadcom's download center and download the software bundle onto the target server. Carefully review the instructions included in the bundle.
Installation instructions: Follow these steps to compile and install the required components:
bnxt_en driver:
Download the
bnxt_endriver from the Broadcom download center.Follow the provided instructions to compile and install it.
Ensure you are using this version instead of the default driver from your Linux distribution.
SliFF driver:
Compile and install according to the provided instructions.
NICCLI command line utility:
Follow the specific instructions to compile and set up this utility.
Non-inbox driver:
Ensure this driver is compiled and installed as per the given guidelines.
Make sure each component is appropriately configured after installation for optimal functionality.
Post-installation steps: After installation, run one of the following commands based on the Linux distribution:
dracut -fupdate-initramfs -u
Reboot the server: Reboot the server to apply the changes.
Install the firmware
After installing Broadcom drivers and software, install the firmware included in the download bundle. Firmware files are typically named after the adapter they are intended for, such as BCM957508-P2100G.pkg.
Procedure:
Identify the target adapter: Use the command
niccli --listto list Broadcom adapters and identify the target adapter by its decimal device number:
Identify the device: From the
niccli --listoutput, choose the device identifier (for example,1forBCM57508).
Confirm and complete the installation: Follow the prompts to confirm and complete the firmware update.
Reboot the server: Reboot the server to apply the firmware update.
Update NVM settings
To enable WEKA system compatibility, configure certain NVM options to increase the number of Virtual Functions (VFs) and enable TruFlow.
Procedure:
Increase the number of VFs to 64: Run the following commands:
Enable TruFlow: Run the following commands:
Additional configuration for BCM57508-P2100G: Run the following command:
Reboot the server: Reboot the server to apply the changes.
The adapter is ready for use by the WEKA system.
Configure Broadcom P2100G adapters for 200 Gbps operation
Convert a dual-port 100 Gbps Broadcom P2100G adapter into a single-port 200 Gbps configuration by consolidating both ports. This mode is optimal for high-throughput applications requiring maximum bandwidth on a single interface.
Procedure
Determine NIC index: Run the following command to list all installed NICs and determine the correct index (
<index>) of the target P2100G adapter:Set link speed and port: Use the Linux
nicclitools to set the default link speed to 200G for both the driver (when the OS is running) and the firmware (PXE boot), and hide the second network port with the following commands:
Last updated