January 2019
Beginner to intermediate
776 pages
19h 58m
English
You may install DPDK in your computer by using the following script:
$ sh 22_2_quickstart.sh
This script will take a few minutes to configure and install DPDK, and produce the following lines when it completes its successful installation:
.. Installation in /usr/local/ complete DPDK Installation Complete.
The content of the script is described in detail in the following steps.
Install pcap dependencies, as DPDK depends on pcap for the user level packet capture:
$ sudo apt-get install libpcap-dev Failure to have pcap in your system will fail the build with the error message "dpdk-stable-17.05.1/drivers/net/pcap/rte_eth_pcap.c:39:18: fatal error: pcap.h: No such file or directory"
Download DPDK's latest stable version from ...
Read now
Unlock full access