Skip to content

Commit 8d95a34

Browse files
committed
removed centos references
1 parent 6db26b4 commit 8d95a34

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/virtual-network/setup-dpdk.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ The following distributions from the Azure Marketplace are supported:
3939
| Ubuntu 18.04 | 4.15.0-1014-azure+ |
4040
| SLES 15 SP1 | 4.12.14-8.19-azure+ |
4141
| RHEL 7.5 | 3.10.0-862.11.6.el7.x86_64+ |
42-
| CentOS 7.5 | 3.10.0-862.11.6.el7.x86_64+ |
4342
| Debian 10 | 4.19.0-1-cloud+ |
4443

4544
The noted versions are the minimum requirements. Newer versions are supported too.
@@ -68,9 +67,9 @@ DPDK installation instructions for MANA VMs are available here: [Microsoft Azure
6867

6968
### Install build dependencies
7069

71-
# [RHEL, CentOS](#tab/redhat)
70+
# [RHEL](#tab/redhat)
7271

73-
#### RHEL7.5/CentOS 7.5
72+
#### RHEL7.5
7473

7574
```bash
7675
yum -y groupinstall "Infiniband Support"
@@ -273,7 +272,7 @@ When you're running the previous commands on a virtual machine, change *IP_SRC_A
273272

274273
## Install DPDK via system package (not recommended)
275274

276-
# [RHEL, CentOS](#tab/redhat)
275+
# [RHEL](#tab/redhat)
277276

278277
```bash
279278
sudo yum install -y dpdk

0 commit comments

Comments
 (0)