mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-08-18 09:07:43 +08:00
pattern
This commit is contained in:
@@ -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) 是近几年特别有亮点的补丁.
|
||||
|
||||
@@ -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) |
|
||||
Reference in New Issue
Block a user