]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/doc/building-dpdk.md
import quincy beta 17.1.0
[ceph.git] / ceph / src / seastar / doc / building-dpdk.md
CommitLineData
11fdf7f2
TL
1## Building with a DPDK network backend
2
3 1. Setup host to compile DPDK:
4 - Ubuntu
5 `sudo apt-get install -y build-essential linux-image-extra-$(uname -r$)`
9f95a23c
TL
6 2. Configure the project with DPDK enabled: `./configure.py --mode=release --enable-dpdk`
7 3. Run `ninja-build build/release`.
11fdf7f2
TL
8
9To run with the DPDK backend for a native stack give the seastar application `--dpdk-pmd 1` parameter.
10
11You can also configure DPDK as an [external package](README-DPDK.md).