我们在 linux rhel 机器上执行以下操作
ethtool -K ifcfg-478476 tso off
现在假设我们要验证设置
如何使用 ethtool 或其他 cli 进行检查?
我们试着
ethtool -k ifcfg-478476 | grep -i tso
但我们没有得到状态
任何想法 ?
注意 -ifcfg-478476
是 eth 链接
我们在 linux rhel 机器上执行以下操作
ethtool -K ifcfg-478476 tso off
现在假设我们要验证设置
如何使用 ethtool 或其他 cli 进行检查?
我们试着
ethtool -k ifcfg-478476 | grep -i tso
但我们没有得到状态
任何想法 ?
注意 -ifcfg-478476
是 eth 链接
在 的输出中
ethtool -k
,它被称为tcp-segmentation-offload
,而不是tso
。输出是这样的: