Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explictly on DPDK with latest LTS build #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some highlights:
* See `scripts/packages/` for required software packages for your distro.
* The latest `rdma_core`, preferably installed from source
* For non-Mellanox DPDK-compatible NICs, a system-wide installation from DPDK
19.11.5 LTS sources (i.e., `sudo make install T=x86_64-native-linuxapp-gcc
19.11.x LTS sources (i.e., `sudo make install T=x86_64-native-linuxapp-gcc
DESTDIR=/usr`). Other DPDK versions are not supported.
* NICs: Fast (10 GbE+) NICs are needed for good performance. eRPC works best
with Mellanox Ethernet and InfiniBand NICs. Any DPDK-capable NICs
Expand Down Expand Up @@ -93,9 +93,9 @@ Some highlights:
* `sudo apt install make cmake g++ gcc libnuma-dev libibverbs-dev libgflags-dev numactl`
* `sudo modprobe ib_uverbs`
* `sudo modprobe mlx4_ib`
* Download the [DPDK 19.11.5 tarball](https://core.dpdk.org/download/) and
* Download the [DPDK 19.11.x LTS tarball](https://core.dpdk.org/download/) and
extract it. Other DPDK versions are not supported.
* Edit `config/common_base` by changing `CONFIG_RTE_LIBRTE_MLX5_PMD` and
* Edit `config/common_base` by changing `CONFIG_RTE_IBVERBS_LINK_DLOPEN `, `CONFIG_RTE_LIBRTE_MLX5_PMD` and
`CONFIG_RTE_LIBRTE_MLX4_PMD` to `y` instead of `n`.
* Build and install DPDK: `sudo make install T=x86_64-native-linuxapp-gcc
DESTDIR=/usr`
Expand Down