From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Samuelson Subject: Re: TCP stalls with 802.3ad + bridge + kvm guest Date: Sat, 4 Aug 2012 11:22:19 -0500 Message-ID: <20120804162219.GT17572@p12n.org> References: <20120727183840.GE17572@p12n.org> <26496.1343419205@death.nxdomain> <20120801144104.GN17572@p12n.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jay Vosburgh , netdev@vger.kernel.org, jgoerzen@efolder.net To: Jesse Brandeburg Return-path: Received: from mx11.dcmx.net ([207.210.100.175]:40726 "EHLO mx11.dcmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751991Ab2HDQWX (ORCPT ); Sat, 4 Aug 2012 12:22:23 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: [Jesse Brandeburg] > try > # ethtool -K ethx tso off gso off lro off Wow - that worked! Thanks so much! Now I'll see if I can narrow it down a bit from there. Then it's on to the mystery of why I have to explicitly set eth2+eth3 'promisc' - the bond0 device is supposed to propagate that setting but apparently it doesn't. (Lower priority, though, since there's an easy workaround.) Peter