From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id A35984380D;
	Wed,  3 Jan 2024 23:13:59 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 3D54240649;
	Wed,  3 Jan 2024 23:13:37 +0100 (CET)
Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com
 [209.85.128.228])
 by mails.dpdk.org (Postfix) with ESMTP id 051974067E
 for <dev@dpdk.org>; Wed,  3 Jan 2024 23:13:35 +0100 (CET)
Received: by mail-yw1-f228.google.com with SMTP id
 00721157ae682-5eefd0da5c0so53047007b3.2
 for <dev@dpdk.org>; Wed, 03 Jan 2024 14:13:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=iol.unh.edu; s=unh-iol; t=1704320014; x=1704924814; 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=dZy8OE/MKDdND9zoQ99o9bMT8CD0D19v+jI4DH/WClO/QcfMdvGmHAc0xAaqw6kHps
 Dpo56jlNbhjBwvIWtgW06Lb94OXa8U5r1PHcA9kYNbEXDxcuQjP7yYp9Sj9Y0Xvd0dV7
 ISNQJs+eOO5yntk12vMqfkDwxBHkPWofEZuGk=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1704320014; x=1704924814;
 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=A4/PvEmfC1z/MFdCWAoTOu1RfsCjERvbzT8zf8McZobFs5IU2KiWc9MziBHVceFiwu
 /llmkN/GraDtCWenPHqcK0U+lY8XqTtFY5yJCj0CwWtFgzlCr6WRM/SzLkxMP0c+kEAD
 6IpdyJVBFTN3qwBzXwqA1cXeyEKNEgghIuvK3eMSmBN7Wl3ir0G7r371Z9mVR+asI9UU
 ssS/R+qfwI2MuQfr79AfW31rog9q8owW53dYL5SXjlzzm8dG5el2LGCAQoEVOSn9BlZH
 Zc0zOowciPq4snqUhbMgcwSUKJvC/EQOsvr9TQrdsd6SqkKWyWNO/TDGaHtRNHOz+BSB
 44Fw==
X-Gm-Message-State: AOJu0YyTk007W2wYhO1+Ea5WxJ8zRkHrC3xjJjCyawj20xw7y5Kchbg9
 aqOLgKOgPj+r+NeD/P47J6nfCxDHzp0IamXUJ8uhlK+o25MrlH+9IziBog==
X-Google-Smtp-Source: AGHT+IEkW8/Wym/lTkude1E/X0+YEx8EQlhJ0/vR/KFKxoAWqo9YCRX+q3xUQhEGpTjWCgSwUqa6QgucrFL6
X-Received: by 2002:a25:d855:0:b0:dbe:9f7e:f4ed with SMTP id
 p82-20020a25d855000000b00dbe9f7ef4edmr1342808ybg.18.1704320014345; 
 Wed, 03 Jan 2024 14:13:34 -0800 (PST)
Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84])
 by smtp-relay.gmail.com with ESMTPS id
 g67-20020a25db46000000b00dbd5cffc3a2sm1681911ybf.16.2024.01.03.14.13.34
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 03 Jan 2024 14:13:34 -0800 (PST)
X-Relaying-Domain: iol.unh.edu
Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1257::1083])
 by postal.iol.unh.edu (Postfix) with ESMTP id A4DF9605C311;
 Wed,  3 Jan 2024 17:13:33 -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, lylavoie@iol.unh.edu,
 ferruh.yigit@amd.com, andrew.rybchenko@oktetlabs.ru
Cc: dev@dpdk.org,
	Jeremy Spewock <jspewock@iol.unh.edu>
Subject: [PATCH v5 6/7] dts: add scatter to the yaml schema
Date: Wed,  3 Jan 2024 17:12:16 -0500
Message-ID: <20240103221217.18954-7-jspewock@iol.unh.edu>
X-Mailer: git-send-email 2.43.0
In-Reply-To: <20240103221217.18954-1-jspewock@iol.unh.edu>
References: <20231218181221.10057-1-jspewock@iol.unh.edu>
 <20240103221217.18954-1-jspewock@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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

From: Jeremy Spewock <jspewock@iol.unh.edu>

Allow for scatter to be specified in the configuration file.

Signed-off-by: Jeremy Spewock <jspewock@iol.unh.edu>
---
 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": {
-- 
2.43.0