Visible to Intel only — GUID: ouo1588111858914
Ixiasoft
1. About this Document
2. System Requirements
3. Hardware Installation
4. Installing the OPAE Software
5. Identify the Intel® MAX® 10 BMC Version
6. Intel XL710 Driver Installation and Firmware Update
7. Updating the Retimer Firmware
8. OPAE Tools
9. Sample Test: Native Loopback
10. Configuring Ethernet Interfaces
11. Testing Network Loopback Using Data Plane Development Kit (DPDK)
12. Graceful Shutdown
13. Single Event Upset (SEU)
14. Document Revision History for Intel Acceleration Stack User Guide: Intel® FPGA PAC N3000-N/2
A. Troubleshooting
B. fpgabist Sample Output
Visible to Intel only — GUID: ouo1588111858914
Ixiasoft
6.1. Installing the Intel XL710 Driver
Select the appropriate i40e and iavf driver for the XL710 NVM based on Table: Software/NVM Compatibility for XXV710 in the Intel Ethernet Controller X710/ XXV710/XL710 Feature Support Matrix.
Remember: Table: Software/NVM Compatibility for XXV710 is updated periodically.
Follow these steps to install the Intel XL710 driver:
- Download the i40e driver from download center or subcribe to i40e driver on sourceforge.
- Install driver as root.
$ tar xvzf i40e-2.12.6.tar.gz ; cd i40e-2.12.6
$ cd src
$ sudo make install
$ sudo rmmod i40e
$ sudo insmod i40e.ko
- Download the i40e virtual function driver from download center or subcribe to i40e virtual function driver on sourceforge.
- Install driver as root.
$ tar xzvf iavf-3.9.5.tar.gz ; cd iavf-3.9.5
$ cd src
$ sudo make install
Insert the iavf kernel module to add support for virtual functions for Intel XL710:$ sudo insmod iavf.ko
Note: You may see the following errors during iavf driver install:
SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:72
SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:79
It is safe to ignore these error messages. These errors are related to verification of digital signature of the driver. As the iavf Linux drivers are not digitally signed, the errors are to be expected on some operating system. These errors do not impact the functionality of the XL710 other than possible warnings in dmesg.