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 6F63245420; Thu, 13 Jun 2024 22:21:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07575402CF; Thu, 13 Jun 2024 22:21:07 +0200 (CEST) Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) by mails.dpdk.org (Postfix) with ESMTP id 067894003C for ; Thu, 13 Jun 2024 22:21:06 +0200 (CEST) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-250aa23752dso168977fac.3 for ; Thu, 13 Jun 2024 13:21:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718310065; x=1718914865; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=zRV3A9vKRi+/bPcL3IgspSYJ7fkFyF51wXtwrXLyGOM=; b=D1AgvGiEEn1p4sIsoC63zP5WttgVUDAKoNEXroItssgCuqT0cARuwo97Erv6eI9tGX gZOBEKpLl/z9s4uElVruk2AzAmkhgFCXOC/DK9rVjC6tm5s592pGLn5oB4bZuqwF73Vb 0eD21IAXCQXRcNIN62zXFvWkJUhaFyq7Lrj+M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718310065; x=1718914865; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=zRV3A9vKRi+/bPcL3IgspSYJ7fkFyF51wXtwrXLyGOM=; b=MtIiswd6pzqKWE5Atm/4jpFeJxvnmWoGf2qnH9jLhRaeZrkxTYbfofcHn2ISf5WrUr Qt9lPRCQwpslmQQ9s6nGn7aTgWtAMkd+vTNj40iCKzqjS7Ue7Wcs6Etk3csRs40VU+F5 yFXI4aB8qB1Q0ulehOAU7RCx2kaaxQ4LDyqYVwIPH1szR4mxbC6B262xqvLTRGx//uws cqrns8UxnNVHjGj+17jLa4QU8Jo4fUWhTvoSCqOSqfniVwA74YN01zubpDf9AwKNgw9F FPwf64f79NX2PCwZ0eUw4taZ2YvPgo7yqL6lDQKkW/zSV7Lb6nB6tVnSYxkEx+Tajk3K yN/g== X-Gm-Message-State: AOJu0Yzn4WnUeke7P+Br9g8vk9MXlqUhr5MFolCkPbXGYSap/LGEwykN uKnan1YzhkAKI09/ZZhilegh0R68WcBi5JMQ0N+fY1GdrxyRJVlADq36vgN8u4Y= X-Google-Smtp-Source: AGHT+IFyYRjpkz87xrBkW4KToMFtdC9EGrV+CqWybgDFHBjwYVzp5KZ5Bwo59QAr8Ywj0svULcIUzg== X-Received: by 2002:a05:6870:1696:b0:24f:ea59:4e1c with SMTP id 586e51a60fabf-25842e97e4emr676614fac.4.1718310065047; Thu, 13 Jun 2024 13:21:05 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-4420c5e8e4bsm8493731cf.39.2024.06.13.13.21.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Jun 2024 13:21:04 -0700 (PDT) From: Nicholas Pratte To: Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, luca.vizzarro@arm.com, juraj.linkes@pantheon.tech, bruce.richardson@intel.com, jspewock@iol.unh.edu, probb@iol.unh.edu, dmarx@iol.unh.edu, yoan.picchi@foss.arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH 0/4] dts: Remove Excess Attributes From User Config Date: Thu, 13 Jun 2024 16:18:26 -0400 Message-ID: <20240613201831.9748-3-npratte@iol.unh.edu> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 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 A good amount of the attributes listed in the conf.yaml are either currently unused or unneeded. The goal of this patch is to eliminate minutiea from the config that may make the overall execution process more difficult and tedious. It should be noted that more improvements are possible here, and in fact, there are other improvements that can likely be made in the future; for instance, the removal of the OS attribute, and simplication of the port topology listings (this is currently being worked on in a separate patch). If it is desired, and the others are okay with it, I'd like to look into potentially getting rid of the OS attribute at some point. Nicholas Pratte (4): dts: Remove build target config and list of devices dts: Use First Core Logic Change dts: Self-Discovering Architecture Change dts: Rework DPDK Attributes In SUT Node Config doc/guides/tools/dts.rst | 24 +--- dts/conf.yaml | 26 ++-- dts/framework/config/__init__.py | 76 ++++------ dts/framework/config/conf_yaml_schema.json | 144 ++++--------------- dts/framework/config/types.py | 38 ++--- dts/framework/runner.py | 2 +- dts/framework/test_result.py | 14 +- dts/framework/testbed_model/cpu.py | 5 + dts/framework/testbed_model/linux_session.py | 5 +- dts/framework/testbed_model/node.py | 20 +-- dts/framework/testbed_model/os_session.py | 10 +- dts/framework/testbed_model/posix_session.py | 6 + dts/framework/testbed_model/sut_node.py | 25 ++-- 13 files changed, 125 insertions(+), 270 deletions(-) -- 2.44.0