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-how-it-works.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,9 @@ You can disable or enable Accelerated Networking on a virtual NIC in a nonrunnin
241
241
$ az network nic update --name u1804895 --resource-group testrg --accelerated-network false
242
242
```
243
243
244
-
Disabling Accelerated Networking that's enabled in the guest VM produces a `dmesg` output. It's the same as when the VF interface is removed for Azure host servicing. Enabling Accelerated Networking produces the same `dmesg` output as when the VF interface is readded after Azure host servicing. You can use these Azure CLI commands to simulate Azure host servicing. You can then verify that your applications don't incorrectly depend on direct interaction with the VF interface.
244
+
Disabling Accelerated Networking that's enabled in the guest VM produces a `dmesg` output. It's the same as when the VF interface is removed for Azure host servicing. Enabling Accelerated Networking produces the same `dmesg` output as when the VF interface is readded after Azure host servicing.
245
+
246
+
You can use these Azure CLI commands to simulate Azure host servicing. You can then verify that your applications don't incorrectly depend on direct interaction with the VF interface.
Copy file name to clipboardExpand all lines: articles/virtual-network/accelerated-networking-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: steveesp
10
10
11
11
# Accelerated Networking overview
12
12
13
-
This article describes the benefits, constraints, and supported configurations of Accelerated Networking. Accelerated Networking enables [single root I/O virtualization (SR-IOV)](/windows-hardware/drivers/network/overview-of-single-root-i-o-virtualization--sr-iov-) on supported virtual machine (VM) types, greatly improving networking performance. This high-performance data path bypasses the host, which reduces latency, jitter, and CPU utilization for demanding network workloads.
13
+
This article describes the benefits, constraints, and supported configurations of Accelerated Networking. Accelerated Networking enables [single root I/O virtualization (SR-IOV)](/windows-hardware/drivers/network/overview-of-single-root-i-o-virtualization--sr-iov-) on supported virtual machine (VM) types, greatly improving networking performance. This high-performance data path bypasses the host, which reduces latency, jitter, and CPU utilization for the most demanding network workloads.
14
14
15
15
The following diagram illustrates how two VMs communicate with and without Accelerated Networking.
16
16
@@ -34,7 +34,7 @@ Accelerated Networking has the following benefits:
34
34
35
35
- The benefits of Accelerated Networking apply only to the VM that enables it.
36
36
37
-
- For best results, you should enable Accelerated Networking on at least two VMs in the same Azure virtual network. This feature has minimal effect on latency when you communicate across virtual networks or connect on-premises.
37
+
- For best results, enable Accelerated Networking on at least two VMs in the same Azure virtual network. This feature has minimal effect on latency when you communicate across virtual networks or connect on-premises.
38
38
39
39
- You can't enable Accelerated Networking on a running VM. You can enable Accelerated Networking on a supported VM only when the VM is stopped and deallocated.
40
40
@@ -52,7 +52,7 @@ The following versions of Windows support Accelerated Networking:
52
52
- Windows Server 2019 Standard/Datacenter
53
53
- Windows Server 2016 Standard/Datacenter
54
54
- Windows Server 2012 R2 Standard/Datacenter
55
-
- Windows 10, version 21H2 or later, including Windows 10 Enterprise multisession
55
+
- Windows 10 version 21H2 or later, including Windows 10 Enterprise multisession
56
56
- Windows 11, including Windows 11 Enterprise multisession
57
57
58
58
The following Linux and FreeBSD distributions from Azure Marketplace support Accelerated Networking out of the box:
@@ -67,7 +67,7 @@ The following Linux and FreeBSD distributions from Azure Marketplace support Acc
67
67
- Debian "Buster" or later
68
68
- Oracle Linux 7.4 and later with Red Hat Compatible Kernel (RHCK)
69
69
- Oracle Linux 7.5 and later with UEK version 5
70
-
- FreeBSD 10.4, 11.1, 12.0 or later
70
+
- FreeBSD 10.4, 11.1, 12.0, or later
71
71
72
72
### Supported VM instances
73
73
@@ -142,7 +142,7 @@ EOF
142
142
```
143
143
144
144
>[!NOTE]
145
-
>We strongly advise against running competing network interface software (such as ifupdown and networkd) on custom images and running dhcpclient directly on multiple interfaces.
145
+
>We strongly advise that you don't run competing network interface software (such as ifupdown and networkd) on custom images, and that you don't run dhcpclient directly on multiple interfaces.
0 commit comments