From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CFECB459D0; Wed, 18 Sep 2024 22:30:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6BC074026F; Wed, 18 Sep 2024 22:30:58 +0200 (CEST) Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) by mails.dpdk.org (Postfix) with ESMTP id 991FA4003C for ; Wed, 18 Sep 2024 22:30:57 +0200 (CEST) Received: by mail-qt1-f178.google.com with SMTP id d75a77b69052e-4585e25f42bso869741cf.2 for ; Wed, 18 Sep 2024 13:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1726691457; x=1727296257; darn=dpdk.org; 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=gUYsSG3M+skWZnOduDFbXiWW0BhJk6gQgJN2THO3q60=; b=Po1Rfr90e9N8Ue1K/FmXqFvARud64VzjkfRhoPqpNrjVKNP6Vc+kfs9f4gttC08ql2 D/jQO4257IepkL002B42c5Z6NhwF958GCTNuUs6vuFlYQjuVJcul0WRFdC9vQ/RSp7tz FOUubz1WoA7XOzpVjRe8lMCL0YU+TWCAohn/w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726691457; x=1727296257; 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=gUYsSG3M+skWZnOduDFbXiWW0BhJk6gQgJN2THO3q60=; b=hEI2d++//QrH0FvX89knbcSRpea57rOHpBIrJue/0bBQlrRKVQrZBc/ozRuEFdEnp8 tXWyqfByp1/nqAML680z4SczQDqMdv+LM/yHZVsVt6cK214tzG2Y6wUtQE+4q17x4Vuj UcZBYydqtW516frAVfbfETftYcORN1vuy2ciI0O6yYsV6bW+u+a6Z20bMJSPVSHJCeUg G7ChRw/8JDe2SP0lVfpsWL5OcjAqCJHYZq2ofOC7gcbsGycZIvBdwr5NZGPuDMwEwccB ChkLbnwb0tzS4qAMrsFC/Awc5BueVCq33JADuzCpzxq2twE3luAQcqoviYI1QSbOidiX 8KKQ== X-Gm-Message-State: AOJu0YzUVV5H52KPBgILlLQ6hTYMm7TjqurUykuzx7V7Zh2oeGWjqP6c f2ndDm7uSrsCV0eB2X1/UA60C7sOkjoTUjAjD7Nv/TJaxQUu+gwDHxkv4Dfy4rg= X-Google-Smtp-Source: AGHT+IE4KFtJFY9vZPyw8fKjarnbYvT9VPpSDEqAGg6Zx7JoE4L76KaSrB4wOFRFEzScLMzIa9qj/g== X-Received: by 2002:a05:622a:1992:b0:458:3d2a:65b3 with SMTP id d75a77b69052e-4599d225308mr31626901cf.11.1726691456853; Wed, 18 Sep 2024 13:30:56 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-45b17877d76sm846241cf.24.2024.09.18.13.30.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Sep 2024 13:30:56 -0700 (PDT) From: Dean Marx To: probb@iol.unh.edu, npratte@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v3] dts: correct typos in user config docstrings Date: Wed, 18 Sep 2024 16:31:14 -0400 Message-ID: <20240918203114.31254-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240911185229.13825-1-dmarx@iol.unh.edu> References: <20240911185229.13825-1-dmarx@iol.unh.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Correct docstring error in conf.yaml showing incorrect example pci address for TG nodes. Fixes: 55442c14297c ("dts: improve documentation") Signed-off-by: Dean Marx Reviewed-by: Nicholas Pratte Reviewed-by: Luca Vizzarro Reviewed-by: Jeremy Spewock Reviewed-by: Juraj Linkeš --- dts/conf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dts/conf.yaml b/dts/conf.yaml index 7d95016e68..ca5e87636e 100644 --- a/dts/conf.yaml +++ b/dts/conf.yaml @@ -39,13 +39,13 @@ nodes: number_of: 256 force_first_numa: false ports: - # sets up the physical link between "SUT 1"@000:00:08.0 and "TG 1"@0000:00:08.0 + # sets up the physical link between "SUT 1"@0000:00:08.0 and "TG 1"@0000:00:08.0 - pci: "0000:00:08.0" os_driver_for_dpdk: vfio-pci # OS driver that DPDK will use os_driver: i40e # OS driver to bind when the tests are not running peer_node: "TG 1" peer_pci: "0000:00:08.0" - # sets up the physical link between "SUT 1"@000:00:08.1 and "TG 1"@0000:00:08.1 + # sets up the physical link between "SUT 1"@0000:00:08.1 and "TG 1"@0000:00:08.1 - pci: "0000:00:08.1" os_driver_for_dpdk: vfio-pci os_driver: i40e @@ -59,13 +59,13 @@ nodes: arch: x86_64 os: linux ports: - # sets up the physical link between "TG 1"@000:00:08.0 and "SUT 1"@0000:00:08.0 + # sets up the physical link between "TG 1"@0000:00:08.0 and "SUT 1"@0000:00:08.0 - pci: "0000:00:08.0" os_driver_for_dpdk: rdma os_driver: rdma peer_node: "SUT 1" peer_pci: "0000:00:08.0" - # sets up the physical link between "SUT 1"@000:00:08.0 and "TG 1"@0000:00:08.0 + # sets up the physical link between "SUT 1"@0000:00:08.0 and "TG 1"@0000:00:08.0 - pci: "0000:00:08.1" os_driver_for_dpdk: rdma os_driver: rdma -- 2.44.0