[[PageOutline]] = 環境 = * 網卡:Intel 82599EB 10 Gigabit * module: * ixgbe * ixgbevf = 測試指令 = * 載入網卡 module: * 僅載入網卡 {{{ modprob ixgbevf modprob ixgbe }}} * 載入網卡及 8 個 VF {{{ modprob ixgbe max_vfs=8 }}} * 列出 ixgbe 網卡 module: {{{ lsmod | grep ixgbe }}} * 列出 82599 網卡及 VF: {{{ lspci | grep 82599 }}} * 卸載網卡 module: * 卸載網卡前,要先檢查 VM 是否已經全部關閉: {{{ virsh list --all }}} * 卸載網卡: {{{ modprob -r ixgbe }}} = Reference = * http://www.youtube.com/watch?v=hRHsk8Nycdg * http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization/chap-Para-virtualized_Windows_Drivers_Guide-SR_IOV.html * http://www.principledtechnologies.com/clients/reports/Red%20Hat/RHEL6_SR-IOV_DB0111.pdf