From 13226c0c72475d05be3a8bbde973ca52c9d4b417 Mon Sep 17 00:00:00 2001 From: Saikrishna Edupuganti Date: Fri, 22 Feb 2019 13:51:03 -0800 Subject: [PATCH] Update README.md --- clr-k8s-examples/9-multi-network/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clr-k8s-examples/9-multi-network/README.md b/clr-k8s-examples/9-multi-network/README.md index 02eb8fe..7727ca5 100644 --- a/clr-k8s-examples/9-multi-network/README.md +++ b/clr-k8s-examples/9-multi-network/README.md @@ -17,9 +17,14 @@ file is provided, which enables SR-IOV for the above `rootDevices` ### Pre-req (SR-IOV only) -One each SR-IOV node setup systemd to bring up VFs on designated interfaces bound to network driver or `vfio-pci` +One each SR-IOV node make sure `VT-d` is enabled in the BIOS. +Setup systemd to bring up VFs on designated interfaces bound to network driver or `vfio-pci` ```bash +# Make sure vfio-pci is loaded on boot +echo 'vfio-pci' | sudo tee /etc/modules-load.d/sriov.conf +sudo systemctl restart systemd-modules-load.service + sudo cp systemd/sriov.sh /usr/bin/sriov.sh sudo cp systemd/sriov.service /etc/systemd/system/ sudo systemctl daemon-reload