将晦涩难懂的技术讲的通俗易懂
发布时间:2018-06-24 22:07:20
Intel RDT特性详解原文链接: http://linuxperformance.top/index.php/archives/21/ 1.RDT前言英特尔至强 E5-2600v4在对外宣传时候号称“为云而生”的,除了其强大的性能和众多核心外,主要亮点就是Resource Director Technology(RDT)新技术的加入。使得其有理由宣称“为云而生”。我们知道在一个虚拟.........【阅读全文】
发布时间:2018-06-24 21:39:48
qemu和vhost-user前后端协商过程这篇文章主要从qemu的角度分析虚拟机启动前后端的协商过程。虚拟机当后端使用dpdk vhost-user时整个前后端过程可以分为三个阶段:qemu启动阶段,前端驱动加载写VIRTIO_PCI_GUEST_FEATURES寄存器,前端驱动加载完成写VIRTIO_PCI_STATUS寄存器。我们 我们这.........【阅读全文】
发布时间:2018-06-03 20:19:08
基于dpdk的用户态协议栈f-stack实现分析——lvyilong316f-stack是腾讯基于dpdk开发的一套用户态协议栈,目前已经开源,相关介绍可以看这里:https://cloud.tencent.com/developer/article/1005179。 开源代码在这里:https://github.com/F-Stack/f-stack.git 。项目背景F-Stack 这个项目起始于DNSPod的授.........【阅读全文】
吻的感觉适2025-07-18 23:22
https://txc.qq.com/products/762843/blog/2022630
https://txc.qq.com/products/762814/blog/2022624
https://txc.qq.com/products/762833/blog/2022632
https://txc.qq.com/products/762839/blog/2022631
https://txc.qq.com/products/762835/blog/2022633
https://txc.qq.com/products/762845/blog/2022634
https://txc.qq.com/products/762810/blog/2022636
https://txc.qq.com/products/762848/blog/2022637
https://txc.qq.com/products/762843/blog/2022638
https://txc.qq.com/products/762814/blog/2022639
https://txc.qq.com/products/762839/blog/2022640
https://txc.qq.com/products/762833/blog/2022642
https://txc.qq.com/products/762810/blog/2022644
https://txc.qq.com/products/762843/blog/2022645
https://txc.qq.com/products/762814/blog/2022647
https://txc.qq.com/products/762833/blog/2022648
https://txc.qq.com/products/762843/blog/2022650
zf8292024-11-13 13:41
zf829:您好,请教大神一个问题,设备直通给VM时,中断到底会不会导致VM_EXIT吗,如果会,那VIRTIO直通时还会导致IO性能下降吧?“当透传设备产生中断时,vfio_msihandler ISR执行,该函数不做实际的服务程序处理,仅仅通过eventfd_signal激活irqfd_inject,然后最终调用deliver_posted_interrupt向虚机注入中断,中断号即为虚机配置透传设备时的中断号。” 这段描述在代码上我也仔细看了,逻辑肯定是对的,但另一方面我还是不确定中断到底会不会导致VM_EXIT
这里的中断主要是指数据包收发的中断
回复 | 举报