Sisyphus
标签
分类
DOCA
virtio-net-controller
基本操作
dpdk
vhost_user协议
dpdk_iova
dpdk_legacy_memory
dpdk mbuf 结构
dpdk_memzone_mpool_mbuf关系梳理
dpdk_vdpa热迁移-脏页标记
dpdk 内存管理
dpdk测试用例
dpdk 编译
dpdk 编译
testpmd使用
dpdk 编译
github
git 常用命令
linux
内核-驱动
common
内核打印格式化
驱动开发技巧
cpu
cpu上下线
dma
gfp
iommu流程
scatterlist
iommu
intel_iommu寄存器规范
iommu
ioremap
napi
napi
pcie
pcie_hotplug
per_cpu
udev
linux_udev机制实现-0
linux_udev机制实现-1
linux_udev机制实现-2
linux_udev机制实现-3
udev机制实现
uevent接口实现
virtio
virtio_net
中断
armv8中断现场保存寄存器
armv8设备树解析
msi_domain_alloc
内核preempt
打印内核函数处于什么上下文
硬中断--allocated_irqs与irq_desc数组如何协同工作
硬中断--apic
硬中断--asm_do_IRQ
硬中断--ioapic
硬中断--irq_domain的初始化
硬中断--irq_exit
硬中断--irq_matrix结构体
硬中断--x86中断初始化
硬中断--中断号映射
硬中断--初始化
硬中断--数据结构
硬中断--硬中断号的解析
__do_softirq 分析
__raise_softirq 分析
ksoftirqd 分析
net_rx_action 分析
软中断--wakeup_softirqd
软中断上下文切换接口
软中断使用原则
修改任意Linux进程地址空间实施代码注入
设备驱动
linux设备驱动resource
系统启动
系统启动相关
系统基础
Linux下的时钟
ptp时钟同步介绍
ubuntu内核构建
ubuntu发行版本
网络协议
收发包流程
tcp窗口机制
协议栈流程
[译] Linux 网络栈监控和调优:发送数据(2017)
network
base_knowledge
linux内核网络设备
linux内核网络设备
debug
dropwatch 监控内核的网络栈丢包
ethtool
ethtool 代码架构
ethtool_的工作原理
kernel网络
Linux 网卡重命名
iproute2使用--nat网桥配置
Linux 网卡rss,rps,rfs
内核日志打印限速
双网卡的bounding模式
网络丢包故障定位全景指南
通过驱动来创建一个eth device
p4程序的资源优化指南
rte_kni
dpdk 程序kni 虚拟网络接口原理
dpdk 程序对pause 帧的处理
dpdk 程序创建 kni 虚拟网络接口失败的问题
常用网络故障排查工具
other
c语言-智能指针的用法
frpc极简部署
githubpage+vscocd+hexo构建笔记博客
graphviz
graphviz
graphviz—tips
vscode-git-自动push
windows terminal技巧
pcie
dmar--root_table
pasid
qemu
IPI中断性能评估
Kick_vcpu
为qemu运行快速部署dhcp服务
gust内存管理
kvm
qemu vhost_user的初始化逻辑
qemu-kvm 内存虚拟化
qemu 初始化流程
qemu后端写清除机制
qemu运行virtio_net的几种模式
qom模型
vcpu迁移
vmcs
中断虚拟化
性能优化
cpu性能优化
perf性能观测
可观测工具
硬件相关
dram
DRAM基本工作原理
pcie 净载荷转发带宽
pcie
PCIe ECAM介绍
tlp
rmii
serder
虚拟化
pcie 入门
vdpa代码逻辑
virtio 协议
virtio_pci
中断虚拟化
内核的vdpa方案
热迁移代码逻辑
热迁移
热迁移代码逻辑
内存热迁移
内存热迁移-基础用法
内存热迁移-脏页标记
设备热迁移
设备热迁移qemu与dpdk通过vhost_user的交互流程
读书笔记
纯粹理性批判
软件开发
常用调试方法
github action使用介绍
git 常用命令
硬中断--irq_matrix结构体
用户态接口root@vm0:~# cat /sys/kernel/debug/irq/domains/DMAR-MSI name: DMAR-MSI size: 0 mapped: 1 flags: 0x00000013 parent: VECTOR name: VEC ...
2024-12-03
硬中断--x86中断初始化
[ 0.001000] irq: ===================== ...
2024-12-03
硬中断--中断号映射
hwirq 和 irq 的映射int irq_domain_alloc_descs(int virq, unsigned int cnt, irq_hw_number_t hwirq, int node, const struct irq_affinity_desc * ...
2024-12-03
硬中断--数据结构
struct irqaction { irq_handler_t handler; // request_irq 初始化 void *dev_id; void __percpu ...
2024-12-03
硬中断--初始化
kernel/irq/irqdesc.c: early_trap_initarch/arm/kernel/irq.c: init_IRQ // 非稀疏irq int __init early_irq_init(void) { in ...
2024-12-03
硬中断--硬中断号的解析
irq_of_parse_and_mapirq_create_of_mapping armstruct of_phandle_args { struct device_node *np; int args_count; uint32_t args[MAX_PHAND ...
2024-12-03
软中断--wakeup_softirqd
static void wakeup_softirqd(void) { /* Interrupts are disabled: no need to stop preemption */ struct task_struct *tsk = __this_cpu_read(k ...
2024-12-03
硬中断--apic
硬件规范APIC的信息在SDM vol3中有比较详细的介绍外设的中断过程 linux.git/arch/x86/kernel/apic/io_apic.c static void __ioapic_write_entry(int apic, int pin, struct IO_APIC_route ...
2024-12-03
dpdk_legacy_memory
...
2024-12-03
dpdk_iova
https://www.intel.com/content/www/us/en/developer/articles/technical/memory-in-dpdk-part-2-deep-dive-into-iova.html ...
2024-12-03
<
1
…
3
4
5
6
7
…
14
>