当前位置:网站首页>PCIe enumeration process
PCIe enumeration process
2020-11-08 09:00:00 【osc_o44vh5qb】
1. The discovery of equipment and bdf number The determination of
The first process of enumeration is rc End to end bus The configuration space access is initiated to obtain the device information of the whole bus topology .
To put it simply, it's going to traverse each bus, as well as bus Next device The configuration space of . If you read valid device ID value ( Incomplete F) We think we've found something available .
1.1 bdf number The distribution of
bus device function this 3 individual number It's an interesting thing . For each pcie For equipment , There are no registers in the configuration space to configure or modify bdf number. So this 3 How are the values determined .
The classic saying is ,bdf number By pcie Bus hardware topology to determine . This statement is based on pcie There's no problem with the specification , But the precondition is that the entire bus must be enumerated according to the specification . Before enumeration , In fact, for each device bdf number It's uncertain .[ notes 1]
1.1.1 function number The determination of
function number It's for more function The device is used to distinguish which one of the devices is specifically accessed function Of . So for most single function In terms of equipment ,function number It's fixed to 0; For multiple function Of device Or support virtual function Of device,function number Also by device Internal to manage and differentiate , You don't need to enumerate the bus to determine .
1.1.2 device and bus number The determination of
For support ID route , Every PCIE equipment ( Endpoints and switches ) A register for storing device bus number and device number shall be set in , Reset time , The register is clear 0, Every time a device detects a Type0 Of config transaction Transaction package , It should be TLP In the header 8~9 byte “ Capture ” Bus number and device As its own bus and device Number , And stored in the above bus number and device number register . So it's receiving at least one Type0 Before configuring access to transaction packages , The device will not respond to any transaction other than the configuration cycle .PCIE Association The configuration space unit for storing bus number and device number information is not defined in the protocol , It's just that it has to do it .
Two docking PCIE equipment , The main device is RC End , The slave device is EP End , After power on and reset ,EP How to get yourself bus number What about ?
In such a PCIE In structure , After power on reset ,RC The end initiates a pair of EP Configuration access transaction ,EP Will resolve the configuration request bus number, And save it , As one's own bus number Number . And then you can do something else TLP Business . in other words , After power on reset ,EP You must first receive a configuration request , And then you can respond to other TLP Business .
@【 notes 1】, Here's a point , If the device is not enumerated according to the specification . about rc Go straight to the next ep device The situation of , In a bare metal environment, in fact rc Of driver It can be the opposite end ep To assign arbitrary bus and device number. because pcie It's a point-to-point connection , The first stroke Type0 Of config transaction The transaction bus and device number Whatever the value , It's going to be opposite ep Received , And keep it as your own bus and device number. Follow up with this bus and device number You can access the opposite end of ep equipment , until ep Device reset .
1.2 enumeration
The previous content has already explained a device's bdf number The determination of , Then the process of enumeration is rc The system software uses configuration space access to determine and scan the entire bus topology .
版权声明
本文为[osc_o44vh5qb]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
双向LSTM在时间序列异常值检测的应用
413【毕设课设】基于51单片机无线zigbee无线智能家居光照温湿度传输监测系统
Cloud alibabab notes come out, the whole network detailed explanation only this one hand is slow
Px4 adds new applications
来自不同行业领域的50多个对象检测数据集
成功解决An error ocurred while starting the kernel
Adobe Prelude / PL 2020 software installation package (with installation tutorial)
盘点那些你没想到的云计算应用场景(上)
Deeplight Technology Bluetooth protocol SRRC certification services
PCR and PTS calculation and inverse operation in TS stream
随机推荐
微信昵称emoji表情,特殊表情导致列表不显示,导出EXCEL报错等问题解决!
More than 50 object detection datasets from different industries
在Ubuntu上体验最新版本EROFS
Qt混合Python开发技术:Python介绍、混合过程和Demo
China Telecom announces 5g SA commercial scale in 2020
糟糕,系统又被攻击了
Tiktok live monitoring Api: random recommendation
进程、线程和协程的区别
接口
Introduction to ucgui
scala 中 Future 的简单使用
麦格理银行借助DataStax Enterprise (DSE) 驱动数字化转型
More than 50 object detection datasets from different industries
GET,POST,PUT,DELETE,OPTIONS用法与说明
Seven features of Python 3.9
ts流中的pcr与pts计算与逆运算
函数周期表丨筛选丨值丨SELECTEDVALUE - 知乎
Do you really understand the high concurrency?
5g/4g工业无线路由器
print( 'Hello,NumPy!' )