爱上香烟
发布时间:2016-04-21 10:23:45
本文学习了Linux kernel的IPv4的保存分片入列的函数ip_frag_queue......【阅读全文】
发布时间:2016-04-18 20:06:57
1. 为什么需要 Segmentation offloading从第一篇文章的介绍中我们知道,Linux 内核传输层和网络层都要做大量的计算工作,具体见上图,这些计算都在服务器的主 CPU 中进行。这里有一些网络协议栈计算所需要的 CPU 资源的一些参考数据。大体上,发送或者接收 1 bit/s 的数据需要 1 赫兹的 CPU 处理能力,也就是说,.........【阅读全文】
发布时间:2016-04-16 09:44:52
linux kernel 网络协议栈之GRO(Generic receive offload)Simon Liu阅读评论XHello there! If you are new here, you might want tosubscribe to the RSS feed for updates on this topic.Powered by WP Greet Box WordPress Pl.........【阅读全文】