Skip to content

Commit ea92d08

Browse files
authored
Fix minor wording issues.
In the Linux output, "SLAVE" was changed to "SLA\/E" to get past submission filters. We really should change this back, as SLAVE is what Linux outputs, notwithstanding the valid desire to not use "slave" in a context like this one. Also fixed a wording problem in the last sentence that was introduced during earlier editing.
1 parent 6702349 commit ea92d08

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
@@ -37,7 +37,7 @@ Both interfaces are visible via the “ifconfig” or “ip addr” command in L
3737

3838
```output
3939
U1804:~$ ifconfig
40-
enP53091s1np0: flags=6211<UP,BROADCAST,RUNNING,SLA\/E,MULTICAST> mtu 1500
40+
enP53091s1np0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
4141
ether 00:0d:3a:f5:76:bd txqueuelen 1000 (Ethernet)
4242
RX packets 365849 bytes 413711297 (413.7 MB)
4343
RX errors 0 dropped 0 overruns 0 frame 0
@@ -232,7 +232,7 @@ Accelerated Networking can be toggled on a virtual NIC in a running VM with Azur
232232
$ az network nic update --name u1804895 --resource-group testrg --accelerated-network false
233233
```
234234

235-
Disabling Accelerated Networking that is 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. These Azure CLI commands can be used to simulate Azure host servicing, which can help test applications in your VM don't have to directly interact with the VF interface.
235+
Disabling Accelerated Networking that is 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. These Azure CLI commands can be used to simulate Azure host servicing. With them you can verify that your applications do not incorrectly depend on direct interaction with the VF interface.
236236

237237
## Next steps
238238
* Learn how to [create a VM with Accelerated Networking in PowerShell](../virtual-network/create-vm-accelerated-networking-powershell.md)

0 commit comments

Comments
 (0)