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 lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7EF0BC76196 for ; Thu, 6 Apr 2023 13:29:58 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pkPfg-0002xn-I6; Thu, 06 Apr 2023 09:29:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pkPff-0002xM-S7 for qemu-devel@nongnu.org; Thu, 06 Apr 2023 09:28:59 -0400 Received: from mail-pl1-x62e.google.com ([2607:f8b0:4864:20::62e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pkPfe-0004d2-BM for qemu-devel@nongnu.org; Thu, 06 Apr 2023 09:28:59 -0400 Received: by mail-pl1-x62e.google.com with SMTP id n14so21637936plc.8 for ; Thu, 06 Apr 2023 06:28:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680787737; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=cPXFEUFf25Y21YGkG2dEE4rWjH8ObY0y16yXPeKRivo=; b=n4diX++RcnMJ7PM/WG4d4CglCb+qvzl1NkBFXpPejK9u0DIHN9YUC48eJlMqPx8P0Z EEGdeIPE0jiLWfAeyPWZbLe1t0f1mDowpoLVQ4dROHqLbsCVh4u81kdyP8VQFhqPQ+UT rRIUA7QWF0JpZYO4vIEROccaug+Bb7IoSBBJerHetWthS00KDPuIZmo5Wo6cWkjcVl+X vxSyTpQ+opzIjJ5tilAH40Kn2kqjIl9xkphhamL7wZda7jjOXd8qTjz6fciPcQxKZhdX 5uW+WavdLVp3+9ZRIl+PPD/zgJgVSaZZXzC4KxQDO1ebf4CcYdKsC1PXuJHm1Kjv6GFb +slQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680787737; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cPXFEUFf25Y21YGkG2dEE4rWjH8ObY0y16yXPeKRivo=; b=J6g6oVhyHAINIxzLCGuJ+MucQDWnebkeOBMDKkCIpkzSIHGvXMoZdYosO0gA0tVu3k b9mxLJGeTGWcBlcTy26jnCBmyqhmco6Q/fUg/7aeVxcguvaMDMFZItkKyZIilWfT1h1d YDsoY+sgKtCXYYtqyR7Kllavsf4eb5NJuVdGRyV63kE8pwn9dqClBcfXSLzJZgPq3pfI BcG87ZHIXMB0aOIGi3EILNRbQhCOVEdrRFjuHwOyY2v93UoBYlro6WANHwIuctgh4ANo G32scwD5HasxGO/Xbz94HLjxEZ3Xw/1WMQN7eRYBbUO4FMpKpZt3CQpWXy7U4o0gxCI+ zeRw== X-Gm-Message-State: AAQBX9eKCE2N7RJJGFbg3HZzOLPk1xLnYUS4veHSgmhR8sW3zfxUdkJC yWEGFOu4dpJtu/QFJNQGqyM= X-Google-Smtp-Source: AKy350atqq6n+nsflvjz9LtbCAbewQzmPzl+NgslIJ03AClzhIk4os31Vgs5VUvUKc0L/+L43JyYaw== X-Received: by 2002:a05:6a20:bb06:b0:d5:58df:fb7a with SMTP id fc6-20020a056a20bb0600b000d558dffb7amr3302994pzb.3.1680787736833; Thu, 06 Apr 2023 06:28:56 -0700 (PDT) Received: from raghuh-elastics.. ([2406:7400:56:45c3:5697:bbf2:968:7051]) by smtp.gmail.com with ESMTPSA id c20-20020a62e814000000b005cdbd9c8825sm1349883pfi.195.2023.04.06.06.28.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Apr 2023 06:28:56 -0700 (PDT) From: Raghu H To: maverickk1778@gmail.com, Jonathan.Cameron@huawei.com, qemu-devel@nongnu.org Cc: Raghu H Subject: [PATCH v2 1/2] docs/cxl: Remove incorrect CXL type 3 size parameter Date: Thu, 6 Apr 2023 18:58:38 +0530 Message-Id: <20230406132839.3357195-2-raghuhack78@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230406132839.3357195-1-raghuhack78@gmail.com> References: <20230406113640.0000277c@Huawei.com> <20230406132839.3357195-1-raghuhack78@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::62e; envelope-from=raghuhack78@gmail.com; helo=mail-pl1-x62e.google.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org cxl-type3 memory size is read directly from the provided memory backed end device. Remove non existent size option Signed-off-by: Raghu H --- docs/system/devices/cxl.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/system/devices/cxl.rst b/docs/system/devices/cxl.rst index f25783a4ec..46f9ae9bf1 100644 --- a/docs/system/devices/cxl.rst +++ b/docs/system/devices/cxl.rst @@ -354,13 +354,13 @@ An example of 4 devices below a switch suitable for 1, 2 or 4 way interleave:: -device cxl-rp,port=1,bus=cxl.1,id=root_port1,chassis=0,slot=1 \ -device cxl-upstream,bus=root_port0,id=us0 \ -device cxl-downstream,port=0,bus=us0,id=swport0,chassis=0,slot=4 \ - -device cxl-type3,bus=swport0,memdev=cxl-mem0,lsa=cxl-lsa0,id=cxl-pmem0,size=256M \ + -device cxl-type3,bus=swport0,memdev=cxl-mem0,lsa=cxl-lsa0,id=cxl-pmem0 \ -device cxl-downstream,port=1,bus=us0,id=swport1,chassis=0,slot=5 \ - -device cxl-type3,bus=swport1,memdev=cxl-mem1,lsa=cxl-lsa1,id=cxl-pmem1,size=256M \ + -device cxl-type3,bus=swport1,memdev=cxl-mem1,lsa=cxl-lsa1,id=cxl-pmem1 \ -device cxl-downstream,port=2,bus=us0,id=swport2,chassis=0,slot=6 \ - -device cxl-type3,bus=swport2,memdev=cxl-mem2,lsa=cxl-lsa2,id=cxl-pmem2,size=256M \ + -device cxl-type3,bus=swport2,memdev=cxl-mem2,lsa=cxl-lsa2,id=cxl-pmem2 \ -device cxl-downstream,port=3,bus=us0,id=swport3,chassis=0,slot=7 \ - -device cxl-type3,bus=swport3,memdev=cxl-mem3,lsa=cxl-lsa3,id=cxl-pmem3,size=256M \ + -device cxl-type3,bus=swport3,memdev=cxl-mem3,lsa=cxl-lsa3,id=cxl-pmem3 \ -M cxl-fmw.0.targets.0=cxl.1,cxl-fmw.0.size=4G,cxl-fmw.0.interleave-granularity=4k Kernel Configuration Options -- 2.34.1