本章详细介绍了与网络设备驱动程序相关的数据结构和中断处理函数。
This paper introduces in detail the data structure and ISR, which relates to the network device driver program.
各种网络设备驱动程序在接口层运行,该层从物理链路接收数据,并向物理链路传输数据。
The various network device drivers run at the interface layer, which receives and transmits data from and to the physical link.
这一层提供了一组通用函数供底层网络设备驱动程序使用,让它们可以对高层协议栈进行操作。
This layer provides a common set of functions to be used by lower-level network device drivers to allow them to operate with the higher-level protocol stack.
Linu x源代码是学习有关大多数设备类型的设备驱动程序设计最佳方法,包括网络设备驱动程序。
The Linux source code is a great way to learn about the design of device drivers for a multitude of device types, including network device drivers.
提示:对于那些具有 TTL(生存时间)的驱动程序要格外注意,例如面向连接的网络设备驱动程序。
Tip: Take extra care for drivers that include features like TTL (Time to Live), such as connection-oriented networking device drivers.
正如前面介绍的一样,需要格外注意那些具有诸如ttl之类的特性的设备驱动程序(这种情况会使用面向连接的网络设备驱动程序)。
As mentioned earlier, extra care needs to be taken for device drivers like this that involve features like TTL (in this case one that USES connection-oriented networking device drivers).
网络栈底部是负责管理物理网络设备的设备驱动程序。
At the bottom of the network stack are the device drivers that manage the physical network devices.
在linux/drivers/net 中可以找出网络设备专用的驱动程序。
You can find the drivers specific to network devices in linux/drivers/net.
大部分的网络设备都是在初始化和加载硬件的时候被设备驱动程序自动创建。
In the majority of cases the network device is automatically created by the device driver while it is initializing and has located your hardware.
大部分的网络设备都是在初始化和加载硬件的时候被设备驱动程序自动创建。
In the majority of cases the network device is automatically created by the device driver while it is initializing and has located your hardware.
应用推荐