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 AAAD4455D5; Wed, 10 Jul 2024 18:02:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A146402AF; Wed, 10 Jul 2024 18:01:59 +0200 (CEST) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by mails.dpdk.org (Postfix) with ESMTP id 9523B42DA1 for ; Wed, 10 Jul 2024 18:01:58 +0200 (CEST) Received: by mail-qk1-f177.google.com with SMTP id af79cd13be357-79f08b01ba6so87679085a.0 for ; Wed, 10 Jul 2024 09:01:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720627318; x=1721232118; 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=Nh6Ev2TKydgOVbNLLkvp5RfGZW59YouZWHYRLaheIy0GFptc41ELbEmLqmj8omxTf2 nwxPVTZjIRk+0m43NvsFN2NabUteIMr5YBW/ki45JNxeud1evm/Cx/Nob8M/cSIQuNd2 22PDv2ChB4m2YIZoRPYZrlS3qvDu9V2beWoAI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720627318; x=1721232118; 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=SZm9N2YZ02ule4TyAonNlaZ5aymi2oijVFXD9JnYQIgBxX7AxYqDPFGyQ0Hgd+KMAq YilQvN4Ftt8+iU8RDe/JBZpI/VAhSS3U4yZGmWNBt4zPTU2X035XG1zZizBLYSSebcmm Dh98MV314WFP57+6xiNDDmwtU7ghFho3XCaLXvE8CQUI3Faj+dHR+CiubpLB9ZeIh6pW 625oCrkFOaGB7LpqWLqU8Dbp8Bsctxo8caUXJfCQwhYHX0FK65iY3E1OoOX7vWmMb9oa WDm8YxmIvNa6V7SQP6bbd10ryF9tLJP255ipVDq/uCoBdHm7Yi+qxGdcy2WNLd9jZIxP 9VFg== X-Gm-Message-State: AOJu0Yy8Sg6+4ssHtE3T/P2Fz94nYUCq2XEaVMktOY9QS5pND+8ncOUl ROfgN2Ln1rf808CDwRo+XZT3EigjGA/MIMC4dz3XPyNdtmFnc0mi+eosVZmr9qQ= X-Google-Smtp-Source: AGHT+IEYY5/HNvdGGKzHa63eZ+9UNZyl0TvMg/7i68gE6ZwKMp48nJtdy4IAiCNWk1qaiQvI0QZceQ== X-Received: by 2002:a05:620a:a41:b0:794:fa34:3534 with SMTP id af79cd13be357-7a14699f93dmr16088985a.8.1720627317967; Wed, 10 Jul 2024 09:01:57 -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-79f1900f2bcsm207033585a.32.2024.07.10.09.01.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Jul 2024 09:01:57 -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 v6 3/3] dts: queue suite conf schema Date: Wed, 10 Jul 2024 12:01:36 -0400 Message-ID: <20240710160136.9908-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240710160136.9908-1-dmarx@iol.unh.edu> References: <20240617194638.12926-2-dmarx@iol.unh.edu> <20240710160136.9908-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