Bug 27747 - Передача параметров ethtool -K
Summary: Передача параметров ethtool -K
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: etcnet (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Mikhail Efremov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 19:18 MSK by Andrey Cherepanov
Modified: 2015-06-24 20:44 MSK (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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