码迷,mamicode.com
首页 > 其他好文 > 详细

内核开启VF小结

时间:2018-03-04 11:46:45      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:关闭   port   location   ppi   pci   resource   support   exp   access   

2017-8-29 16:33:40

内核开启VF小结:

1. eth2上创建4个VF
echo 4 > /sys/class/net/eth2/device/sriov_numvfs
2. 关闭eth2 VF
~ # echo 0 > /sys/class/net/eth2/device/sriov_numvfs
注:如果遇到"/sys/class/net/<DEVICE NAME>/device/sriov_numvfs"文件不存,
内核开启配置如下试试:
[*] PCI support
    [*]   Support mmconfig PCI config space access
    [*]   PCI Express Port Bus support        
    [*]   Enable PCI resource re-allocation detection
    [*] PCI IOV support   
    [*] PCI PRI support
[*] IOMMU Hardware Support  --->
[*] Support for Intel IOMMU using DMA Remapping Devices
[*] Support for Shared Virtual Memory with Intel IOMMU



内核开启VF小结

标签:关闭   port   location   ppi   pci   resource   support   exp   access   

原文地址:https://www.cnblogs.com/mull/p/8503851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!