Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

BlueField's Ethernet BlueField2 SmartNIC solutions combine Arm® processing power with advanced network offloads to accelerate a multitude of security, networking and storage applications.
Based on the BlueField BlueField2 system-on-chip (SoC) programmable network engine, BlueField BlueField2 SmartNICs integrate Mellanox ConnectX®-5 6 Dx network controller with Arm multicore processors and cryptology options to deliver an innovative and high-performance programmable platform. Through this article, you will be able to quickly set up a simple test lab which will allow you to experiment and explore BlueField BlueField2 SmartNIC capabilities. The setup includes a bare metal server hosting BlueField BlueField2 25GbE SmartNIC connected back-to-back to another bare metal server with ConnectX-5 6 Dx NIC.

License

N/A

How to use this document

this document is used to guide how to install the OVS-DPDK into SmartNIC and integrate it with the server

Deployment Architecture

The following diagram shows the physical configuration between the BlueField BlueField2 SmartNIC and the ConnectX-5 6 Dx NIC. 

...

Image Added

Pre-Installation Requirements

Hardware Requirements

Minimum Hardware Requirements


Qty.

Item

 Comments

2x86 servers running CentOS
7 -1ConnectX-5 NIC (FW: 16.24.0328 and up) -1BlueField 25GbE SmartNIC with Arm processor (FW: 18.24.1000 and up) -
8.
5
2

 Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz/ 40 cores / 2 numa / 320G memory

Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz/ 40 cores/ 2 numa / 320G memory

1ConnectX-6 Dx NIC (FW: 22.29.1016) -
1BlueField2 25GbE SmartNIC with Arm processor (FW: 24.29.1016) ARM A72  8 cores / single numa / 16G memory/ 25G bandwidth
 125GB/s SFP28 networking cable -
 1QSA28 Adapter
(100GB-to-25GB Adapter)
Module -
 1UART-to-USB cableFor SmartNIC USB console access 
 1Mini USB Type B cableFor SmartNIC USB Console Access
 1bfb image to be loaded on the
BlueField
BlueField2 SmartNIC Arm. Image contains:
  • CentOS 7.
5
  • 6 over Arm architecture
  • MLNX_OFED_LINUX-
4
  • 5.
4
  • 2-
2
  • 1.
5.11.0 (compiled with DPDK and BlueField flags)
  • 0.4 
  • DPDK libraries version
18
  • 20.11
  • Pre-configured network settings for easy SmartNIC management
  1. Insert ConnectX-5 6 Dx NIC into Server A
  2. Insert BlueField BlueField2 SmartNIC into Server B
  3. Connect the SmartNIC UART cable from SmartNIC to its hosting Server B USB port #1
  4. Connect Mini USB cable from SmartNIC to its hosting Server B USB port #2
  5. Insert QSA28 Adapter Module into Server 100GBB 25GB port
  6. Connect one of the SmartNIC ports to the ConnectX-5 6 Dx using 25GB cable
  7. Connect both servers to a management LAN

Recommended Hardware Requirements

N/A



Software Prerequisites

MLNX_OFED

Note

  1. Use automatic FM update during MLNX_OFED installation ONLY if the current BlueField BlueField2 FW version is 1824.24.1000 (GA) or 29.1016 or above. In case its older, manually burn the FW after MLNX_OFED installation.
  2. In case you plan to run DPDK on the host itself, install MLNX_OFED with "--dpdk --upstream-libs" flags
  3. The "BlueField" flag is not required in some of the MLNX_OFED versions and OS releases

OVS-DPDK

  1. In R3, We've open-sourced a fork of DPDK based Open vSwitch, which supports the VXLAN decap/encap full offload: https://github.com/bytedance/ovs-dpdk, and In R4, we used the Mellanox version which is in the process of open source
  2. The code is fully compatible with upstream Open vSwitch, you can follow the same procedures to build them from the source. See the link: http://docs.openvswitch.org/en/latest/intro/install/
  3. Or you can use the ansible scripts in the Akaino Gerrit to install both BlueField BlueField2 Card and OVS-DPDK. Currently, the scripts are not available, as the scripts work by relying on many company's internal services. We are refactoring the code that you can use it in your own SmartNIC setups.

Database Prerequisites

N/A

Schema scripts

N/A

Other Installation Requirements

N/A

Jump Host Requirements

N/A

Network Requirements

N/A

Bare Metal Node Requirements

N/A

Execution Requirements (Bare Metal Only)

N/A

Installation High-Level Overview      

SmartNIC Server Preparations

  • Install useful packages:

yum install -y screen minicom net-tools tcpdump usbutils net-utils sshpass iptables-services fio epel-release iperf wget git unzip perl pciutils lsof tcl libxml2-python tk unbound gtk2 atk cairo gcc-gfortran tcsh nvme-cli

...

tar -xzvf MLNX_OFED_LINUX-45.42-21.50.114.0-rhel7.56-x86_64.tgz
cd MLNX_OFED_LINUX-45.42-21.50.114.0-rhel7.56-x86_64
./mlnxofedinstall --withadd-nvmf --bluefield --without-fw-updatekernel-support


            Note

  1. Use an automatic FM update during MLNX_OFED installation ONLY if the current BlueField BlueField2 FW version is 18is 24.24.1000 (GA) 29.1016 or above. In case its older, manually burn the FW after MLNX_OFED installation.
  2. In case you plan to run DPDK on the host itself, install MLNX_OFED with "--dpdk --upstream-libs" flags
  3. The "BlueField" flag is not required in some of the MLNX_OFED versions and OS releases


  • Enable SR-IOV on FW (Optional):

mlxconfig -y -d /dev/mst/mt41682mt41686_pciconf0 s SRIOV_EN=1
mlxconfig -y -d /dev/mst/mt41682mt41686_pciconf0 s NUM_OF_VFS=8

  • Uncomment the following line in /etc/modprobe.d/rshim.conf to set the default RShim access method to the SmartNIC:

...

 options rshim backend_driver=rshim_usb


  • Download and install RShim driver to communicate with BlueField2 SmartNIC, including packages required.

yum install pciutils-devel libusbx-devel fuse-devel

rpm -Uvh rshim-<version-number>.x86_64.rpm -force

       Note: Before start the driver, guarantee that old version of kernel modules are unloaded if there has.

rmmod rshim_net
rmmod rshim_pcie
rmmod rshim_usb
rmmod rshim

systemctl start rshim


       Note

  1. When this line is commented, the first available driver will be used.
  2. When the mini USB cable is not used, the driver should be rshim_pcie
  • Create a file named ifcfg-tmfifo_net0 under /etc/sysconfig/network-scripts/ directory, with the following content:

...

  • ifcfg-tmfifo_net0 is the network interface used for IP communication between the x86 host and the SmartNIC with rshim _net driver.
  • Enable ip forwarding and set a NAT rule to allow the SmartNIC OS to communicate with the outer world via the host management interface:

...

sysctl -w net.ipv4.ip_forward=1
systemctl enable iptables
systemctl start iptables
iptables -F
iptables -t nat -A POSTROUTING -o <host_mgmt_interfac> -j MASQUERADE
service iptables save

  • The oob_net0 interface on BlueField2 ARM can be used for management interface and a connection to outside. The configuration for it can be as below:

NAME="oob_net0"
DEVICE="oob_net0"
NM_CONTROLLED="yes"
PEERDNS="yes"
ONBOOT="yes"
BOOTPROTO="dhcp"
TYPE=Ethernet


  • Disable Disable Firewall and Network Manager services

...

  • Reboot the server. Once the server is up again, run some configuration sanity tests:
  • To verify BlueField BlueField2 FW version:

mlxfwmanager --query


  •  To verify RShim modules are loadeddriver is working:

lsmod | grep -i systemctl status rshim


  • To identify the backend active RShim driver:

...

iptables -L -n -t nat


  • Download the BlueField BlueField2 Quick Start bfb image:  httpshttp://www.mellanox.box.com/s/q44f501xq1e29yb1bjpsb9vzgqs89a76
  • Place the bfb image on the host and load it on the BlueField SmartNIC using the following command:

...

cat /home/CentOS7.5ALT-aarch64-QuickStart.bfb > /dev/rshim0/boot

  

Use one of the console access methods described in the "SmartNIC Management Methods" section below to follow the image installation process.

When bfb image installation process is completed, connect to the SmartNIC with the console or SSH, as described below, and test connectivity from the SmarNIC OS to the outer world.

  • SmartNIC Management Methods 

           To manage the SmartNIC from the hosting server, use one of the following methods

Image Removed
Access Credentials: root\centos

...

cat /home/CentOS7.6-5.4.60-mlnx.51.ge913ebd-MLNX_OFED-5.2-1.0.4.0-1-aarch64.bfb > /dev/rshim0/boot

  Note: CentOS based bfb is not officially supported.


Use one of the console access methods described in the "SmartNIC Management Methods" section below to follow the image installation process.

When bfb image installation process is completed, connect to the SmartNIC with the console or SSH, as described below, and test connectivity from the SmarNIC OS to the outer world.

  • SmartNIC Management Methods 

           To manage the SmartNIC from the hosting server, use one of the following methods 

Image Added
Access Credentials: root\centos

Console over USB-Serial / Serial Port properties: Rate 115200, HW Flow Control OFF.

minicom -D /dev/ttyUSB0

Console over USB (rshim_usb) / Serial Port properties: Rate 115200, HW Flow Control OFF

minicom -D /dev/rshim0/console

SSH (rshim_net)

ssh root@192.168.100.2

Note: SmartNIC OS is configured to obtain internet access via its hosting server.

Basic SmartNIC Management Operations

How-to soft reset the SmartNIC via host server:

Issue the following command on the server:

echo "SW_RESET 1" > /dev/rshim0/misc


Follow the boot process using console access:

minicom -D /dev/ttyUSB0

Console over USB (rshim_usb) / Serial Port properties: Rate 115200, HW Flow Control OFF

  

Note: This is not a power cycle of the SmartNIC.


 How-to load BlueField2 SmartNIC OS image from the hosting server:

Place bfb image on the server

Issue the following command on the server:

cat <image>.bfb >

minicom -D

/dev/rshim0/boot


Follow the installation and boot process using the console

...

SSH (rshim_net)

...

ssh root@192.168.100.2

Note
       SmartNIC OS is configured to obtain internet access via its hosting server.

Basic SmartNIC Management Operations

How-to soft reset the SmartNIC via host server:

Issue the following command on the server:

...

echo "SW_RESET 1" > /dev/rshim0/misc

access:

minicom -D /dev/ttyUSB0

  

SmartNIC Modes

BlueField2 SmartNIC can operate in two modes:

SEPERATED_HOST (default mode)

In this mode, both the x86 hosting server and the SmartNIC Arm OS act as separated entities; Both can use and communicate with each other or the network via the ConnectX-6 Dx module of the SmartNIC.

EMBEDDED

In this mode, the x86 hosting server communicates with the outer world only through the SmartNIC Arm. 


Image Added


Note

In order to identify the SmartNIC current mode, issue the following commands on the x86 hosting server:

x86_host#mst start
x86_host#mlxconfig -d /dev/mst/mt41686_pciconf0 q | grep -i model


Switching to EMBEDDED Mode from SEPERATED_HOST Mode

On the x86 host:

Enable EMBEDDED mode:

x86_host #mst start
x86_host #mlxconfig -d /dev/mst/mt41686_pciconf0 s INTERNAL_CPU_MODEL=1


Reboot.


Verify:

x86_host#mst start
x86_host#mlxconfig -d /dev/mst/mt41686_pciconf0 q | grep -i model


On the Arm:

Issue the following commands to enable ECPF parameters (applied per port):

Note: The ECPF parameters will be available for setting only after completing the previous steps.

  

Snic#mst start
Snic#mst status -v
Snic#mlxconfig -d /dev/mst/mt41686_pciconf0 s ECPF_ESWITCH_MANAGER=1 ECPF_PAGE_SUPPLIER=1
Snic#mlxconfig

Follow the boot process using console access:

...

minicom -D /dev/ttyUSB0

  

Note

This is not a power cycle of the SmartNIC.

 How-to load BlueField SmartNIC OS image from the hosting server:

Place bfb image on the server

Issue the following command on the server:

...

cat <image>.bfb > /dev/rshim0/boot

Follow the installation and boot process using the console access:

...

minicom -D /dev/ttyUSB0

  

SmartNIC Modes

BlueField SmartNIC can operate in two modes:

SEPERATED_HOST (default mode)

In this mode, both the x86 hosting server and the SmartNIC Arm OS act as separated entities; Both can use and communicate with each other or the network via the ConnectX-5 module of the SmartNIC.

EMBEDDED

In this mode, the x86 hosting server communicates with the outer world only through the SmartNIC Arm.

Image Removed

Note

In order to identify the SmartNIC current mode, issue the following commands on the x86 hosting server:

x86_host#mst start
x86_host#mlxconfig -d /dev/mst/mt41682_pciconf0 q | grep -i model

Switching to EMBEDDED Mode from SEPERATED_HOST Mode

On the x86 host:

Enable EMBEDDED mode:

...

x86_host #mst start
x86_host #mlxconfig -d /dev/mst/mt41682_pciconf0 s INTERNAL_CPU_MODEL=1

 Reboot.

Verify:

...

x86_host#mst start
x86_host#mlxconfig -d /dev/mst/mt41682_pciconf0 q | grep -i model

On the Arm:

Issue the following commands to enable ECPF parameters (applied per port):

Note
The ECPF parameters will be available for setting only after completing the previous steps.

  

...

Snic#mst start
Snic#mst status -v
Snic#mlxconfig -d /dev/mst/mt41682_pciconf0 s ECPF_ESWITCH_MANAGER=1 ECPF_PAGE_SUPPLIER=1
Snic#mlxconfig -d /dev/mst/mt41682_pciconf0.1 s ECPF_ESWITCH_MANAGER=1 ECPF_PAGE_SUPPLIER=1

mt41686_pciconf0.1 s ECPF_ESWITCH_MANAGER=1 ECPF_PAGE_SUPPLIER=1

  

Reboot the x86 host.

Verify configuration:

Once the procedure is completed, issue the following command on both the x86 host and the Arm:

/opt/mellanox/iproute2/sbin/rdma link

 
On x86 host: the output should list two network devices.

link mlx5_0/1: state ACTIVE physical_state LINK_UP netdev ens1f0
link mlx5_1/1: state DOWN physical_state DISABLED netdev ens1f1

 
On Arm: following devices should be listed:

link mlx5_0/1 state ACTIVE physical_state LINK_UP netdev pf0hpf
link mlx5_0/2 state ACTIVE physical_state LINK_UP netdev pf0sf0
link mlx5_0/19 state ACTIVE physical_state LINK_UP netdev p0
link mlx5_1/1 state ACTIVE physical_state LINK_UP netdev pf1hpf
link mlx5_1/2 state ACTIVE physical_state LINK_UP netdev pf1sf0
link mlx5_1/19 state DOWN physical_state DISABLED netdev p1
link mlx5_2/1

  

Reboot the x86 host.

Verify configuration:

Once the procedure is completed, issue the following command on both the x86 host and the Arm:

...

/opt/mellanox/iproute2/sbin/rdma link

 
On x86 host: the output should list two network devices.

1/1: mlx5_0/1: state ACTIVE physical_state LINK_UP netdev ens1f0
2/1: p0m0
link mlx5_
13/1 : state DOWN ACTIVE physical_state DISABLED netdev ens1f1

 
On Arm: the output should list four representors:

...

1/1: mlx5_0/1: state ACTIVE physical_state LINK_UP netdev rep0-ffff
2/1: mlx5_1/1: state ACTIVE physical_state LINK_UP netdev rep0-0
3/1: mlx5_2/1: state DOWN physical_state DISABLED netdev rep1-ffff
4/1: mlx5_3/1: state DOWN physical_state DISABLED netdev rep1-0

  

Issue the following commands on the Arm to see the correlation between the PCI device and its representors:

...

mst start
mst status -v
 
 
PCI devices:
------------
DEVICE_TYPE MST PCI RDMA NET NUMA
BlueField(rev:0) NA 03:00.1 mlx5_3,mlx5_2 net-eth2,net-rep1-ffff -1
BlueField(rev:0) NA 03:00.0 mlx5_1,mlx5_0 net-rep0-ffff,net-eth1 -1

LINK_UP netdev p1m0


Issue the following commands on the Arm to see the correlation between the PCI device and its representors:  

mst start
mst status -v
 
 
PCI devices:
------------
DEVICE_TYPE MST PCI RDMA NET NUMA
BlueField2(rev:0) NA 03:00.1 mlx5_1 net-p1 -1
BlueField2(rev:0) NA 03:00.0 mlx5_0 net-p0 -1


Note: The pf0hpf / pf1hpf are the PF representors facing the x86 host.


Switching to SEPERATED_HOST Mode from EMBEDDED Mode

On the x86 host:

Enable SEPERATED_HOST mode:

x86_host #mst start
x86_host #mlxconfig -d /dev/mst/mt41686_pciconf0 s INTERNAL_CPU_MODEL=0


Reboot.

Verify:

x86_host#mst start
x86_host#mlxconfig -d /dev/mst/mt41686_pciconf0 q | grep -i model


Testing Traffic in EMBEDDED Mode

In Embedded mode, traffic from the x86 server hosting the SmartNIC to the remote x86 server hosting the ConnectX-6 Dx is going via the SmartNIC Arm.

Follow the configuration steps below to test it.

On the Arm

Stop OVS:

systemctl stop openvswitch


Verify hugetlbfs is mounted:

mount | grep -i hugetlbfs

if not, mount it:

mount -t hugetlbfs nodev /dev/hugepages


Set Hugepages:

echo 4 > /sys/kernel/mm/hugepages/hugepages-1048576kB/nr_hugepages


Verify hugepages were allocated (look for HugePages_Total and Free):

cat /proc/meminfo | grep -i huge


Identify the SmartNIC PCI device ID:

lspci | grep -i mellanox


Configure OVS-DPDK:

ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true

ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-socket-mem=4096

ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-extra="-w 03:00.0,representor=[0,65535]"

ovs-vsctl add-br dpdkbr0 -- set bridge dpdkbr0 datapath_type=netdev 

-- set bridge dpdkbr0 fail-mode=standalone

ovs-vsctl add-port dpdkbr0 p0 -- set Interface p0 type=dpdk options:dpdk-devargs=0000:03:00.0

ovs-vsctl add-port dpdkbr0 pf0hpf -- set Interface pf0hpf type=dpdk options:dpdk-devargs="0000:

Note
The rep0-0 / rep1-0 are the representors facing the x86 host and the rep0-ffff / rep1-ffff are the representors facing the network.

Switching to SEPERATED_HOST Mode from EMBEDDED Mode

On the x86 host:

Enable SEPERATED_HOST mode:

...

x86_host #mst start
x86_host #mlxconfig -d /dev/mst/mt41682_pciconf0 s INTERNAL_CPU_MODEL=0

Reboot.

Verify:

...

x86_host#mst start
x86_host#mlxconfig -d /dev/mst/mt41682_pciconf0 q | grep -i model

Testing Traffic in EMBEDDED Mode using DPDK

In Embedded mode, traffic from the x86 server hosting the SmartNIC to the remote x86 server hosting the ConnectX-5 is going via the SmartNIC Arm.

DPDK application is used to forward the traffic and bypass Arm OS kernel. Follow the configuration steps below to test it.

On the Arm

Stop OVS:

...

systemctl stop openvswitch

Verify hugetlbfs is mounted:

...

mount | grep -i hugetlbfs

if not, mount it:

...

mount -t hugetlbfs nodev /dev/hugepages

Set Hugepages:

...

echo 4 > /sys/kernel/mm/hugepages/hugepages-524288kB/nr_hugepages

Verify hugepages were allocated (look for HugePages_Total and Free):

...

cat /proc/meminfo | grep -i huge

Identify the SmartNIC PCI device ID:

...

lspci | grep -i mellanox

Start testPMD application  while probing the representors  (pci device is 03:00.0):

cd /usr/bin/
./testpmd -w

03:00.0,representor=[

0,

65535]

 – -i

"

systemctl restart openvswitch


testpmd> start


Set IPs on both x86 host and ConnectX-5 6 Dx host and test connectivity with ping (it will be forwarded by the Arm DPDK)

On the ConnectX-5 6 Dx external host start iperf server:

...

On the x86 host, start iperf client:

iperf -c 172.16.0.2 -P12

While the test is running, you can check traffic statistics on Arm testPMD:

...

testpmd> show port stats all


Bare Metal Deployment Guide

Install Bare Metal Jump Host

N/A

Creating a Node Inventory File

N/A

Creating the Settings Files

N/A

Running

N/A


Virtual Deployment Guide

N/A

Standard Deployment Overview

N/A

Snapshot Deployment Overview

N/A

Special Requirements for Virtual Deployments

N/A

Install Jump Host

N/A

Verifying the Setup - VMs

N/A

Upstream Deployment Guide

N/A

Upstream Deployment Key Features

N/A

Special Requirements for Upstream Deployments

N/A 

Scenarios and Deploy Settings for Upstream Deployments

N/A

Including Upstream Patches with Deployment

N/A

Running

N/A

Interacting with Containerized Overcloud

N/A

Verifying the Setup as defined the Akraino validation feature project plus any additional testing specific to the blue print

N/A

Developer Guide and Troubleshooting

Utilization of Images

N/A

Post-deployment Configuration

N/A

Debugging Failures

N/A

Reporting a Bug

N/A

Uninstall Guide

not applicable

Troubleshooting

Error Message Guide

Server Unable to Find the SmartNIC

  • Ensure that the SmartNIC is placed correctly
  • Make sure the SmartNIC slot and the SmartNIC are compatible
  • Install the SmartNIC in a different PCI Express slot
  • Use the drivers that came with the SmartNIC or download the latest
  • Make sure your motherboard has the latest BIOS
  • Try to reboot the server

The SmartNIC no Longer Works

  • Reseat the SmartNIC in its slot or a different slot, if necessary
  • Try using another cable
  • Reinstall the drivers for the network driver files may be damaged or deleted
  • Reboot the server

SmartNIC Stopped Working After Installing Another

  • Try removing and re-installing all SmartNICs
  • Check that cables are connected properly
  • Make sure your motherboard has the latest BIOS

Link Indicator Light is Off

  • Try another port on the switch
  • Make sure the cable is securely attached
  • Check you are using the proper cables that do not exceed the recommended lengths
  • Verify that your switch and SmartNIC port are compatible

Link Light is On but No Communication is Established

  • Check that the latest driver is loaded
  • Check that both the SmartNIC and its link are set to the same speed and duplex settings

Maintenance

...

BluePrint Package Maintenance

Software maintenance

N/A 

Hardware maintenance

N/A

Blueprint Deployment Maintenance

N/A

Frequently Asked Questions

N/A

License

N/A

References

N/A

Definitions, acronyms and abbreviations

OVS : Open Virtual-Switch

...