Skip to content

Commit 540cad7

Browse files
committed
Fix typo: readded -> re-added
1 parent d2a26a8 commit 540cad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/accelerated-networking-how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The data path has been switched away from the VF interface, and the VF interface
213213
[ 8225.667978] pci cf63:00:02.0: BAR 0: assigned [mem 0xfe0000000-0xfe00fffff 64bit pref]
214214
```
215215

216-
When the VF interface is readded after servicing is complete, a new PCI device with the specified GUID is detected. It's assigned the same PCI domain ID (0xcf63) as before. The handling of the readd VF interface is like the handling during the initial startup.
216+
When the VF interface is re-added after servicing is complete, a new PCI device with the specified GUID is detected. It's assigned the same PCI domain ID (0xcf63) as before. The handling of the readd VF interface is like the handling during the initial startup.
217217

218218
```output
219219
[ 8225.679672] mlx5_core cf63:00:02.0: firmware version: 14.25.8362
@@ -242,7 +242,7 @@ You can disable or enable Accelerated Networking on a virtual NIC in a nonrunnin
242242
$ az network nic update --name u1804895 --resource-group testrg --accelerated-network false
243243
```
244244

245-
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+
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 re-added after Azure host servicing.
246246

247247
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.
248248

0 commit comments

Comments
 (0)