From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Menage Subject: Re: [PATCH] per-cgroup tcp buffer limitation Date: Tue, 13 Sep 2011 11:46:29 -0700 Message-ID: References: <1315276556-10970-1-git-send-email-glommer@parallels.com> <4E664766.40200@parallels.com> <4E66A0A9.3060403@parallels.com> <4E68484A.4000201@parallels.com> <4E699341.9010606@parallels.com> <4E6E39DD.2040102@parallels.com> <4E6F9CC4.2000601@parallels.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <4E6F9CC4.2000601@parallels.com> Sender: owner-linux-mm@kvack.org To: Glauber Costa Cc: Greg Thelen , linux-kernel@vger.kernel.org, linux-mm@kvack.org, containers@lists.osdl.org, netdev@vger.kernel.org, xemul@parallels.com, "David S. Miller" , Hiroyouki Kamezawa , "Eric W. Biederman" , Suleiman Souhlal , Lennart Poettering List-Id: containers.vger.kernel.org On Tue, Sep 13, 2011 at 11:11 AM, Glauber Costa wrote: > > What if they are all updated under the same lock ? Right, that would be the kind of optimization that would remove the need for worrying about whether or not to account it. It would probably mean creating some memcg-specific structures like res-counters that could handle multiple values, since you'd need to update both the kernel charge and the total charge, in this cgroup *and* its ancestors. Paul -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932322Ab1IMSqv (ORCPT ); Tue, 13 Sep 2011 14:46:51 -0400 Received: from mail-gy0-f174.google.com ([209.85.160.174]:58887 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932101Ab1IMSqu (ORCPT ); Tue, 13 Sep 2011 14:46:50 -0400 MIME-Version: 1.0 In-Reply-To: <4E6F9CC4.2000601@parallels.com> References: <1315276556-10970-1-git-send-email-glommer@parallels.com> <4E664766.40200@parallels.com> <4E66A0A9.3060403@parallels.com> <4E68484A.4000201@parallels.com> <4E699341.9010606@parallels.com> <4E6E39DD.2040102@parallels.com> <4E6F9CC4.2000601@parallels.com> From: Paul Menage Date: Tue, 13 Sep 2011 11:46:29 -0700 X-Google-Sender-Auth: ykb9PosuEgzYenxdTX8lcdy8VMI Message-ID: Subject: Re: [PATCH] per-cgroup tcp buffer limitation To: Glauber Costa Cc: Greg Thelen , linux-kernel@vger.kernel.org, linux-mm@kvack.org, containers@lists.osdl.org, netdev@vger.kernel.org, xemul@parallels.com, "David S. Miller" , Hiroyouki Kamezawa , "Eric W. Biederman" , Suleiman Souhlal , Lennart Poettering Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 13, 2011 at 11:11 AM, Glauber Costa wrote: > > What if they are all updated under the same lock ? Right, that would be the kind of optimization that would remove the need for worrying about whether or not to account it. It would probably mean creating some memcg-specific structures like res-counters that could handle multiple values, since you'd need to update both the kernel charge and the total charge, in this cgroup *and* its ancestors. Paul