linux学习中
发布时间:2013-12-10 10:37:48
Linux内核中在自旋锁,信号量及中断禁止之间的选择一.linux内核控制路径的三种执行环境: 1>中断 中断的顶半部分,也就是用request_irq注册的中断例程 处中断上下文,不.........【阅读全文】
发布时间:2013-11-15 11:20:49
WLAN Througput Point 1 There are two througput issues i met recently1 In kernel 2.6.15 , DBDC througput, changing HZ from 250 to 1000, will increase the TX and througput a lot. TX 180+178 campare to 165+160, CPU loading is about 85%&nb.........【阅读全文】
发布时间:2013-11-15 10:47:35
MIPS 非对齐指令操作是如何处理的 Hi all 最近发现了一个有点想不通的事情,是这样的,mips一般是对对齐有严格要求的,四字节的话需要地址也是四字节对齐的。 在fusion code中,在ethernet driver中分配rx skb是这样来的 static struct sk_b.........【阅读全文】