Intel® Acceleration Stack用户指南: Intel FPGA Programmable Acceleration Card N3000

ID 683040
日期 8/17/2020
Public
文档目录

7. 安装Intel XL710驱动程序

  1. 从Intel Resource and Design Center下载i40e driver (2.9.21版本)。
  2. 以root安装驱动程序。
    $ tar xvzf i40e-2.9.21.tar.gz ; cd i40e-2.9.21
    $ cd src
    $ sudo make install
    $ sudo rmmod i40e
    $ sudo insmod i40e.ko
  3. 从Intel Resource and Design Center下载i40e virtual function driver (3.7.53版本) 。
  4. 以root安装驱动程序。
    $ tar xzvf iavf-3.7.53.tar.gz ; cd iavf-3.7.53
    $ cd src
    $ sudo make install
    插入iavf内核模块来添加对Intel XL710的虚拟功能的支持:
    $ sudo insmod iavf.ko