摘要:
前言:因为最近要给兄弟Team分享一下如何有效地报告bug, 故多做一做功课。下面给出一篇博客的中英文对照翻译。 The Art Of Reporting Bugs | 报bug的艺术 My initial intention was do a write-up on debugging tips, 阅读全文
摘要:
前言: 什么是RDMA? 简单来说,RDMA就是指不通过操作系统(OS)内核以及TCP/IP协议栈在网络上传输数据,因此延迟(latency)非常低,CPU消耗非常少。 下面给出一篇简单介绍RDMA的文章之中英文对照翻译。 Introduction to Remote Direct Memory A 阅读全文
摘要:
The sysfs Filesystem | sysfs文件系统 Abstract | 摘要 sysfs is a feature of the Linux 2.6 kernel that allows kernel code to export information to user proces 阅读全文