Hi1822 Offload Cards (for BMSs with SDI 3.0)

Scenario

If the BMS uses SDI 3.0 cards, you need to install the Hi1822 driver on the VM. The following uses CentOS 7.6 as an example.

Prerequisites

Procedure

  1. Check whether the hinic driver exists.

    rpm -qa | grep hinic

    • If yes, go to 2.
    • If no, go to 3.
  2. Uninstall the hinic driver.

    rpm -e kmod-hinic

    rmmod hinic

  3. Go to the directory where the .rpm installation package is stored and run the following command to install it:

    rpm -ivh kmod-hinic-5.0.0.7_3.10.0_957-1.el7.x86_64.rpm

  4. Run the modprobe hinic command to load the latest Hi1822 driver.