This commit is contained in:
gatieme
2021-04-21 21:26:40 +08:00
parent 3881e9ba28
commit f9f55a251b
2 changed files with 11 additions and 9 deletions
+6 -3
View File
@@ -602,7 +602,10 @@ https://lore.kernel.org/lkml/157476581065.5793.4518979877345136813.stgit@buzz/
# 1.5 基于调度域的负载均衡
-------
## 1.5.1 负载均衡
## 1.5.1 拓扑域构建
-------
## 1.5.2 负载均衡
-------
@@ -638,7 +641,7 @@ https://lore.kernel.org/lkml/157476581065.5793.4518979877345136813.stgit@buzz/
## 1.5.2 自动 NUMA 均衡(Automatic NUMA balancing)
## 1.5.3 自动 NUMA 均衡(Automatic NUMA balancing)
-------
**3.8(2013年2月发布)**
@@ -667,7 +670,7 @@ NUMA 机器一个重要特性就是不同 node 之间的内存访问速度有差
[NUMA placement problems [LWN.net]](https://link.zhihu.com/?target=https%3A//lwn.net/Articles/591995/)
## 1.5.3 rework_load_balance
## 1.5.4 rework_load_balance
-------
2019 年的 [Vincent Guittot](https://www.youtube.com/watch?v=cfv63BMnIug) 的 [sched/fair: rework the CFS load balance](https://lwn.net/Articles/793427) 是近几年特别有亮点的补丁.
+5 -6
View File
@@ -21,9 +21,8 @@ Linux内核中使用的设计技巧
本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>进行许可
http://www.davidhill.co/2012/02/enable-esxi-shell-vsphere-5-0/
https://zhidao.baidu.com/question/583512262.html
http://blog.csdn.net/yumushui/article/details/38776603
| 标题 | CSDN | Github |
|:----:|:----:|:-----:|
| Linux 内核代码风格--Kernel Coding Style(不断更新-20170616) | []() | [code_style](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/pattern/code_style) |
| BUILD_BUG_ON编译时断言 | NA | [build_bug_on](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/pattern/build_bug_on) |
| 待完成 | NA | [container_of](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/pattern/container_of) |