jeosph
驱动中牛
驱动中牛
  • 注册日期2001-04-19
  • 最后登录2006-08-08
  • 粉丝0
  • 关注0
  • 积分96分
  • 威望11点
  • 贡献值0点
  • 好评度9点
  • 原创分0分
  • 专家分0分
阅读:1393回复:0

NETWORK DRIVERS的问题

楼主#
更多 发布于:2001-07-23 09:41
在看:
network drivers,design guide,part 1,charpter 3 ,section 5
packet structure 最后一段:

A BusMaster NIC driver that allocates shared memory for receiving incoming packets or protocol driver thar allocates memory for sending a packet must insure thar any buffer used to containing incoming or outgoning data is cache_aligned.This is neccessary so that the miniport can flush the buffer to assure coherency before sending a packet and flush a received buffer before indicating the data to an upper layer.

1)cache_aligned 是什么意思?
2)flush 又是什么意思?
谢了先!
游客

返回顶部