...
Dell 바이오스에서 SR-IOV를 설정하면, 개별 장비는 별도 작업 없이 SR-IOV 가 설정됨
목차 |
---|
장치 확인
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
ifconfig -a | grep -i UP lspci -v | grep -i intel | grep -i eth lspci -v | grep -i intel -A 30 | grep -i eth -A 30 cat /sys/class/net/enp65s0f0/device/sriov_totalvfs |
...
...
Dell 바이오스에서 SR-IOV를 설정하면, 개별 장비는 별도 작업 없이 SR-IOV 가 설정됨
목차 |
---|
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
ifconfig -a | grep -i UP lspci -v | grep -i intel | grep -i eth lspci -v | grep -i intel -A 30 | grep -i eth -A 30 cat /sys/class/net/enp65s0f0/device/sriov_totalvfs |
...