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 9FFDE45564; Wed, 3 Jul 2024 20:09:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 83CE742EB2; Wed, 3 Jul 2024 20:08:52 +0200 (CEST) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by mails.dpdk.org (Postfix) with ESMTP id CF7FD410FA for ; Wed, 3 Jul 2024 20:08:50 +0200 (CEST) Received: by mail-qt1-f181.google.com with SMTP id d75a77b69052e-447bfa828f9so5073191cf.3 for ; Wed, 03 Jul 2024 11:08:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720030130; x=1720634930; 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=g86TOCE4Hagzo9feOk/sEZ1HDDQY2M0sva4lf2LhH8EtaFanJAywjwRgA+Qd/MbEd2 O2AlcJ9Bh1lD62FK0fIG8ihLnYqSLw52v7zaV8eEpVPJc4f52OGpyp8uqJTOQHwKF1Tu onntP/jsZA+c9yQsQfHNivOIEo0bIzhXQeGq0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720030130; x=1720634930; 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=ZN0MdLTTDZKUtTzig9th/ZgYPhdtl4OwkHyDTYc9s5yLfmMKHlCGnqQFqqNxXkxzzt ookMcrPj8WwCI0FEb7ScK/TU5lWP/0R7zAtZoUbgagH7BFMRqKBlc+HlhLC9sFGczxyJ gIMf3ZPZw5s1PssHX+1CVeu2YySVy/sW6iaGw6Wt33z3ubIfztdX0GYfCdN62FOyZ68G Mvxr0dUtghdpKHE5dmhDMcp8GTB8nwN4HmqHuXLQz8K/YqpJtJ6r9n5wq035enJpwDvv oRc7SFkqEbU3WJ+s0FxnVM6FTecPAEYjW11QCPWCLZrZsjeP+DXUIGD/UzmUjAjOAKj7 4bnw== X-Gm-Message-State: AOJu0Yy5qVoyFAo3eapsPWqurTGQCus1dCxHYm76mr5g+Y47HCviE2Fo Nv+kK7icCP/JoXAL25TRB9cFR/aT4NCiFgk3UMd7HGZzQvXKe3qtmZnd8m0MXGI= X-Google-Smtp-Source: AGHT+IHSSFv1qHZHbCykp+fdAv2zqYdc+6cnkhRyAOv7JyW+jbnUeakwbCZW0bBjBPENTQCWRD7b8Q== X-Received: by 2002:a05:622a:1aa0:b0:446:5368:cced with SMTP id d75a77b69052e-44662e599c3mr183259251cf.45.1720030129909; Wed, 03 Jul 2024 11:08:49 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-446513fbaf1sm52605421cf.24.2024.07.03.11.08.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jul 2024 11:08:49 -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 v5 3/3] dts: queue suite conf schema Date: Wed, 3 Jul 2024 14:08:20 -0400 Message-ID: <20240703180820.18723-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240703180820.18723-1-dmarx@iol.unh.edu> References: <20240617194638.12926-2-dmarx@iol.unh.edu> <20240703180820.18723-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