From patchwork Wed Jan 3 22:32:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jeremy Spewock X-Patchwork-Id: 135719 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 546124380D; Wed, 3 Jan 2024 23:33:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6116040A7F; Wed, 3 Jan 2024 23:33:14 +0100 (CET) Received: from mail-ot1-f99.google.com (mail-ot1-f99.google.com [209.85.210.99]) by mails.dpdk.org (Postfix) with ESMTP id D864240A7A for ; Wed, 3 Jan 2024 23:33:12 +0100 (CET) Received: by mail-ot1-f99.google.com with SMTP id 46e09a7af769-6dc02727c62so4059505a34.1 for ; Wed, 03 Jan 2024 14:33:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1704321192; x=1704925992; 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=jiVCVPdwR+gp978BtfdMU1MCQ+BroYv3jByTj8oJfR+Km3H5JGHe91pgXwLkcRsE7W dmNVGlyMGCHmd9jJ9SQJzeHrHLYduLYBwBHXKIQ4TgkZ0z2QGMe45tzj/9DmBV/JmL7V dJPlrTOG5XSsedoPXKWEQ8CPUK22buJTyUolM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704321192; x=1704925992; 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=S7zNM3VturflW4gc5z+TTmp3G0dG1KX7PMT2BgMJ9srAOPiFZHdLckUjPCE73gNU/g qys8bLUz4ZK25+uy/f3Agfe+czjhBqrlCbIk6UN5yAUvD957EgL8NrXQaiA9XcQlNLIS hTm91b0FIG4jvtgotomJrB99TqTq0wQXqIiZcSYgwZa8DOIevav3ca3yhglY5ESqbLOB N+9AxUrrUD/eiayYR8LMb/VWrGJZMc6SR7SaE0q73bbmqp/Ikbt4RC0zVYDjaOnnvvm6 k6SNYzMUXC9/4O3tqLmfO6TVDpyfMo1rLpEpbz1KX9RixLTQoMkLILmvwoD31cDYZeha ZM0w== X-Gm-Message-State: AOJu0YzVd6GRwHu/sge0CSizavRaiChiWcP3W91Eu7vMwMCSOXc0xqz0 oJPRkminOSCwH6SKxJIX0CRzmMlvkrpoRVzr6LG+c66ambgnzpB0Q6XWiL6fD/lpniy0EC8sDA= = X-Google-Smtp-Source: AGHT+IFtBvQovgNBDry2ELIZksjuVzuWAH757kNV9oO3chEWEMHkt/Z9WzW3/825CR1ZCtkIXpTiYGji+2Vd X-Received: by 2002:a05:6870:414a:b0:1fb:75b:2fa7 with SMTP id r10-20020a056870414a00b001fb075b2fa7mr25009100oad.62.1704321192290; Wed, 03 Jan 2024 14:33:12 -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 zj42-20020a0568716caa00b001faeb3eb810sm934556oab.46.2024.01.03.14.33.12 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jan 2024 14:33:12 -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 509DB605C311; Wed, 3 Jan 2024 17:33:11 -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 Subject: [PATCH v6 6/7] dts: add scatter to the yaml schema Date: Wed, 3 Jan 2024 17:32:05 -0500 Message-ID: <20240103223206.23129-7-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240103223206.23129-1-jspewock@iol.unh.edu> References: <20240103221217.18954-1-jspewock@iol.unh.edu> <20240103223206.23129-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": {