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 250474559B; Fri, 5 Jul 2024 19:14:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 119A642ED8; Fri, 5 Jul 2024 19:14:24 +0200 (CEST) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id 50862410D5 for ; Fri, 5 Jul 2024 19:14:23 +0200 (CEST) Received: by mail-qv1-f45.google.com with SMTP id 6a1803df08f44-6b5de481b20so2023686d6.2 for ; Fri, 05 Jul 2024 10:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720199662; x=1720804462; 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=lVGHY3mBfvoFP4g0NOIMBzdAqQ95TEzjgjAaw6+8fiM=; b=dQ+Ty8WvHaJAktl7S3TH0fEXvumy9OzvnlJKOV3hOdxq9zBd1i8HZT0KspNTTHe9x5 ceHGxzI4PzWlJW237fPzjb97kb2OL5XKmAMJIN3+nKsoiyoGeEFHX7FLqQ0dXRa+U9FZ BfLLYtF4gw5lnhiPRb8V/ePYez7UVu1aA/6XU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720199662; x=1720804462; 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=lVGHY3mBfvoFP4g0NOIMBzdAqQ95TEzjgjAaw6+8fiM=; b=lj5tkV85ycGmfaQjGS50Vd1+DuG/bHNp9aMoL0Us7WUbZKXQ6OXppmAGNPrB3UzuR4 RgdJCbQwUclN7fJqj/8dfa3Fwd2++aQ8TKaSFSo15COhXcrE9UL7c+kNXXqnGASe/W7a ZcI/nCDFZUAsSR3Qj/4vwXGp6fAjwB5Wjhaf3T1PjD/7WjkIXVSsD8YWuO1tPB81ZhK8 sNqLCm1GKNITeFdAB82m/ae4qxJKrlNLSiOMHqWxwUlMD/5IoXo9eLpw5AZpGCu2SDsf dGYVEiLkGSDz7XGSFybQpJAvL0XtVFEPmyqLbXmYe/ao1D45nXjxwDWhngNABoT90gax coqA== X-Gm-Message-State: AOJu0YzrKS2q/KHUJP+d5dIS8TOPBWQVUwbh4hvks+TbZCPvQn7JhCAF ytN4/PO2D67n7w/MQs6U6eMRgbiVX7u6Pbe1BNlQAgbTNuppR7hduy6UI8CvuUg= X-Google-Smtp-Source: AGHT+IH6RBNMDw2aiS58O5v0SAiUae4uCypQ1z1bysB7Lh6xL0Zf8lq5yu14BfzrotSNKkbp7DUGiA== X-Received: by 2002:a05:6214:c8c:b0:6b2:af02:28d6 with SMTP id 6a1803df08f44-6b5ece8df53mr54871446d6.0.1720199662304; Fri, 05 Jul 2024 10:14:22 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1257::1003]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b5f92e7a08sm6534366d6.74.2024.07.05.10.14.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jul 2024 10:14:21 -0700 (PDT) From: Nicholas Pratte To: probb@iol.unh.edu, dmarx@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, Nicholas Pratte Subject: [PATCH v2 0/6] dts: Remove Excess Attributes From User Config Date: Fri, 5 Jul 2024 13:13:31 -0400 Message-ID: <20240705171341.23894-2-npratte@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240613201831.9748-3-npratte@iol.unh.edu> References: <20240613201831.9748-3-npratte@iol.unh.edu> 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 v2: * Patch series has been rebased to release candidate one. * Added functionality to make 'test_suites' optional, based on certain conditions. * Aggregated all of the DPDK documentation into one holistic patch. Nicholas Pratte (6): 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 dts: add conditional behavior for test suite requirements doc: dpdk documentation changes for new dts config doc/guides/tools/dts.rst | 26 +--- dts/conf.yaml | 28 ++-- dts/framework/config/__init__.py | 83 +++++------ dts/framework/config/conf_yaml_schema.json | 142 +++---------------- dts/framework/config/types.py | 29 ++-- dts/framework/runner.py | 4 +- dts/framework/test_result.py | 14 +- dts/framework/testbed_model/cpu.py | 6 +- dts/framework/testbed_model/linux_session.py | 5 +- dts/framework/testbed_model/node.py | 21 +-- dts/framework/testbed_model/os_session.py | 10 +- dts/framework/testbed_model/posix_session.py | 6 + dts/framework/testbed_model/sut_node.py | 20 ++- 13 files changed, 130 insertions(+), 264 deletions(-) -- 2.44.0