Checking Mellanox NIC Information
- Check for Mellanox NICs.
1lspci -nn | grep Mellanox

- Query the port information about the Mellanox NIC.
1ls -l /sys/class/net/ | grep 01:00

- Check the hardware version. The installed firmware must match the version requirements specified in the Release Notes.
1ethtool -i enp1s0f1 | head -5
- Check the maximum number of VFs supported by the Mellanox network port.
1cat /sys/class/net/enp1s0f1/device/sriov_totalvfs
The command output shows that a maximum of eight VFs are supported.
Parent topic: Configuring OVS Flow Table NIC Acceleration