summaryrefslogtreecommitdiffstats
path: root/src/seastar/doc/building-dpdk.md
blob: 982d91f332bdc4807c41afc2bb212de7cbc5fbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Building with a DPDK network backend

 1. Setup host to compile DPDK:
    - Ubuntu 
         `sudo apt-get install -y build-essential linux-image-extra-$(uname -r$)` 
 2. Configure the project with DPDK enabled: `./cooking.sh -r dev -- -DSeastar_DPDK=ON
 3. Run `ninja-build`.

To run with the DPDK backend for a native stack give the seastar application `--dpdk-pmd 1` parameter.

You can also configure DPDK as an [external package](README-DPDK.md).