From patchwork Mon Nov 13 20:28:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Spewock X-Patchwork-Id: 134180 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A45944331E; Mon, 13 Nov 2023 21:29:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A47B40608; Mon, 13 Nov 2023 21:28:54 +0100 (CET) Received: from mail-lj1-f226.google.com (mail-lj1-f226.google.com [209.85.208.226]) by mails.dpdk.org (Postfix) with ESMTP id 9D174402BD for ; Mon, 13 Nov 2023 21:28:51 +0100 (CET) Received: by mail-lj1-f226.google.com with SMTP id 38308e7fff4ca-2c83d37a492so27652351fa.3 for ; Mon, 13 Nov 2023 12:28:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1699907331; x=1700512131; 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=ySA5jmMsq6dzap/sxpjwos08WGBtOo4h9uTv4MKizWU=; b=XPg+Z40A/7eR5q6nSsfFoiQFirTQ+4gpaASVVtR35WQF+8jhkhbyByT38mcOwCnOsG 2DUiqq0RbV4uioUg+gSznnHzHYl4Eq9AidFg4coVuRDkU18OhE835hPoQSSphd8mXPDk eukA9fTBCPbAWmNUL8TUbETlTEzfCcl1oD4Wg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699907331; x=1700512131; 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=ySA5jmMsq6dzap/sxpjwos08WGBtOo4h9uTv4MKizWU=; b=ldgFpCtkFmHATtKmzJhueZqtMtwhwlU4E1tUX4r76dhtW9mLG4Y+pf74kNV3CoaTAf jd06xuxOWEM8FlSTD7OUqrxgRyL6tmBm5xSlVvIuWwwp6qq/S6qJYww/oj/QGRXGZ1CJ K7Gq2v8vOVM6cf9qefTSeY5CnVqlCTGHTWNO0PWkOgAYgbUoinezilLvf+cLybmVHZHA fSAtaylUi80OuGffEj5vxM444f/AX4w5wPiiK/0CNz8R2i9+TGU76AYb8B+K8AawMyoj 8Wu1dedBSufmv9UjkCDdw5WvFGc/mj48JcwsGfA30RJP6w0wv7NgcJT9TTond+M/5GEP wyEg== X-Gm-Message-State: AOJu0YzuGWbrqDp7wLvKzSByr0R5ZRsWo0ZmyZF+IwAPYj1RY7qkUGOc CS0xWlgNQ2CjXLeFVVnv3zFJBQKJ2dzxGx919BQamjPpYr/kbA== X-Google-Smtp-Source: AGHT+IHI9mreVI3lg5S+XysGQzo9o6dct/yd6VBJTJ74PaywUvOPWO2gQyYqxlZ/pvceQPfRizkaP4BleXbb X-Received: by 2002:a19:6907:0:b0:507:9777:7a7 with SMTP id e7-20020a196907000000b00507977707a7mr3958648lfc.17.1699907331014; Mon, 13 Nov 2023 12:28:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id s1-20020a1709060c0100b009a5f5d570b5sm1774669ejf.256.2023.11.13.12.28.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Nov 2023 12:28:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1271:90f9:1b64:f6e6:867f]) by postal.iol.unh.edu (Postfix) with ESMTP id E36F6605C345; Mon, 13 Nov 2023 15:28:49 -0500 (EST) From: jspewock@iol.unh.edu To: Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, thomas@monjalon.net, wathsala.vithanage@arm.com, probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, ferruh.yigit@amd.com, andrew.rybchenko@oktetlabs.ru Cc: dev@dpdk.org, Jeremy Spewock Subject: [PATCH v3 3/7] dts: add scatter to the yaml schema Date: Mon, 13 Nov 2023 15:28:08 -0500 Message-ID: <20231113202833.12900-4-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231113202833.12900-1-jspewock@iol.unh.edu> References: <20231113202833.12900-1-jspewock@iol.unh.edu> MIME-Version: 1.0 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 From: Jeremy Spewock Allow for scatter to be specified in the configuration file. Signed-off-by: Jeremy Spewock --- dts/framework/config/conf_yaml_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/framework/config/conf_yaml_schema.json b/dts/framework/config/conf_yaml_schema.json index 84e45fe3c2..97ee32f47a 100644 --- a/dts/framework/config/conf_yaml_schema.json +++ b/dts/framework/config/conf_yaml_schema.json @@ -186,7 +186,8 @@ "type": "string", "enum": [ "hello_world", - "os_udp" + "os_udp", + "scatter" ] }, "test_target": {