Skip to content

Commit 37a9d9d

Browse files
authored
Merge pull request #289611 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5114874 + 436c869 commit 37a9d9d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/virtual-network/accelerated-networking-overview.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@ Accelerated Networking requires network configurations that mark the NVIDIA driv
118118
The following example shows a sample configuration drop-in for `NetworkManager` on RHEL or CentOS:
119119

120120
```bash
121-
sudo mkdir -p /etc/NetworkManager/conf.d
122-
sudo cat > /etc/NetworkManager/conf.d/99-azure-unmanaged-devices.conf <<EOF
123-
# Ignore SR-IOV interface on Azure, since it's transparently bonded
124-
# to the synthetic interface
125-
[keyfile]
126-
unmanaged-devices=driver:mlx4_core;driver:mlx5_core
121+
sudo cat <<EOF > /etc/udev/rules.d/68-azure-sriov-nm-unmanaged.rules
122+
# Accelerated Networking on Azure exposes a new SRIOV interface to the VM.
123+
# This interface is transparentlybonded to the synthetic interface,
124+
# so NetworkManager should just ignore any SRIOV interfaces.
125+
SUBSYSTEM=="net", DRIVERS=="hv_pci", ACTION!="remove", ENV{NM_UNMANAGED}="1"
127126
EOF
128127
```
129128

0 commit comments

Comments
 (0)