全部博文(710)
发布时间:2014-07-16 14:42:01
网卡优化RSS receive side scaling,网卡多队列,需要硬件支持。网卡接收到网络数据包后,要发送一个硬件中断,通知CPU取数据包。默认配置,都是由CPU0去做。RPS receive packet steering,向某个CPU发送一个软中断,来接收数据包,并递交给应用程序。RFS receive flow streering,维护两种hash表,实现将软.........【阅读全文】
发布时间:2014-06-27 15:23:11
1.dd or dump 备份2.fsck3.ext3grepextundelete......【阅读全文】
发布时间:2013-08-29 18:35:22
ubuntu重启网卡提示 Ignoring unknown interface eth1=eth1解决办法:在/etc/network/interfaces添加auto eth1iface eth1 inet dhcp重启网卡/etc/init.d/networking restart......【阅读全文】
发布时间:2013-07-16 11:05:59
主要是由于linux与Broadcom 5709网卡兼容性问题导致网卡down# modinfo bnx2# cat << EOF >> /etc/modprobe.confoptions bnx2 disable_msi=1EOF# modprobe -r bnx2;modprobe bnx2;/etc/init.d/network restart禁用MSI后不会显示PCI-MSI-X#.........【阅读全文】
发布时间:2013-05-23 16:06:36
Linux虽然没有蓝屏现象,不过Kernel报错有时也会让人头疼。有时重启后正常,linux系统运行一段时间后又down了,总不能出现问题就reboot啊。我从网上搜集一下资料,整理了出来,希望大家能在评论与我交流您的看法与经验。什么是Kernel Panic?wiki:A kernel panic is an action taken by an ope.........【阅读全文】