Chinaunix首页 | 论坛 | 博客
  • 博客访问: 236481
  • 博文数量: 32
  • 博客积分: 557
  • 博客等级: 中士
  • 技术积分: 431
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-20 23:05
文章分类

全部博文(32)

文章存档

2015年(4)

2014年(2)

2012年(4)

2011年(22)

发布时间:2015-07-04 00:36:07

Linux下的网卡驱动中通常会提供类似XXX_rx的接收函数该函数处理与具体硬件相关的寄存器操作包括中断检查,数据状态检查,错误检查等在确认有数据抵达后读取数据或从DMA的接收环中获取数据地址XXX_rx函数以skb为元数据结构组织报文数据随后调用内核接口函数netif_rx或netif_receive_skb这里会涉及.........【阅读全文】

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

发布时间:2015-07-04 00:34:03

<img src="http://image64.360doc.com/DownloadImg/2013/09/1115/35131351_1" />......【阅读全文】

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

发布时间:2015-04-25 00:13:12

Cross cpu function calling in smp system, call_single_queue type list, send ipi message to the target cpu, ipi handler of the target cpu will traverse the list and call the func of each node.........【阅读全文】

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

发布时间:2014-11-10 21:46:45

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

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

发布时间:2012-03-10 11:43:15

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

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

登录 注册