QCOW2: A Virtual Disk Format Designed for Modern Virtualization

摘要: QCOW2: A Virtual Disk Format Designed for Modern Virtualization by Karine Huang | May 28, 2025 | Blog, QCOW2 | 0 comments In the world of virtualizati 阅读全文
posted @ 2025-09-28 09:34 ENGINEER-F 阅读(7) 评论(0) 推荐(0)

[Kernel] - Heterogeneous Memory Management (HMM)

摘要: Heterogeneous Memory Management (HMM) https://www.kernel.org/doc/html/latest/mm/hmm.html Provide infrastructure and helpers to integrate non-conventio 阅读全文
posted @ 2025-09-28 09:07 ENGINEER-F 阅读(12) 评论(0) 推荐(0)

[Reprinted article] PCI Peer-to-Peer DMA Support

摘要: PCI Peer-to-Peer DMA Support https://docs.kernel.org/driver-api/pci/p2pdma.html The PCI bus has pretty decent support for performing DMA transfers bet 阅读全文
posted @ 2025-09-25 15:35 ENGINEER-F 阅读(14) 评论(0) 推荐(0)

转载 - Heterogeneous Memory Management (HMM) - (待翻译)

摘要: Heterogeneous Memory Management (HMM) Provide infrastructure and helpers to integrate non-conventional memory (device memory like GPU on board memory) 阅读全文
posted @ 2025-09-25 14:27 ENGINEER-F 阅读(10) 评论(0) 推荐(0)

【Tools】git fork 自我理解

摘要: github or gitlab上都有一个fork的功能,什么是fork的功能,设计改功能的逻辑是什么? 根据下面github官方的介绍,个人理解 fork更多用于开源项目中,由于开源项目涉及的人分散在世界,在没有取得开源软件发起人或成员信任之前,一般不会允许新加入的成员直接新建分支,这样新的开发者 阅读全文
posted @ 2024-01-05 14:31 ENGINEER-F 阅读(115) 评论(0) 推荐(0)

Build youself brand

摘要: Why not? Today is the most important day of your life Report! 阅读全文
posted @ 2021-12-31 08:33 ENGINEER-F 阅读(23) 评论(0) 推荐(0)

转载PCIe : Maximum Payload Size (MPS) vs. Maximum Read Request Size (MRS) 两个参数说明

摘要: • Note: Max_Payload_Size applies only to TLPs with data payloads; Memory Read Requests are not restricted in length by Max_Payload_Size. The size of t 阅读全文
posted @ 2021-07-26 15:18 ENGINEER-F 阅读(1581) 评论(0) 推荐(0)

来到一个新的创业团队

摘要: 一个新的团队挑战真的很多 这个团队还是有着优秀的传统及一定的技术积累,另外,产品的base也非常的不错。 很多技术,技能方面的为问题需要提高。 很多执行方面的问题,需要调整优先级和实时关注进度。 很多与人沟通方面的问题,需要及时调整预期与策略。 很多招聘方面的事情需要调整。 阅读全文
posted @ 2021-07-03 07:20 ENGINEER-F 阅读(42) 评论(0) 推荐(0)

不被概念左右,社会化的结果就是必然的创造价值和提高效率

摘要: 很多老的工程师,真是too old to the business 忽略了技能的提高,以及围绕着社会化大生产带来的必然的效率至上。 在哪里自哀自怜,不如回到健康的赛道上来。 不存在年轻人,中年人和老年人创造的产品,商业的本质满足交换服务的需要,只要有合适的产品和交付,就是在创造价值。 其他的都是bo 阅读全文
posted @ 2021-05-30 15:44 ENGINEER-F 阅读(49) 评论(0) 推荐(0)

[Reply ] Learn Makefiles -With the tastiest examples

摘要: Original: https://makefiletutorial.com/#makefile-cookbook 尊重作者知识产权 I built this guide because I could never quite wrap my head around Makefiles. They 阅读全文
posted @ 2021-03-29 17:54 ENGINEER-F 阅读(76) 评论(0) 推荐(0)