Bug 27747

Summary: Передача параметров ethtool -K
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: etcnetAssignee: Mikhail Efremov <sem>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: komper, ldv, rider, sem, shaba, slchess, vseleznv
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Cherepanov 2012-09-17 19:18:57 MSK
В связи с возросшим количеством парамтеров для ethtool -K (например, GSO) предлагаю подумать как можно передавать какие-либо параметры помимо -s. Возможно, следует ввести переменную среды в option, например

 ETHTOOL=-K eth0 gso off
Comment 1 Шамиль Шейхов 2012-10-10 01:37:47 MSK
Бывает очень нужно например для pptp сервера чтоб выключить все параметры ethtool -k
Comment 2 Chess 2015-06-24 20:44:25 MSK
А воз и ныне там ?
Для виртуалки хотел заюзать

Network performance issues
If you experience low performance with the virtio network drivers, verify the setting for the GSO and TSO features on the host system. The virtio network drivers require that the GSO and TSO options are disabled for optimal performance.
Verify the status of the GSO and TSO settings, use the command on the host (replacing interface with the network interface used by the guest):

# ethtool -k interface

Disable the GSO and TSO options with the following commands on the host:

# ethtool -K interface gso off
# ethtool -K interface tso off