Skip to content

Commit

Permalink
Make INSTALL.md more clear about DPDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
HKalbasi committed Nov 28, 2024
1 parent dc38080 commit 7edaa97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ sudo /etc/init.d/openibd restart
This may update the firmware on your NIC, a reboot should complete the update if necessary.

### Install DPDK from source
We recommend a local DPDK install from source. Download version 23.11 from the [DPDK downloads page](http://core.dpdk.org/download/):
We recommend a local DPDK install from source. Download version 23.11 (or desired version) from the [DPDK downloads page](http://core.dpdk.org/download/):
```sh
wget http://fast.dpdk.org/rel/dpdk-23.11.tar.xz
tar xJf dpdk-23.11.tar.xz
```

Set environment variables:
Set environment variables (For changing the version, set `DPDK_VERSION` properly):
```sh
export DPDK_PATH=/path/to/dpdk/dpdk-23.11
export DPDK_VERSION=23.11
Expand Down

0 comments on commit 7edaa97

Please sign in to comment.