From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH] Enhance AF_PACKET implementation to not require high order contiguous memory allocation Date: Mon, 25 Oct 2010 21:53:49 -0400 Message-ID: <20101026015349.GA31631@hmsreliant.think-freely.org> References: <1288045856.3296.19.camel@edumazet-laptop> <20101025233558.GA30118@hmsreliant.think-freely.org> <20101025.164646.104054845.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: David Miller , eric.dumazet@gmail.com, netdev@vger.kernel.org, jpirko@redhat.com To: Maciej =?utf-8?Q?=C5=BBenczykowski?= Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:58652 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754079Ab0JZByB (ORCPT ); Mon, 25 Oct 2010 21:54:01 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Oct 25, 2010 at 05:48:33PM -0700, Maciej =C5=BBenczykowski wrot= e: > This is http://bugzilla.redhat.com/637619 >=20 > I'm the original reporter and I haven't yet fully vetted / tested the > patch (not directly related to my job and all that). >=20 I validated it. You reported that tcpdump startup caused your system t= o 'freeze'. I managed to recreate that situation, as observed by my syst= em becomming unresponsive on the console, and validated that that situatio= n did not occur when this patch was applied. Neil