From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 72089133402 for ; Wed, 6 Mar 2024 15:39:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709739568; cv=none; b=nmPEHG7aR9nkjs1EK+XVwwIE/e33kijyKef7M+8uqpSY2zwDShUBtSkcR6nU6BAsC8NzRHtcHoWsHyrLX+Wu4qkjAuqSHkhyBW0ZPfaKi6D8Xc8IBcoDSrJL4R0zRtnmh4Zh1fDGpKQXGrHdafhp/9vuuZ443kstLVB6pSUVSVA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709739568; c=relaxed/simple; bh=/2ipPREjniN/T2ZktVGGqtXUngho4S1kk6oeiXkaDbk=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=a8cWAATGKS1fJY/L0qrrFmcbtgLTfhZJJJ7+aSNjB/d1SdRmncY2JjBsPx8Kf3/LrK7qCCFYDpOvkkoR0eP6fVjSS8YJbYx8Cu0XXxZjPvvxAyRKi4Yl10K4uOXk1vxhLWQH0Ng0jLNa8Up+Wk9WQ9knIwmI5qdl85pVuVNPLPA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=Huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=Huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.231]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Tqc6z1gqTz6D8qv; Wed, 6 Mar 2024 23:39:23 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (unknown [7.191.163.240]) by mail.maildlp.com (Postfix) with ESMTPS id B28EC1400DB; Wed, 6 Mar 2024 23:39:23 +0800 (CST) Received: from localhost (10.202.227.76) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Wed, 6 Mar 2024 15:39:23 +0000 Date: Wed, 6 Mar 2024 15:39:22 +0000 From: Jonathan Cameron To: CC: , , , , , , , , , , , Fan Ni Subject: Re: [PATCH v5 03/13] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices Message-ID: <20240306153922.0000557d@Huawei.com> In-Reply-To: <20240304194331.1586191-4-nifan.cxl@gmail.com> References: <20240304194331.1586191-1-nifan.cxl@gmail.com> <20240304194331.1586191-4-nifan.cxl@gmail.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-cxl@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: lhrpeml500002.china.huawei.com (7.191.160.78) To lhrpeml500005.china.huawei.com (7.191.163.240) On Mon, 4 Mar 2024 11:33:58 -0800 nifan.cxl@gmail.com wrote: > From: Fan Ni > > Rename mem_size as static_mem_size for type3 memdev to cover static RAM and > pmem capacity, preparing for the introduction of dynamic capacity to support > dynamic capacity devices. > > Signed-off-by: Fan Ni Reviewed-by: Jonathan Cameron