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 8A7F6456A2; Wed, 24 Jul 2024 20:32:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CC6B4354B; Wed, 24 Jul 2024 20:32:29 +0200 (CEST) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mails.dpdk.org (Postfix) with ESMTP id AB56643542 for ; Wed, 24 Jul 2024 20:32:27 +0200 (CEST) Received: by mail-qk1-f182.google.com with SMTP id af79cd13be357-79efd2151d9so3384485a.0 for ; Wed, 24 Jul 2024 11:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721845947; x=1722450747; 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=T7z7g8YRmMau03WH6PQKLaobXnZHrpfGsS8p8Pe1MLc=; b=QhnScmusP/jeQcRjRCW5x6614RHe+wxWp4TxwFybdfBwn9OthQGZ6kEEpfNHNZbThY x2Y+R58f+RvP/jJOhI6q3zhwuhiWH2xrh73dglpI3tlv03FleMgVIBjCAeMfhn6xVSOM mTXySabwcci3to0WkdUBSMJPz/KRD6/Gx1uUI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721845947; x=1722450747; 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=T7z7g8YRmMau03WH6PQKLaobXnZHrpfGsS8p8Pe1MLc=; b=cd2R9CSlu3TD0qMEwQAmYrwdqLWlMahr5g4PmUB6NQZ2ScmnghEvMZwetCIIf86OJC qBlJNHkck54bCx7w2R0A9bKsAJu/ugClM8ndgY8tvBMctzuuzwh9aoxFZsiCqgQNtTWN gjqiQLdcfG4D4er5X4tpKIH1SxGALgdHSfXC5A1Emzt8wQzCDYrF09Lz+pTNhMUfet3W hA1RXFrwe/UQWV94ZPBaktAXzjBBiJYQh5tPlJLwOiKvk9xvPWVifxdi+MbmEp3eWoW1 5HHPbtGgB7Qqj0jO5bbAw0QTrQLkomvTHFlFwaYR4DUWtpilPGZ1ySyzJfbmVtvI3h3r 47sQ== X-Gm-Message-State: AOJu0Yx8LhJspGSGm9iNrI0X3yx6BfiMRXoZ6kg5bROyArLEQ3HRw3aL ShRXqyZAhf/iKu2AC2aPijKhzynETgbHfaYDbnYRrpTwiNPGeuzw2FQILqi/9BM= X-Google-Smtp-Source: AGHT+IEhfSQ0gXIb7fg3AUlQ0gSSyP8Gj3qAUVZeejzBre+5BUtylkZx2EKgjm/nlX5WD++MGEa3EQ== X-Received: by 2002:a05:620a:2585:b0:79d:55ab:3867 with SMTP id af79cd13be357-7a1d45165dfmr62858185a.46.1721845946963; Wed, 24 Jul 2024 11:32:26 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a198fae5b2sm604135185a.21.2024.07.24.11.32.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jul 2024 11:32:25 -0700 (PDT) From: Dean Marx To: probb@iol.unh.edu, npratte@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v8 3/3] dts: queue suite conf schema Date: Wed, 24 Jul 2024 14:32:09 -0400 Message-ID: <20240724183209.11192-4-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240724183209.11192-1-dmarx@iol.unh.edu> References: <20240617194638.12926-2-dmarx@iol.unh.edu> <20240724183209.11192-1-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 f02a310bb5..9882ddb3d8 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