这篇文章记录一个简单个人博客的搭建过程,我们使用GitHub page + hexo + NexT主题的搭建方式。 整个搭建的环境是在一台arm64 ubuntu20.04机器上。
how to test RoCE driver
发表于
更新于
This document shares how to do a sanity test for a RoCE driver. If you are a new guy for RoCE, it is for you.
Linux设备驱动中DMA接口的使用
发表于
更新于
本文试图讲清楚linux里的DMA接口使用时的一些基本概念。阅读本文的时候, 可以先看看内核里的Documentation/DMA*(DMA相关的一些文件), 其实这里面讲的已经很清楚了, 另外还可以看看知乎上的一篇文章:https://zhuanlan.zhihu.com/p/25999484, 这篇文章对 Linux里关于地址空间的各个概念有很好的讲解。
TPH analysis
发表于
更新于
TPH is a PCIe feature which can be seen in PCIe3.0 spec. This document will analysis this feature, the goal here is to find how to support it from software (Linux kernel)