Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1297642
  • 博文数量: 254
  • 博客积分: 1586
  • 博客等级: 上尉
  • 技术积分: 2295
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-15 16:38
个人简介

linux学习中

文章分类

全部博文(254)

文章存档

2016年(6)

2015年(2)

2014年(74)

2013年(93)

2012年(12)

2011年(2)

2010年(51)

2009年(14)

发布时间: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.........【阅读全文】

阅读(988) | 评论(0) | 转发(0)

发布时间:2013-11-15 11:17:40

......【阅读全文】

阅读(1379) | 评论(0) | 转发(0)

发布时间:2013-11-15 10:47:35

MIPS 非对齐指令操作是如何处理的  Hi all 最近发现了一个有点想不通的事情,是这样的,mips一般是对对齐有严格要求的,四字节的话需要地址也是四字节对齐的。 在fusion code中,在ethernet driver中分配rx skb是这样来的 static struct sk_b.........【阅读全文】

阅读(2809) | 评论(0) | 转发(0)

发布时间:2013-11-15 10:44:26

spin_lock/rw_lock  强调如下两点1   rw_lock也是一种spin_lock,如果得不到,将会spin2   对于UP, spin_lock和rw_lock起的作用只是preempt_disable, 然后其它的就没了, 因此在UP上同步,读锁和写锁都只是禁止抢占,完全没有其真正意义上的读写锁。3  preempt_count这个变量.........【阅读全文】

阅读(1758) | 评论(0) | 转发(0)

发布时间:2013-11-15 10:41:40

简述MIPS中断  1   MIPS中断处理概述2   MIPS异常的初始化3   AG7240中断初始化 疑问: 1         irq_disable()和in_irq()都在何时置位,以及两者的关系irq_disable()只是在关中断的情况下返回.........【阅读全文】

阅读(3447) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册