赞
踩
属性 | 值 |
---|---|
操作系统 | CentOS Linux release 7.6.1810 |
相关链接 | hwloc |
PCIe总线系统是一个局部总线系统,目的在于沟通内存和外设的存储空间
完成:1.CPU访问外设的存储空间;2.外设访问系统内存空间
RC可以理解成PCIe host bridge, 有时也叫PCIe控制器,完成CPU域地址到PCI域地址的转换,在Soc的内部
Switch是一个独立的器件,和RC的接口相连,提供扩展
EP是具有PCIe接口的网卡,SATA控制器等。
PCI中还有一个概念是PCI桥, 实际的PCI桥存在PCI总线中(不是PCIe总线),完成系统的扩展
和host桥不同的是,PCI桥没有地址翻译的功能.PCI总线中的switch每个端口相当于一个PCI桥(虚拟PCI桥), 完成PCI桥类似的功
yum install -y hwloc hwloc-gui
lstopo --ignore Core --ignore Misc --ignore PU --ignore Cache
lstopo --ignore Core --ignore Misc --ignore PU --ignore Cache --of xml | tee pci.xml
lspci -s 0000:1a:00 -vvv | grep LnkCap
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
lspci -s 0000:1a:00 -vvv | grep -w "LnkSta"
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。