@@ -36,13 +36,13 @@ DPDK can run on Azure virtual machines that are supporting multiple operating sy
36
36
37
37
The following distributions from the Azure Gallery are supported:
38
38
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 |
46
46
47
47
** Custom kernel support**
48
48
@@ -119,8 +119,7 @@ After restarting, run the following commands once:
119
119
* Configure hugepage by running the following command, once for all numanodes:
120
120
121
121
``` 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
124
123
```
125
124
126
125
* Create a directory for mounting with ` mkdir /mnt/huge` .
0 commit comments