全部博文(306)
发布时间:2014-03-25 09:38:07
Linux网桥模型: Linux内核通过一个虚拟的网桥设备来实现桥接的,这个设备可以绑定若干个以太网接口设备,从而将它们桥接起来。如下图所示: 网桥设备br0绑定了eth0和eth1。对于网络协议栈的上层来说,只看得到br0,因为桥接是在数据链路层实现的,上层不需要关心桥接的细节。于是协议栈上.........【阅读全文】
发布时间:2014-03-14 15:32:08
RPS和RFSRPS 全称是 Receive Packet Steering, 这是Google工程师 Tom Herbert (therbert@google.com )提交的内核补丁, 在2.6.35进入Linux内核. 这个patch采用软件模拟的方式,实现了多队列网卡所提供的功能,分散了在多CPU系统上数据接收时的负载, 把软中断分到各个CPU处理,而不需要硬件支持,大大提高了网.........【阅读全文】
发布时间:2014-02-26 15:29:20
SVN Error : No space left on deviceRecently I encountered a situation where Subversion keeps on complaining "No space left on device" and terminates the check out. But there was sufficient amount of free space left in the disk.After searching the Google, I found the root cau.........【阅读全文】