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 324D545484; Mon, 17 Jun 2024 21:48:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF90140DF5; Mon, 17 Jun 2024 21:48:17 +0200 (CEST) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) by mails.dpdk.org (Postfix) with ESMTP id 9AA0040DC9 for ; Mon, 17 Jun 2024 21:48:16 +0200 (CEST) Received: by mail-qk1-f169.google.com with SMTP id af79cd13be357-7955f3d4516so511987385a.1 for ; Mon, 17 Jun 2024 12:48:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718653696; x=1719258496; 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=OGMKihmZIXGgHsNInt7mAGT6YNIWo/AJBDBuGDo8EbU=; b=E+w5th3GYu3U9G4w19bDsT0mZceY/olkSvL+mXKhbVYm0Vf7YWhQsQ2FYpC7dmAcQB VMmLRR/jJmWcpGTJjOxiS04XS+tysV7s03fiH35DTIkvixwAq2jk+cDMa5HPc5Ni3Aq7 nFT032K1H0HP//lnAfmeUXj5l8xARjzRqmG4w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718653696; x=1719258496; 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=OGMKihmZIXGgHsNInt7mAGT6YNIWo/AJBDBuGDo8EbU=; b=WOKu2mxpKZZvkVjoDCJYaIRG8UIqdb8jz/VQIfKhXWLbR2xFCM16l56VNK+8c1BzgQ sthq2HX6AMwMr6Q7rwZjCDPMcpvptKQJCIfMcXiRpk2thQGRUYzanGluWY0yJ+RsqV+9 3KgFyZ+9baYemuz5yjSAHAqLZxyHp9AkYJPKIpbo3ozpV3M7b+IGEnkU0YMNVu82miRC z6cGih131z05Ufh+ojPgQiGLc0UdguTip3txPy7YbCdb+kA6UO4a2ORfg8MA+b4xKlfM BsyJiCKM51OnvQhSAQcq+tltoDFZyzvmA5lbu8SxZwTF0rl50Cd1MpfobUQ+0G8wuj18 9YMw== X-Gm-Message-State: AOJu0YwoDIo89bOPlalCapENBjlByVhE8/cnol7W8QBY+kHAuhVZf+Pa Fm+5R0/K+HgDPDEYyI2cV2at39ir5Ku5QlQmt3KjdSX0o+grXQ+JstzcITNqReA= X-Google-Smtp-Source: AGHT+IHgbiy01QWoK2piBXrFsXH3qYB/qLqnOtzF3kpJZuMPlvw+YCn2kvRTKARmHf0Fr4kg9PScZA== X-Received: by 2002:a05:620a:444d:b0:794:eb81:32c4 with SMTP id af79cd13be357-79ba76cc979mr117423885a.10.1718653695967; Mon, 17 Jun 2024 12:48:15 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1210:52ef:3eaf:5f1e:6f6a]) by smtp.gmail.com with ESMTPSA id af79cd13be357-798aacae6eesm459167185a.16.2024.06.17.12.48.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Jun 2024 12:48:15 -0700 (PDT) From: Dean Marx To: Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, jspewock@iol.unh.edu, bruce.richardson@intel.com, luca.vizzarro@arm.com Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v2 3/3] dts: queue suite conf schema Date: Mon, 17 Jun 2024 15:46:42 -0400 Message-ID: <20240617194638.12926-8-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240617194638.12926-2-dmarx@iol.unh.edu> References: <20240617194638.12926-2-dmarx@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 Configuration schema for the queue_start_stop suite. Signed-off-by: Dean Marx --- 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 4731f4511d..226f43e846 100644 --- a/dts/framework/config/conf_yaml_schema.json +++ b/dts/framework/config/conf_yaml_schema.json @@ -187,7 +187,8 @@ "enum": [ "hello_world", "os_udp", - "pmd_buffer_scatter" + "pmd_buffer_scatter", + "queue_start_stop" ] }, "test_target": { -- 2.44.0