Skip to content

Commit 18bc92a

Browse files
authored
Merge pull request #49648 from laxmanrb/patch-29
Update setup-dpdk.md
2 parents ef7a094 + 4082e9c commit 18bc92a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/setup-dpdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,22 @@ Accelerated networking must be enabled on a Linux virtual machine. The virtual m
6363
```bash
6464
sudo add-apt-repository ppa:canonical-server/dpdk-azure -y
6565
sudo apt-get update
66-
sudo apt-get install -y librdmacm-dev librdmacm1 build-essential libnuma-dev
66+
sudo apt-get install -y librdmacm-dev librdmacm1 build-essential libnuma-dev libmnl-dev
6767
```
6868

6969
### Ubuntu 18.04
7070

7171
```bash
7272
sudo apt-get update
73-
sudo apt-get install -y librdmacm-dev librdmacm1 build-essential libnuma-dev
73+
sudo apt-get install -y librdmacm-dev librdmacm1 build-essential libnuma-dev libmnl-dev
7474
```
7575

7676
### RHEL7.5/CentOS 7.5
7777

7878
```bash
7979
yum -y groupinstall "Infiniband Support"
8080
sudo dracut --add-drivers "mlx4_en mlx4_ib mlx5_ib" -f
81-
yum install -y gcc kernel-devel-`uname -r` numactl-devel.x86_64 librdmacm-devel
81+
yum install -y gcc kernel-devel-`uname -r` numactl-devel.x86_64 librdmacm-devel libmnl-devel
8282
```
8383

8484
### SLES 15

0 commit comments

Comments
 (0)