From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FA05C433FE for ; Wed, 18 May 2022 19:10:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241790AbiERTKX (ORCPT ); Wed, 18 May 2022 15:10:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241758AbiERTKW (ORCPT ); Wed, 18 May 2022 15:10:22 -0400 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BB1587A37; Wed, 18 May 2022 12:10:17 -0700 (PDT) Date: Wed, 18 May 2022 12:10:08 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1652901015; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MU2xzwxn+O+SnkiosYFY4pTWce0HMP0+oO1iGAYdJtU=; b=NelAPc5Q/waJa9uHLmhBkiqS/W10UEhrTS/tzmxD8ZMX3pQJpBpLunViUIR4z2937q4EeN +NrUnLOlu40gjz+zP5EV1sGM3VYcd+lbOOuzpJEOGb4j+x1Rrwlyqkdvc5qYQRFP5Cygcj ffbi3QzkdhpwFQuAVmy4DkGdU22RrK8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Roman Gushchin To: Michal =?iso-8859-1?Q?Koutn=FD?= Cc: cgroups@vger.kernel.org, linux-mm@kvack.org, Johannes Weiner , Michal Hocko , Shakeel Butt , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Richard Palethorpe Subject: Re: [PATCH v2 3/5] selftests: memcg: Adjust expected reclaim values of protected cgroups Message-ID: References: <20220518161859.21565-1-mkoutny@suse.com> <20220518161859.21565-4-mkoutny@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220518161859.21565-4-mkoutny@suse.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 18, 2022 at 06:18:57PM +0200, Michal Koutny wrote: > The numbers are not easy to derive in a closed form (certainly mere > protections ratios do not apply), therefore use a simulation to obtain > expected numbers. > > Signed-off-by: Michal Koutný Acked-by: Roman Gushchin Thanks, Michal!