Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3748461
  • 博文数量: 216
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 7480
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-23 18:56
个人简介

将晦涩难懂的技术讲的通俗易懂

文章分类

全部博文(216)

文章存档

2025年(8)

2024年(11)

2023年(9)

2022年(4)

2021年(12)

2020年(8)

2019年(18)

2018年(19)

2017年(9)

2016年(26)

2015年(18)

2014年(54)

2013年(20)

博文列表
标题:
标题 阅读 评论 转发 发布日期
【推荐】 linux中fcntl()、lockf、flock的区别 34148 0 4 2016-03-20
Bridge转发逻辑 5596 0 0 2016-02-28
【推荐】 二层(链路层)数据包发送过程分析 11769 0 1 2016-02-21
GENERIC NETLINK 介绍及使用 15159 0 0 2016-01-03
【推荐】 Linux Netlink基本使用 19963 3 11 2015-12-20
linux内核网络,数据发送流程图 4986 0 0 2015-11-29
linux 内核网络,数据接收流程图 5640 0 0 2015-11-29
(七)洞悉linux下的Netfilter&iptables:如何理解连接跟踪机制?【下】 3632 0 0 2015-11-08
(六)洞悉linux下的Netfilter&iptables:如何理解连接跟踪机制?【中】 3247 0 0 2015-11-08
(五)洞悉linux下的Netfilter&iptables:如何理解连接跟踪机制?【上】 2833 0 0 2015-11-07
(三)洞悉linux下的Netfilter&iptables:内核中的rule,match和target 2457 0 0 2015-11-07
(二)洞悉linux下的Netfilter&iptables:内核中的ip_tables小觑 2466 0 0 2015-11-07
(一)洞悉linux下的Netfilter&iptables:什么是Netfilter? 2396 0 0 2015-11-07
【推荐】 nginx负载均衡策略之加权轮询分析 14252 0 4 2015-05-20
【推荐】 LZ77压缩算法基础介绍 6845 0 2 2015-05-07
【推荐】 WebService到底是什么? 4510 0 0 2015-05-05
详解coredump 4145 0 2 2015-03-30
【推荐】 linux下CPU使用率与机器负载的关系与区别 7647 0 2 2015-03-30
URL编码与解码 3618 0 1 2015-03-05
C++中delete操作符做了什么 7356 0 0 2015-01-16
给主人留下些什么吧!~~

吻的感觉适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

回复  |  举报

Tabi_star2025-04-15 14:58

Tabi_star:跪求大佬继续更新,PKU博一,导师让我魔改NCCL,本人太菜源码看不懂一点儿,大佬的博客应该是全网NCCL版本最新最详细的源码解读,能不能毕业全靠大佬了

我爱博主

回复  |  举报

Tabi_star2025-03-13 21:08

跪求大佬继续更新,PKU博一,导师让我魔改NCCL,本人太菜源码看不懂一点儿,大佬的博客应该是全网NCCL版本最新最详细的源码解读,能不能毕业全靠大佬了

回复  |  举报

zf8292024-11-13 13:41

zf829:您好,请教大神一个问题,设备直通给VM时,中断到底会不会导致VM_EXIT吗,如果会,那VIRTIO直通时还会导致IO性能下降吧?“当透传设备产生中断时,vfio_msihandler ISR执行,该函数不做实际的服务程序处理,仅仅通过eventfd_signal激活irqfd_inject,然后最终调用deliver_posted_interrupt向虚机注入中断,中断号即为虚机配置透传设备时的中断号。”  这段描述在代码上我也仔细看了,逻辑肯定是对的,但另一方面我还是不确定中断到底会不会导致VM_EXIT

这里的中断主要是指数据包收发的中断

回复  |  举报

zf8292024-11-13 11:35

您好,请教大神一个问题,设备直通给VM时,中断到底会不会导致VM_EXIT吗,如果会,那VIRTIO直通时还会导致IO性能下降吧?“当透传设备产生中断时,vfio_msihandler ISR执行,该函数不做实际的服务程序处理,仅仅通过eventfd_signal激活irqfd_inject,然后最终调用deliver_posted_interrupt向虚机注入中断,中断号即为虚机配置透传设备时的中断号。”  这段描述在代码上我也仔细看了,逻辑肯定是对的,但另一方面我还是不确定中断到底会不会导致VM_EXIT

回复  |  举报
留言热议
请登录后留言。

登录 注册