Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 424 Bytes

building-dpdk.md

File metadata and controls

11 lines (8 loc) · 424 Bytes

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. Run a configure.py: ./configure.py --enable-dpdk.
  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.