linux网络设备watchdog分析 2021-11-25 | 0 浏览 | 0 评论 linux网络设备watchdog分析 WATCHDOG 分析 linux 内核版本 4.4.58watchdog 初始化 igb 网卡驱动在 igb_probe 函数中调用 register_netdev-->register_netdevice-->dev_init_scheduler,完成网络设备 watchdog 的初始化,从这里可以看出 watchdog 只是一个定时器。igb_probe:netdev->watchdog_timeo=5*HZ;err=r