Skip to content

Commit 51adf96

Browse files
author
victorcheng7
authored
Make code easier to copy and paste & update tables
Change echo 1024 to one line to make copy and paste easier
1 parent 00bc5da commit 51adf96

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/virtual-network/setup-dpdk.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ DPDK can run on Azure virtual machines that are supporting multiple operating sy
3636

3737
The following distributions from the Azure Gallery are supported:
3838

39-
| Linux OS | Kernel version |
40-
|--------------|---------------- |
41-
| Ubuntu 16.04 | 4.15.0-1015-azure |
42-
| Ubuntu 18.04 | 4.15.0-1015-azure |
43-
| SLES 15 | 4.12.14-5.5-azure |
44-
| RHEL 7.5 | 3.10.0-862.9.1.el7 |
45-
| CentOS 7.5 | 3.10.0-862.3.3.el7 |
39+
| Linux OS | Kernel version | DPDK-18.11 | DPDK-19.11 |
40+
|--------------|--------------------------- |--------------|-------------- |
41+
| Ubuntu 16.04 | 4.15.0-1014-azure+ | Pass | Pass |
42+
| Ubuntu 18.04 | 4.15.0-1014-azure+ | Pass | Pass |
43+
| SUSE15SP1 | 4.12.14-8.27-azure+ | Pass | Pass |
44+
| RHEL 7.5 | 3.10.0-862.11.6.el7.x86_64+ | Pass | Pass |
45+
| CentOS 7.5 | 3.10.0-862.11.6.el7.x86_64+ | Pass | Pass |
4646

4747
**Custom kernel support**
4848

@@ -119,8 +119,7 @@ After restarting, run the following commands once:
119119
* Configure hugepage by running the following command, once for all numanodes:
120120

121121
```bash
122-
echo 1024 | sudo tee
123-
/sys/devices/system/node/node*/hugepages/hugepages-2048kB/nr_hugepages
122+
echo 1024 | sudo tee /sys/devices/system/node/node*/hugepages/hugepages-2048kB/nr_hugepages
124123
```
125124

126125
* Create a directory for mounting with `mkdir /mnt/huge`.

0 commit comments

Comments
 (0)