mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
更新文案描述
This commit is contained in:
+6
-3
@@ -670,11 +670,14 @@ $ sudo env IFACE="$NETDEV" AdministrativeState=configured /etc/networkd-dispatch
|
||||
$ sudo systemctl edit networkd-dispatcher.service
|
||||
```
|
||||
|
||||
在服务配置文件中输入以下内容,并保存。
|
||||
根据配置文件中的提示,在中间空白处填入以下内容。
|
||||
|
||||
```bash
|
||||
## 日志过滤配置项
|
||||
|
||||
```ini
|
||||
[Service]
|
||||
LogFilterPatterns=~^No valid path found for iw(config)?$
|
||||
|
||||
```
|
||||
|
||||
测试通过后,启动 `networkd-dispatcher` 并设置为开机自启状态。
|
||||
@@ -693,7 +696,7 @@ $ sudo systemctl restart networkd-dispatcher.service
|
||||
## 检查网卡优化参数
|
||||
$ sudo ethtool -k "$NETDEV" | grep -E 'rx-udp-gro-forwarding|rx-gro-list'
|
||||
|
||||
#### ethtool 示例输出
|
||||
#### 网卡优化后 ethtool 示例输出
|
||||
rx-gro-list: off
|
||||
rx-udp-gro-forwarding: on
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user