三亩地 三亩地SAN MU DI · CODE DIARY
ARTICLE DETAIL

日记详情

真实记录编程学习的某一天,欢迎挑你感兴趣的翻一翻。

PCIe-7.3.3 Configuration Request Routing Rules

PCIe-7.3.3 Configuration Request Routing Rules

“Configuration Request Routing Rules” 描述了不同类型设备(Endpoint、Root Port、Switch、PCIe-PCI Bridge)如何路由和处理配置请求(包括Type 0和Type 1)。

针对Endpoint的规则

For Endpoints, the following rules apply:

  • If Configuration Request Type is 1,
    Follow the rules for handling Unsupported Requests

  • If Configuration Request Type is 0,
    Determine if the Request addresses a valid local Configuration Space of an implemented Function
    If so, process the Request
    If not, follow rules for handling Unsupported Requests

逐句解释

  • “If Configuration Requ

← 返回列表