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

ID 683517
Date 1/19/2024
Public
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.