| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Xen on production enviroment
 
To: Nivedita Singhvi <niv@xxxxxxxxxx>From: Tim Durack <tdurack@xxxxxxxxx>Date: Tue, 13 Sep 2005 18:46:12 -0400Cc: "John A. Sullivan III" <jsullivan@xxxxxxxxxxxxxxxxxxx>,	xen-users@xxxxxxxxxxxxxxxxxxx, willmerstrog@xxxxxxxxxxxxDelivery-date: Tue, 13 Sep 2005 22:44:03 +0000Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;	h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=PgZO+ptKVOCx85k2jpeDa1Ak2D/+QhkhWk/Ux+G5UeUYMj8bK5hZuJYyfb6eX75SudKLnideAvSX1Vg7s/ieTNmF7fjFe9j5uOxFm97SEXRHngRLfTV3j1LCAaU8HBaRgI2Qlc4ibwVgo89EYHpwB3ghidlS97OCJYO8BR5MhXA=List-id: Xen user discussion <xen-users.lists.xensource.com> tdurack@zeta:~$ sudo ethtool -k eth0
 Offload parameters for eth0:
 rx-checksumming: on
 tx-checksumming: on
 scatter-gather: off
 tcp segmentation offload: off
 
 tdurack@zeta:~$ sudo ethtool -K eth0 tx off
 
 tdurack@zeta:~$ sudo ethtool -k eth0
 Offload parameters for eth0:
 rx-checksumming: on
 tx-checksumming: off
 scatter-gather: off
 tcp segmentation offload: off
 
 Ethtool works, what it's really doing is a different matter.
 
 Tim:>
 
 
 On 9/13/05, Nivedita Singhvi <niv@xxxxxxxxxx> wrote:
Tim Durack wrote:> Same thing doesn't work on a tg3 based system. Perhaps a driver bug?
 >
 > Might explain why Ramiro is having problems too.
 
 
 Didn't think the tg3 supported disabling the checksum offload.
 
 thanks,
 Nivedita
 
 > Tim:>
 >
 > On 9/7/05, Tim Durack <tdurack@xxxxxxxxx> wrote:
 >
 >>Okay, I'll eat my words (just not my hat yet):
 >>
 >>guest> ethtool -K eth0 tx off
 >>
 >>fixed the checksum problem (at least on my system with an e100 driver.)
 >>
 >>I'll try it again on my tg3 based system. I will eat my hat if it works
 >>there...
 >>
 >>Apologies if I mislead anyone.
 
 
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |