You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/accelerated-networking-mana-overview.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,37 +12,38 @@ ms.author: mattmcinnes
12
12
13
13
Learn how to use the Microsoft Azure Network Adapter (MANA) component of Azure Boost to improve the performance and availability of virtual machines (VMs) in Azure. MANA is a next-generation network interface that provides stable forward-compatible device drivers for Windows and Linux operating systems. MANA hardware and software are engineered by Microsoft and take advantage of the latest advancements in cloud networking technology.
14
14
15
-
> [!IMPORTANT]
16
-
> MANA is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
17
-
18
15
## Compatibility
19
16
20
-
MANA supports several VM operating systems. Although your VM might be running a supported operating system, you might need to update the kernel (Linux) or install drivers (Windows).
17
+
MANA supports several VM operating systems. Although your VM might be running a supported operating system, you might need to update the kernel (Linux) or install drivers (Windows) to leverage MANA or the latest features.
21
18
22
-
MANA maintains feature parity with previous Azure networking features. VMs run on hardware with both Mellanox and MANA NICs, so existing `mlx4` and `mlx5` support still need to be present.
19
+
MANA maintains feature parity with previous Azure networking features. VMs run on hardware with both Mellanox and MANA NICs, so existing `mlx4` and `mlx5` support still needs to be present.
23
20
24
21
### Supported Azure Marketplace images
25
22
26
-
Several [Azure Marketplace](/marketplace/azure-marketplace-overview) images have built-in support for the Ethernet driver in MANA.
23
+
Several [Azure Marketplace](/marketplace/azure-marketplace-overview) images have built-in support for the Ethernet driver in MANA.
27
24
28
25
#### Linux
29
26
30
27
- Ubuntu 20.04 LTS
31
28
- Ubuntu 22.04 LTS
29
+
- Ubuntu 24.04 LTS
32
30
- Red Hat Enterprise Linux 8.8
31
+
- Red Hat Enterprise Linux 8.10
33
32
- Red Hat Enterprise Linux 9.2
33
+
- Red Hat Enterprise Linux 9.4
34
34
- SUSE Linux Enterprise Server 15 SP4
35
35
- Debian 12 "Bookworm"
36
-
- Oracle Linux 9.0
36
+
- Oracle Linux 8.0 UEK R7
37
+
- Oracle Linux 9.0 UEK R7
37
38
38
39
> [!NOTE]
39
-
> None of the current Linux distributions in Azure Marketplace are on a 6.2 or later kernel, which is required for RDMA/InfiniBand and Data Plane Development Kit (DPDK). If you use an existing Linux image from Azure Marketplace, you need to update the kernel.
40
+
> Newer MANA features are under active development and Linux distribution vendors partner with Microsoft to update their kernels with upstream changes. Cadence of updates varies by distribution vendor. The newer you distribution and kernel is, the more likely it is to have the latest updates.
40
41
41
42
#### Windows
42
43
43
-
- Windows Server 2016
44
44
- Windows Server 2019
45
45
- Windows Server 2022
46
+
- Windows Server 2025
46
47
47
48
### Custom images and legacy VMs
48
49
@@ -52,6 +53,9 @@ To maximize performance, we recommend using an operating system that supports MA
52
53
53
54
For information about using DPDK on MANA hardware, see [Microsoft Azure Network Adapter and DPDK on Linux](setup-dpdk-mana.md).
54
55
56
+
> [!NOTE]
57
+
> A 6.2 or later kernel is required for RDMA/InfiniBand and Data Plane Development Kit (DPDK). If you use an earlier Linux image from Azure Marketplace, you need to update the kernel.
58
+
55
59
## Evaluating performance
56
60
57
61
Differences in VM types, operating systems, applications, and tuning parameters can affect network performance in Azure. For this reason, we recommend that you benchmark and test your workloads to achieve the expected network performance.
0 commit comments