From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932148AbWESApv (ORCPT ); Thu, 18 May 2006 20:45:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932153AbWESApv (ORCPT ); Thu, 18 May 2006 20:45:51 -0400 Received: from mail.unixshell.com ([207.210.106.37]:30613 "EHLO mail.unixshell.com") by vger.kernel.org with ESMTP id S932148AbWESApv (ORCPT ); Thu, 18 May 2006 20:45:51 -0400 Message-ID: <446D151D.6030307@tektonic.net> Date: Thu, 18 May 2006 20:45:17 -0400 From: Matt Ayres Organization: TekTonic User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Matt Ayres CC: James Morris , "xen-devel@lists.xensource.com" , Netfilter Development Mailinglist , Patrick McHardy , Linux Kernel Mailing List Subject: Re: [Xen-devel] Re: Panic in ipt_do_table with 2.6.16.13-xen References: <4468BE70.7030802@tektonic.net> <4468D613.20309@trash.net> <44691669.4080903@tektonic.net> <4469D84F.8080709@tektonic.net> <446D0A0D.5090608@tektonic.net> <446D0E6D.2080600@tektonic.net> In-Reply-To: <446D0E6D.2080600@tektonic.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Matt Ayres wrote: > > > James Morris wrote: >> On Thu, 18 May 2006, Matt Ayres wrote: >> >>>> I'm trying to suggest eliminating this driver & possible interaction >>>> with >>>> Xen network changes as a cause. If you can find a different type of >>>> NIC to >>>> plug in and use, or even try and change all of the params for the >>>> tg3 with >>>> ethtool, it'll help. >>>> >>> Hi, >>> >>> Thank you for the assistance. Which parameters do you suggest changing? >>> TSO/flow control off? >> >> Yep, anything. > > Ok, "ethtool -K eth0 rx off tx off sg off tso off" should have turned it > all off. > I think I confirmed the NIC is not the source of the problem. A few of my servers have e100/tulip NIC's due to a bug with the chipset of the on-board TG3 cards firmware and TSO. These servers that use the e100/tulip drivers also experience the ipt_do_table bug. Thanks, Matt