ethtool之学习路线

来源:互联网 发布:苹果手机数据免费恢复 编辑:程序博客网 时间:2024/06/05 01:16

ethtool学习路线

基础概念

Ethtool是Linux下用于查询及设置网卡参数的命令。

Introduction

ethtool is the standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devices. It can be used to:

Get identification and diagnostic information
Get extended device statistics
Control speed, duplex, autonegotiation and flow control for Ethernet devices
Control checksum offload and other hardware offload features
Control DMA ring sizes and interrupt moderation
Control receive queue selection for multiqueue devices
Upgrade firmware in flash memory
Most features are dependent on support in the specific driver. See the manual page for full information.

https://www.kernel.org/pub/software/network/ethtool/

源码

index : ethtool/ethtool.git

https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/

引用:

https://baike.baidu.com/item/ethtool/6394592?fr=aladdin

ethtool 在 Linux 中的实现框架和应用

http://blog.csdn.net/arnoldlu/article/details/19844215

ethtool—查看网卡以及修改网卡配置工具

http://blog.csdn.net/sanmaoljh/article/details/52670226