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 A8F5045524; Fri, 28 Jun 2024 18:20:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4594E42EA9; Fri, 28 Jun 2024 18:20:10 +0200 (CEST) Received: from mail-yw1-f180.google.com (mail-yw1-f180.google.com [209.85.128.180]) by mails.dpdk.org (Postfix) with ESMTP id 7EA5542EA0 for ; Fri, 28 Jun 2024 18:20:06 +0200 (CEST) Received: by mail-yw1-f180.google.com with SMTP id 00721157ae682-64a6bf15db9so7652827b3.0 for ; Fri, 28 Jun 2024 09:20:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719591606; x=1720196406; 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=IzAToXzYiewcLtdMp1pK6Arg3etVOW6jM0j3SDYZCHJaBpu1mdO+9ZDmIRcPx2tTeT f9P/Ty3c9sNHwrvi3ztWSb6uLGEKC4A6UWcl6Q6XfpvogBplUlEpsBWtMw6ucU+DIqa5 bUVVZs7yDCQ4WM3qgXYJzhhbu+pe9Y+YadZ/s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719591606; x=1720196406; 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=wNe1YSCMA9VchNc8gxFbO6luZQLJb142Wt16JxrDIGtbhotLM2/yzAmf4hrT0a8uvY fMQSgYwmOgboZWniFazz4LorLKFob+N3HZ46IObZoD7IqivpEaCjDtbJQr68DvqZCDsK R4GgJafu6Vugnl01rQNcZBBRkpINmBMEI0xoPwNk4KjclFlxhILSFRG7MYq0oSneXg7t 4ucX71jlAd/d8CN8PXaE5fJ04rQDsPlI19XZXsfpbUGDhqCKU/Fkz/r/XmSlEJnPNf6d J5Gav5HZgkJOzrStGKLhZP0/FkihoXs/JdpTfwAS0LOtyAdE+Zs+dChfxfLr3WnMabe7 INEg== X-Gm-Message-State: AOJu0Yxv32GTjf6ClVog8cCF2lE7lMOhZt9gupgRyE5AIhycDSXNFX5p eMwhg8Gex63evl4uLviDSzyS6UoPBwiVwSFgqMJZ6UdpMgE0PAZr2jQmBiygkMU= X-Google-Smtp-Source: AGHT+IFIv7Al3jP6R1DWpniMoDkVg5SXPFVJRrmCZdgOjX/545I93oi7lpFvhH2aq0LGbUy8wyLe5A== X-Received: by 2002:a81:6086:0:b0:61b:33e1:9641 with SMTP id 00721157ae682-6433f0e1e99mr164453397b3.13.1719591605767; Fri, 28 Jun 2024 09:20:05 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b59e5642fesm9075246d6.40.2024.06.28.09.20.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jun 2024 09:20:05 -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 v4 3/3] dts: queue suite conf schema Date: Fri, 28 Jun 2024 12:19:30 -0400 Message-ID: <20240628161930.15915-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240628161930.15915-1-dmarx@iol.unh.edu> References: <20240617194638.12926-2-dmarx@iol.unh.edu> <20240628161930.15915-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