上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 164 下一页

2020年9月8日

摘要: [root@localhost memzone]# gdb build/app/TestMalloc GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7 Copyright (C) 2013 Free Software Foundation, I 阅读全文
posted @ 2020-09-08 10:21 tycoon3 阅读(559) 评论(0) 推荐(0)

2020年9月7日

摘要: /* set up interrupt support (but not enable interrupts) */ static int pci_vfio_setup_interrupts(struct rte_pci_device *dev, int vfio_dev_fd) { int i, 阅读全文
posted @ 2020-09-07 20:11 tycoon3 阅读(594) 评论(0) 推荐(0)
摘要: https://kernelgo.org/vtd_interrupt_remapping_code_analysis.html 本文中我们将一起来分析一下VT-d中断重映射的代码实现, 在看本文前建议先复习一下VT-d中断重映射的原理,可以参考VT-D Interrupt Remapping这篇文章 阅读全文
posted @ 2020-09-07 19:59 tycoon3 阅读(2540) 评论(0) 推荐(0)
摘要: [root@localhost ixgbe]# cpupower frequency-info analyzing CPU 0: driver: cppc_cpufreq CPUs which run at the same hardware frequency: 0 1 2 3 4 5 6 7 8 阅读全文
posted @ 2020-09-07 19:03 tycoon3 阅读(1800) 评论(0) 推荐(0)

2020年9月6日

摘要: 修改收发包队列数 [[email protected] tong]# ethtool -g eth0 Ring parameters for eth0: Pre-set maximums: RX: 4096 RX Mini: 0 RX Jumbo: 0 TX: 4096 Current hardwa 阅读全文
posted @ 2020-09-06 19:12 tycoon3 阅读(1151) 评论(0) 推荐(0)
摘要: tr -s 删除所有重复出现字符序列,只保留第一个;即将重复出现字符串压缩为一个字符串。 cat /proc/interrupts | tr -s " " | more [root@localhost ixgbe]# cat /proc/interrupts |less -S CPU0 CPU1 C 阅读全文
posted @ 2020-09-06 18:43 tycoon3 阅读(452) 评论(0) 推荐(0)

2020年9月4日

摘要: 阅读全文
posted @ 2020-09-04 19:24 tycoon3 阅读(428) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hz5034/article/details/79794478 static irqreturn_t ixgbe_msix_clean_many(int irq, void *data) { struct ixgbe_q_vector *q_vector 阅读全文
posted @ 2020-09-04 17:35 tycoon3 阅读(472) 评论(0) 推荐(0)
摘要: http://abcdxyzk.github.io/blog/2020/05/21/ixgbe-init/ 首先模块加载insmod ixgbe.ko 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 module_init(ixgbe_in 阅读全文
posted @ 2020-09-04 17:11 tycoon3 阅读(809) 评论(0) 推荐(0)
摘要: msi中断初始化 1.什么是MSI中断 Message Signaled Interrupts 是pci2.2中提出来的一种新的中断形式。后续有msi-x扩展。 msi以及msi-x这种中断形式的一个最主要的特点就是,它在系统的特定地址做一个memory write transaction, 将一个 阅读全文
posted @ 2020-09-04 16:54 tycoon3 阅读(3770) 评论(0) 推荐(0)
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 164 下一页

导航