上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页
摘要: 通过硬件的IOMMU,内核提供的共享内存、VFIO可以实现。 REF: 1. offical DPDK API Doc, 简书有翻译版 DPDK编程指南(翻译)(一) ( 二十七) 2. dpdk vhost研究(一)/(二) 3. vhost-user 与其他的对比 virtio,vhost 和v 阅读全文
posted @ 2019-10-13 13:36 lvmxh 阅读(372) 评论(0) 推荐(0) 编辑
摘要: python Singleton 1. Python __call__ special method practical example instantiate a class: x = Foo() is really x = type(Foo).__call__(Foo), where __cal 阅读全文
posted @ 2019-08-28 16:03 lvmxh 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 暴风TV太烂了。 电视坏了, 检测费用就是250元,不包括维修费用。 耍机维修要自己动手。 暴风TV升级步骤 暴风固件下载 55R6固件烧写步骤 首先考虑复位。 阅读全文
posted @ 2019-08-25 23:53 lvmxh 阅读(11003) 评论(0) 推荐(0) 编辑
摘要: asyncio 是python3增加的特性。不过backport到了2.7了。 python 2.7 Develop with asyncio Tasks and coroutines python 3.7 asyncio(org CN) REF: 一份详细的asyncio入门教程 有大量的例子 p 阅读全文
posted @ 2019-08-22 22:14 lvmxh 阅读(619) 评论(1) 推荐(0) 编辑
摘要: prepare: MYSQL tutorial Prepare a table set evn DB create Delete DB table create Delete table insert table update table 数据库锁(DB lock) sqlalchemy 使用wit 阅读全文
posted @ 2019-08-21 17:06 lvmxh 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: play on line match if 1 #![allow(unused)] 2 fn write_bar(size: u64){ 3 match size{ 4 o if o < 100 => println!("{:?} less than 100", o), 5 o if o < 200 阅读全文
posted @ 2019-07-31 00:02 lvmxh 阅读(395) 评论(0) 推荐(0) 编辑
摘要: eventfd virtio中,guest和vhost通过evnetfd通知对方,见(Virtio ring and virtio-net)。 REF: Qemu-kvm的ioeventfd创建与触发的大致流程 virtio的eventfd机制浅析 ( ioctl(KVM_IOEVENTFD, st 阅读全文
posted @ 2019-07-29 20:57 lvmxh 阅读(983) 评论(0) 推荐(0) 编辑
摘要: 1. host上设置 阅读全文
posted @ 2019-07-08 15:07 lvmxh 阅读(193) 评论(0) 推荐(0) 编辑
摘要: nerdtree 自动缩进 :set paste :set nopaste set tabstop=4 set softtabstop=4 set shiftwidth=4 set noautoindentset autoindent set cindent set nocindent 设置 set 阅读全文
posted @ 2019-07-03 01:40 lvmxh 阅读(263) 评论(0) 推荐(0) 编辑
摘要: V0.1.0 feature base knowledge: Architecture of the Kernel-based Virtual Machine (KVM) 用rust-vmm打造未来的虚拟化架构 KVM内核文档阅读笔记 <Mastering KVM Virtualization>:第 阅读全文
posted @ 2019-06-14 23:18 lvmxh 阅读(3784) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 30 下一页