Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030252AbWHLSRK (ORCPT ); Sat, 12 Aug 2006 14:17:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030248AbWHLSRJ (ORCPT ); Sat, 12 Aug 2006 14:17:09 -0400 Received: from helium.samage.net ([83.149.67.129]:54709 "EHLO helium.samage.net") by vger.kernel.org with ESMTP id S1030252AbWHLSRH (ORCPT ); Sat, 12 Aug 2006 14:17:07 -0400 Message-ID: <47227.81.207.0.53.1155406611.squirrel@81.207.0.53> In-Reply-To: <1155404014.13508.72.camel@lappy> References: <20060812141415.30842.78695.sendpatchset@lappy> <33471.81.207.0.53.1155401489.squirrel@81.207.0.53> <1155404014.13508.72.camel@lappy> Date: Sat, 12 Aug 2006 20:16:51 +0200 (CEST) Subject: Re: [RFC][PATCH 0/4] VM deadlock prevention -v4 From: "Indan Zupancic" To: "Peter Zijlstra" Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, "Evgeniy Polyakov" , "Daniel Phillips" , "Rik van Riel" , "David Miller" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 26 On Sat, August 12, 2006 19:33, Peter Zijlstra said: > Simpler yes, but also more complete; the old patches had serious issues > with the alternative allocation scheme. It sure is more complete, and looks nicer, but the price is IMHO too high. I'm curious what those serious issues are, and if they can't be fixed. > As for why SROG, because trying to stick all the semantics needed for > all skb operations into the old approach was nasty, I had it almost > complete but it was horror (and more code than the SROG approach). What was missing or wrong in the old approach? Can't you use the new approach, but use alloc_pages() instead of SROG? Sorry if I bug you so, but I'm also trying to increase my knowledge here. ;-) Greetings, Indan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/