From patchwork Mon Dec 18 18:12:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jeremy Spewock X-Patchwork-Id: 135300 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 C7D464373D; Mon, 18 Dec 2023 19:13:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6097042DE2; Mon, 18 Dec 2023 19:13:10 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id BAC6542DAC for ; Mon, 18 Dec 2023 19:13:06 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-1d3d0faf262so4983095ad.3 for ; Mon, 18 Dec 2023 10:13:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702923186; x=1703527986; 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=mUwABtraKUQVk1+KNd+OixqPQgpIFoZLK6tAOpcjy5Y=; b=i+u0kW1ZdMWDwfxosWZatnkY7peAfr71XljAhrhAmtNUfrrjougj9bG8WEUrHSIlNG JeFwGZZuCGNIGcdoir96YHEHf9LV6KgKJuZ2YksAFlYtUM47uycjk+CVVhCV5XnWwITF dV4kq7zxp9GfhuAVnGG3/hZSPMsDzqdJA7ANM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702923186; x=1703527986; 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=mUwABtraKUQVk1+KNd+OixqPQgpIFoZLK6tAOpcjy5Y=; b=w3RD4HKW8E/l7KITrH0cpDVNSREFqfgqinVlQ2qPXMugsnjLbZrlox+h0LNl1NX7v7 yFkVGmjbOUYWm3MEM2X1ljacHe0GtanjrONc5ST111HAiV2qczQzmYj+RySUIe3rHPgE d9N3fHWG3ekASzVyAsSQg9Cpf4m2KqhEyGOYB7SLxfWgUOKTUzjM7mSAA4KTcC4UY6mR jJb7wECtN/YKjqvfWWCctxRXzFIiwJdZ1yg13874EeeeOpog8YE8NYCG+Cn8cwwlmXP1 JuKLwG93U3RAR34E/E7ZAY5BFQgQYkRyEswMqtDzdVgiqvdr33u90TEo9nnBi/5Fc7fC cVig== X-Gm-Message-State: AOJu0YzM7CP8N2X/Jflrg6rXkpd0OTRJdXl9nfo6rGVv8mvQFjweSUCr CowNOdkx/JiZZnZpPwqbGhZkS84IzsVD+ifrJWUTdGJxFeWjf4Ky1MwbEe/+1n686w== X-Google-Smtp-Source: AGHT+IG5sxhF/yxEPQ3QJNhF16QIRsUdDLyI274RNf6XnIe4fyHykkNZj1uLuojynqcidaRV9H+YKfwYE1yE X-Received: by 2002:a17:903:2793:b0:1d3:92db:24fa with SMTP id jw19-20020a170903279300b001d392db24famr5597711plb.1.1702923186085; Mon, 18 Dec 2023 10:13:06 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id jh7-20020a170903328700b001d3ab452162sm106005plb.113.2023.12.18.10.13.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Dec 2023 10:13:06 -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 A04EC605C311; Mon, 18 Dec 2023 13:13:04 -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 v4 6/7] dts: add scatter to the yaml schema Date: Mon, 18 Dec 2023 13:12:20 -0500 Message-ID: <20231218181221.10057-7-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20231218181221.10057-1-jspewock@iol.unh.edu> References: <20231218181221.10057-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 Reviewed-by: Juraj Linkeš --- 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..e6dc50ca7f 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", + "pmd_buffer_scatter" ] }, "test_target": {