Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932078AbVLPCKv (ORCPT ); Thu, 15 Dec 2005 21:10:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932076AbVLPCKv (ORCPT ); Thu, 15 Dec 2005 21:10:51 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:14516 "EHLO e32.co.us.ibm.com") by vger.kernel.org with ESMTP id S932074AbVLPCKt (ORCPT ); Thu, 15 Dec 2005 21:10:49 -0500 Subject: Re: [RFC][PATCH 0/3] TCP/IP Critical socket communication mechanism From: Sridhar Samudrala To: "David S. Miller" Cc: mpm@selenic.com, ak@suse.de, linux-kernel@vger.kernel.org, netdev@vger.kernel.org In-Reply-To: <20051215.002120.133621586.davem@davemloft.net> References: <20051215033937.GC11856@waste.org> <20051214.203023.129054759.davem@davemloft.net> <20051215.002120.133621586.davem@davemloft.net> Content-Type: text/plain Date: Thu, 15 Dec 2005 18:09:22 -0800 Message-Id: <1134698963.10101.43.camel@w-sridhar2.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1730 Lines: 40 On Thu, 2005-12-15 at 00:21 -0800, David S. Miller wrote: > From: Sridhar Samudrala > Date: Wed, 14 Dec 2005 23:37:37 -0800 (PST) > > > Instead, you seem to be suggesting in_emergency to be set dynamically > > when we are about to run out of ATOMIC memory. Is this right? > > Not when we run out, but rather when we reach some low water mark, the > "critical sockets" would still use GFP_ATOMIC memory but only > "critical sockets" would be allowed to do so. > > But even this has faults, consider the IPSEC scenerio I mentioned, and > this applies to any kind of encapsulation actually, even simple > tunneling examples can be concocted which make the "critical socket" > idea fail. > > The knee jerk reaction is "mark IPSEC's sockets critical, and mark the > tunneling allocations critical, and... and..." well you have > GFP_ATOMIC then my friend. I would like to mention another reason why we need to have a new GFP_CRITICAL flag for an allocation request. When we are in emergency, even the GFP_KERNEL allocations for a critical socket should not sleep. This is because the swap device may have failed and we would like to communicate this event to a management server over the critical socket so that it can initiate the failover. We are not trying to solve swapping over network problem. It is much simpler. The critical sockets are to be used only to send/receive a few critical messages reliably during a short period of emergency. Thanks Sridhar - 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/