The logical Host Controller Interface does not consider multiplexing/routing over the Host Controller Transport Layer(s). The Host designer must consider this in deciding which of the multiple controller configurations it will
support. Each logical AMP HCI installation is particular to a single AMP Controller. The Host shall direct each HCI Command to a specific AMP, and be aware of the source of each HCI Event, and manage flow control separately for each HCI. The Host's Controller_ID
concept used for AMP enumeration may assist with this.

The logical HCI definition does not consider the initial discovery of what AMPs are present in the system.

The upper layers discover the AMP capabilities. As seen by the AMP Manager, each local AMP has a Controller_ID that is used to route the data and commands to the correct AMP Controller. This identifier is not used in AMP HCI.

The separate logical HCIswithin a system may be on the same physical HCI transport, on separate physical HCI transports, or any combination. This may require a layer of multiplexing, which isnot defined within this AMP HCI logical
specification.

The logical HCI is not affected by this topology. The logical HCI definition describes commands and events as seen by a single AMP.

最新文章

  1. 在禅道中实现WORD等OFFICE文档转换为PDF进行在线浏览
  2. wampserver安装配置
  3. pom 详解
  4. ssh/openssh
  5. Digg Reader 登录不了,原来如此
  6. c++ 模板元编程的一点体会
  7. java的nio之:java的nio系列教程之概述
  8. 【C++基础】内存操作 getMemory改错
  9. openssl 生成CSR
  10. java中a=a+1和a+=1的区别
  11. JS实现回到Top(顶部)--JavaScript
  12. php curl cookie 读写
  13. 金融量化分析【day111】:Matplotib简介
  14. [Everyday Mathematics]20150305
  15. asp.net 虹软 人脸识别 实现刷脸住宿、刷脸签到、刷脸进入等
  16. Python——pytessercat识别简单的验证码
  17. zabbix监控VMware6.7
  18. Go语言之进阶篇http服务器获取客户端的一些信息
  19. mvn deploy 推送到私有仓库,注意当前日期
  20. ModelSim之tcl自动化仿真

热门文章

  1. Nginx从入门到放弃-第4章 深度学习篇
  2. 2015长春网络赛1001 求连通快数量的问题dfs
  3. 利用ajax实现数据传输
  4. PHP服务接口测试
  5. 《常见问题集》Maven
  6. [暑假集训--数位dp]cf55D Beautiful numbers
  7. docker的通俗理解
  8. 【BZOJ1579】Revamping Trails(分层图,最短路,堆)
  9. Sequelize的增删改查
  10. C++的静态联编和动态联编详解