摘要: 翻译一下,纯粹是为了记住这些特性: NVMe provides the following benefits: ● Ultra-low latency 非常低的延迟 ● Very high throughput 非常高的吞吐量 ● Low power architecture, delivering 阅读全文
posted @ 2017-04-25 19:56 平哥的平凡世界 阅读(775) 评论(0) 推荐(0) 编辑
摘要: MSI-X Capability结构 MSI-X Capability中断机制与MSI Capability的中断机制类似。PCIe总线引出MSI-X机制的主要目的是为了扩展PCIe设备使用中断向量的个数,同时解决MSI中断机制要求使用中断向量号连续所带来的问题。 MSI中断机制最多只能使用32个中 阅读全文
posted @ 2017-04-25 10:33 平哥的平凡世界 阅读(6048) 评论(0) 推荐(0) 编辑
摘要: 最近在找PCIe/NVMe协议分析仪,发现一款软件分析仪:busTRACE,非常不错的工具,对于从事协议开发的同胞们,是个福利,下面把硬件和软件两种分析仪的各自的优势比较了一下(来自busTrace文档),供参考学习: Hardware Analyzer Advantages over busTRA 阅读全文
posted @ 2017-04-24 09:53 平哥的平凡世界 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: Roadmap for Developing Storport Miniport Drivers Last Updated: 4/20/2017 To create a storport miniport driver, perform the following steps: 还是9步 Learn 阅读全文
posted @ 2017-04-21 19:30 平哥的平凡世界 阅读(835) 评论(0) 推荐(0) 编辑
摘要: Roadmap for Developing Windows Storage Drivers Last Updated: 4/20/2017 To create a storage driver, perform the following steps: 9个步骤 Learn about Windo 阅读全文
posted @ 2017-04-21 19:17 平哥的平凡世界 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 上图: APP -> user mode OS-> kernel mode Drivers -> user or kernel mode 正所谓 一阴一阳之谓道,继之者善也,成之者性也。仁者见之谓之仁,知者见之谓之知。百姓日用而不知,故君子之道鲜矣 阅读全文
posted @ 2017-04-21 17:56 平哥的平凡世界 阅读(155) 评论(0) 推荐(0) 编辑
摘要: The following diagram shows the device node, kernel-mode device stack, and the user-mode device stack for a USB-FX-2 device. The drivers in both the u 阅读全文
posted @ 2017-04-21 17:33 平哥的平凡世界 阅读(819) 评论(0) 推荐(0) 编辑
摘要: When the drivers for a device are installed, the installer uses information in an information (INF) file to determine which driver is the function dri 阅读全文
posted @ 2017-04-21 17:21 平哥的平凡世界 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 老是听说miniport,port,在这里算是搞清楚了。mini就是specific(特殊)的意思。在微软的驱动层次里面,最底层的一般都是比较特殊的,但是为了满足系统的可拓展、可维护、通用等要求,微软做了很多类似HAL的东东。存储类型有很多,比如ATA,SCSI,PCIe/NVMe等等。为了尽量的抽 阅读全文
posted @ 2017-04-21 15:28 平哥的平凡世界 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 为了学习存储知识,我也是拼了,来,翻译一下下面这篇微软的文章(如果有谁翻译过了,或者微软有中文翻译,请绕路): Storage Port Drivers Last Updated: 4/20/2017 Microsoft Windows contains three system-supplied 阅读全文
posted @ 2017-04-21 15:07 平哥的平凡世界 阅读(714) 评论(0) 推荐(0) 编辑