On Dell R720 with 2 x540 10GB Interfaces
lspci | grep Ethernet
does not show Virtual Function Interfaces
cat /sys/class/net/eth0/device/sriov_totalvfs
shows 63
cat /sys/class/net/eth0/device/sriov_numvfs
shows 0 and increase to 8 with
echo 8 > /sys/class/net/eth0/device/sriov_numvfs
Now lspci | grep Continue reading