码迷,mamicode.com
首页 >  
搜索关键字:pci passthrough    ( 757个结果
使用opencap评估CentOS 8的PCI DSS合规
安装openscap$sudoyuminstall-yopenscap-scannerscap-security-guide更新/usr/share/openscap/cpe/下的openscap-cpe-dict.xml和openscap-cpe-oval.xml见附件上传ssg-centos8-ds.xml到目录/usr/share/xml/scap/ssg/content/见附件评估PCI-
分类:其他好文   时间:2020-05-11 01:29:29    阅读次数:100
内置函数for、while循环控制
内置函数(len,in,not in) #len计算长度,可以是元组、列表,字典等 a = 'hello,world' res = len(a) print(res) 11 #in:在....里面,not in:不在....里面(输出结果为布尔形式) keys、values info = { 'na ...
分类:其他好文   时间:2020-05-10 17:37:10    阅读次数:61
zabbix安装与配置
一、什么是zabbix及优缺点(对比cacti和nagios) Zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题。是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。 agent端:主机通过安装age ...
分类:其他好文   时间:2020-05-10 17:14:55    阅读次数:62
C语言 srand和rand
计算机并不能产生真正的随机数,而是已经编写好的一些无规则排列的数字存储在电脑里,把这些数字划分为若干相等的N份,并为每份加上一个编号用srand()函数获取这个编号,然后rand()就按顺序获取这些数字,当srand()的参数值固定的时候,rand()获得的数也是固定的,所以一般srand的参数用t ...
分类:编程语言   时间:2020-05-07 00:40:45    阅读次数:77
vpp + srv6
DBGvpp# show pci Address Sock VID:PID Link Speed Driver Product Name Vital Product Data 0000:05:00.0 0 19e5:0200 8.0 GT/s x16 vfio-pci Huawei IN200 2* ...
分类:其他好文   时间:2020-05-06 16:47:00    阅读次数:144
价格惊喜!Intel 32款十代桌面酷睿正式发布:10核冲上5.3GHz
4月30日晚21点整,Intel正式发布了面向台式机桌面市场的第十代酷睿处理器,代号Comet Lake-S,在核心、频率、超频、超线程、散热、内存、网络等各方面都有显著提升。 ——主要亮点:全方位提速 整体来讲,十代桌面酷睿这次从最高8核心16线程、16MB三级缓存提升到了最高10核心20线程、2 ...
分类:其他好文   时间:2020-05-02 18:42:00    阅读次数:88
dpdk: Unsupported PCI device 0x19e5:0x0200 found at PCI address 0000:05:00.0
[root@localhost ~]# lshw -class network -businfo Bus info Device Class Description pci@0000:05:00.0 enp5s0 network Hi1822 Family (2*25GE) pci@0000:06: ...
分类:其他好文   时间:2020-04-21 18:15:50    阅读次数:100
ironic deploy initramf生成
30 # on RHEL pci.ids is locate on /usr/share/hwdata/pci.ids. 31 sudo find . -xdev \ 32 -path './sys/*' -prune -o \ 33 -path './tmp/*' -prune -o \ 34 - ...
分类:其他好文   时间:2020-04-15 18:15:18    阅读次数:81
The plan have to be adjust ...
Concentrated on the listed 3 things PCIe total solutions, especially the cutting-edge technology ... Coding quality, matrurity and efficiency (C,Bash, ...
分类:其他好文   时间:2020-04-08 18:47:52    阅读次数:74
2.5 PCI Express Capability
The PCI Express Capability definitions below are based on the PCI Express 2.1 Base specification. Implementations may choose to base the device on a s ...
分类:其他好文   时间:2020-04-08 16:22:24    阅读次数:98
757条   上一页 1 ... 3 4 5 6 7 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!