From: alexei@taf.ru To: alexei mezin <alexei.mezin@gmail.com>, ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org> Subject: Re: [sisyphus] etcnet + ethtool Date: Sat, 5 Sep 2020 19:08:24 +0800 (IRKT) Message-ID: <1654343072.570739.1599304104954.JavaMail.zimbra@taf.ru> (raw) In-Reply-To: <rivqdf$260$1@ciao.gmane.io> ----- Исходное сообщение ----- > От: "Alexei V. Mezin" <alexei.mezin@gmail.com> > Кому: sisyphus@lists.altlinux.org > Отправленные: Суббота, 5 Сентябрь 2020 г 18:48:15 > Тема: [sisyphus] etcnet + ethtool > Научите пользоваться etcnet'ом! > > Предыстория: есть весьма старенькая "серверная" интеловская плата > S3210SH с двумя набортными интел-сетевухами > > 82566DM-2 Gigabit Network Connection > 82541GI Gigabit Ethernet Controller > > Долгие годы она работала сервером под управлением чего-то типа p6 без > каких-либо проблем. Потом перекочевала домой на балкон, работать > домашним сервером. И все бы хорошо, да теперь там p9, на котором одна из > сетевух "по умолчанию" работает минуты три, а потом регулярно (раз в > минуту) впадает в 100% ступор. Говорят (с), это известный баг > интеловских сетевух, его исправлять не собираются или не могут, и > рекомендуют объезд вида > > ethtool -K eth0 gso off gro off tso off > > Объезд работает. И вроде бы etcnet умеет применять ethtool к интерфейсу. > Сделал > > # cat /etc/net/ifaces/lan/ethtool > gso off gro off tso off > > Никакого эффекта! После перезагрузки системы локалка работает с потерями > 80% пакетов, пока не выполнишь ethtool вручную. Что не так? Я такие вещи делаю через ifup-post: $ cat /etc/net/ifaces/bondDOWN/ifup-post #!/bin/sh /usr/sbin/ethtool -K enp1s0f0 tso off gso off gro on lro off rxvlan on txvlan on tx on rx on rxhash off /usr/sbin/ethtool -G enp1s0f0 rx 4096 tx 4096 /usr/sbin/ethtool -A enp1s0f0 rx off tx off
next prev parent reply other threads:[~2020-09-05 11:08 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-05 10:48 Alexei V. Mezin 2020-09-05 11:08 ` alexei [this message] 2020-09-05 16:43 ` Ivan A. Melnikov 2020-09-05 22:29 ` Alexei V. Mezin 2020-10-18 11:10 ` Vitaly Lipatov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1654343072.570739.1599304104954.JavaMail.zimbra@taf.ru \ --to=alexei@taf.ru \ --cc=alexei.mezin@gmail.com \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git