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 7F2BEECAAD5 for ; Fri, 9 Sep 2022 01:53:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229685AbiIIBxK (ORCPT ); Thu, 8 Sep 2022 21:53:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229505AbiIIBxH (ORCPT ); Thu, 8 Sep 2022 21:53:07 -0400 Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E335115CC1 for ; Thu, 8 Sep 2022 18:53:06 -0700 (PDT) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1662688384; 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=WymaQapTEnrtpVYLXL9nYq1V8BG7Nsc68KX/U9lk3pk=; b=rrWJpT2XGfSdXof8SEypioEGZ23VX5vbAUzXz1nozpGrLtDZADWOQPPHeicdovh6ni5OtV qIJUkdhO4kCNA7zbzK3p5aINzD/98Po4BT++tlQ0UZVfWrCKS9evQ9BzJeuWlRsDOdc6CV X6boWrsjpP/aJ7lTPmrb2LbNEQNxlps= Date: Fri, 09 Sep 2022 01:53:04 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Yajun Deng" Message-ID: <040c19a13f1d7973db7369553045cd8e@linux.dev> Subject: Re: [PATCH v2] mm/damon: introduce struct damos_access_pattern To: "SeongJae Park" Cc: akpm@linux-foundation.org, damon@lists.linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org In-Reply-To: <20220908191756.129602-1-sj@kernel.org> References: <20220908191756.129602-1-sj@kernel.org> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org September 9, 2022 3:17 AM, "SeongJae Park" wrote:=0A=0A> = On Thu, 8 Sep 2022 18:43:56 +0000 SeongJae Park wrote:=0A= > =0A>> Hi Yajun,=0A>> =0A>> On Thu, 8 Sep 2022 11:26:11 +0800 Yajun Deng= wrote:=0A>> =0A>> The damon_new_scheme() has too = many parameters, we can introduce struct=0A>> damos_access_pattern to sim= plify it.=0A> =0A> Because my previous comments are only for trivial cosm= etic nits and the size of=0A> the patch is not tiny, I fixed those on my = own and posted it:=0A> https://lore.kernel.org/damon/20220908191443.12953= 4-1-sj@kernel.org=0A> =0AThank you! I'll do it more standard later.=0A=0A= > Thanks,=0A> SJ=0A> =0A> [...]