From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: kernel BUG at mm/page_alloc.c:424! Date: Thu, 06 Aug 2009 16:38:58 -0700 Message-ID: <4A7B6992.6090607@goop.org> References: <20090805135450.GA3503@phenom.dumpdata.com> <4A7B2E76.2070108@goop.org> <4A7B4A9B.7060407@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Nathan Stratton Cc: xen-devel@lists.xensource.com, Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 08/06/09 16:31, Nathan Stratton wrote: > On Thu, 6 Aug 2009, Jeremy Fitzhardinge wrote: > >> On 08/06/09 14:22, Nathan Stratton wrote: >>> On Thu, 6 Aug 2009, Jeremy Fitzhardinge wrote: >>> >>>> Does disabling GRO/LRO and/or checksumming change anything? >>> >>> I am sorry, how would I do that? >> >> Using ethtool. Something like "ethtool --offload eth0 gro off lro off", >> I think. > > They both were already off: > > [root@cbridge1 ~]# ethtool -k eth0 > Offload parameters for eth0: > Cannot get device rx csum settings: Operation not supported > Cannot get device flags: Operation not supported > rx-checksumming: off > tx-checksumming: on > scatter-gather: on > tcp-segmentation-offload: on Try turning tso off too. J