[Beowulf] tcp error: Need ideas!
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Scott Atchley atchley at myri.comSun Jan 25 07:35:48 PST 2009
- Previous message: [Beowulf] tcp error: Need ideas!
- Next message: [Beowulf] tcp error: Need ideas!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 25, 2009, at 10:13 AM, Gerry Creager wrote: > -bash-3.2# ethtool -K rx off > no offload settings changed You missed the interface here. You should try: -bash-3.2# ethtool -K eth1 rx off > -bash-3.2# ethtool -k eth1 > Offload parameters for eth1: > rx-checksumming: on > tx-checksumming: on > scatter-gather: on > tcp segmentation offload: on > udp fragmentation offload: off > generic segmentation offload: off > > But here's the one I love: > -bash-3.2# ethtool -K tso off > no offload settings changed Again, you are missing the interface: -bash-3.2# ethtool -K eth1 tso off > I apparently can't control things with ethtool... Ethtool provides -S to let the driver report additional information. Does this report anything: # ethtool -S eth1 Scott
- Previous message: [Beowulf] tcp error: Need ideas!
- Next message: [Beowulf] tcp error: Need ideas!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
