Multi Channel DMA Intel® FPGA IP for PCI Express Design Example User Guide

ID 683517
Date 4/17/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.5.2.3.1.2. External Packages

To run the DPDK software driver, you must install the numactl-devel package:
  • CentOS:
    yum install numactl-devel
  • Ubuntu:
    apt-get install numactl

To create a VM environment with QEMU, install the following software:

  1. Use the command below to install the packages:
    • CentOS:
      yum install qemu-kvm qemu-img libvirt virt-install libvirt-client
    • Ubuntu:
      apt-get install qemu qemu-kvm qemu-img libvirt virt-install libvirt-client
      apt-get install python-is-python3 libjpeg62
      
    Note: Need to create a softlink for libpng15.so in /usr/lib ln -s /usr/local/lib/libpng15.so /usr/lib/
  2. Download the QEMU software from the official site.
Note: For testing over VM, you need to generate the necessary qcow2 file.