- 论坛徽章:
- 0
|
Intel官方驱动程序源程序的说明:
NAPI
----
NAPI (Rx polling mode) is supported in the e1000 driver. NAPI is enabled
or disabled based on the configuration of the kernel. To override
the default, use the following compile-time flags.
To enable NAPI, compile the driver module, passing in a configuration option:
make CFLAGS_EXTRA=-DE1000_NAPI install
To disable NAPI, compile the driver module, passing in a configuration option:
make CFLAGS_EXTRA=-DE1000_NO_NAPI install
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6593/showart_240361.html |
|