From: Stephen Hemminger <shemminger@osdl.org>
To: Martin Lucina <mato@kotelna.sk>
Cc: netdev@vger.kernel.org
Subject: Re: sky2 hangs, hw csum errors with 2.6.18
Date: Fri, 22 Sep 2006 11:31:52 -0700 [thread overview]
Message-ID: <20060922113152.02874cbc@localhost.localdomain> (raw)
In-Reply-To: <20060922182924.GE4161@dezo.moloch.sk>
On Fri, 22 Sep 2006 20:29:25 +0200
Martin Lucina <mato@kotelna.sk> wrote:
> shemminger@osdl.org said:
> > You can turn off TX pause and get the same effect.
>
> Not sure if I did the right thing, but:
>
> # ifdown eth1
> ...
> # ethtool -A eth1 tx off
> # ethtool -a eth1
> Pause parameters for eth1:
> Autonegotiate: on
> RX: on
> TX: off
> # ifup eth1
> ...
> sky2 eth1: enabling interface
> sky2 eth1: Link is up at 1000 Mbps, full duplex, flow control both
> # ethtool -a eth1
> Pause parameters for eth1:
> Autonegotiate: on
> RX: on
> TX: on
>
> is this what I should be seeing?
>
> -mato
To get tx flow control to turn off. You need a patch (already in netdev-2.6 upstream)
and then you can do:
ethtool -A eth1 autoneg off tx off
--
Stephen Hemminger <shemminger@osdl.org>
next prev parent reply other threads:[~2006-09-22 18:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-22 11:24 sky2 hangs, hw csum errors with 2.6.18 Martin Lucina
2006-09-22 16:56 ` Stephen Hemminger
2006-09-22 18:23 ` Martin Lucina
2006-09-22 18:29 ` Martin Lucina
2006-09-22 18:31 ` Stephen Hemminger [this message]
2006-09-22 18:38 ` Martin Lucina
2006-09-22 18:50 ` Stephen Hemminger
2006-10-03 18:21 ` Martin Lucina
2006-10-03 18:35 ` Stephen Hemminger
2006-10-03 18:39 ` Martin Lucina
2006-10-03 19:03 ` Stephen Hemminger
2006-10-03 19:13 ` Martin Lucina
2006-10-03 19:16 ` Stephen Hemminger
2006-10-03 19:23 ` Martin Lucina
2006-10-03 19:15 ` Martin Lucina
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=20060922113152.02874cbc@localhost.localdomain \
--to=shemminger@osdl.org \
--cc=mato@kotelna.sk \
--cc=netdev@vger.kernel.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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.