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 59BC6454E8; Mon, 24 Jun 2024 20:18:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFAC840EE2; Mon, 24 Jun 2024 20:18:30 +0200 (CEST) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by mails.dpdk.org (Postfix) with ESMTP id B0EB340E72 for ; Mon, 24 Jun 2024 20:18:25 +0200 (CEST) Received: by mail-qv1-f43.google.com with SMTP id 6a1803df08f44-6adc63c2ee0so15837806d6.3 for ; Mon, 24 Jun 2024 11:18:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719253105; x=1719857905; 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=6uAbz7gMEWpDC3aMsMqa9nxLiVyclEWuxF54cnQI2lw=; b=id3ceY9g8Jo8Wqin5/NyL/JgzvlsJABT33z9HG36VkPfLfXdMNJKABBuH9sk9JpV5/ /OaOgT/bC4IGJ6uBhwVl6Wgt/2Wlr/hNKUlgJQpfdfZsZTT4sMhKmvG9cB27SNcRGqBV R1ax89IcgB9cFaVeCSd91zD+ojjMMIHSNX8ZA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719253105; x=1719857905; 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=6uAbz7gMEWpDC3aMsMqa9nxLiVyclEWuxF54cnQI2lw=; b=JMhjhO0nh2+7onoeqeZ0g4WWPTJnxV8ZVCHOdqewrXbXFfjF2BAOmop89aKaiGdqtC JEkzXuwwTUffwR1UeJSwH9eUSZ6qwTdfDpUfIVExTZ0c4Fly/E85REXXij9x0URqGvDv LmN8dfcKCvbLRkomB9bXa1gHFCTPS6GIo9vwHK4mlQJGHsVQiiw7jobfwnJBW4sDEGhR vHWbKYmGDirzYwSyNl/aPSAV0j7elxtk/jSJZ41QkthSRWuqbuLf0746Jf8a+z0DOavC VJGuKUdCClNqJHiLaNagu0BCyuVaDUooFwXyR3yOSoxM/Ky2THFzH22YhZh6Lehe5T2q TFxg== X-Gm-Message-State: AOJu0YxJ3b/agNw/N9bTzqbQp3QSHttiFneKl0fD7zUNZeqEzm7R4Fqu XKElhDU+I6jRfPWyW2AXuhaK8DyxqM4i4UzMVsZKT9enMEiH4v3bnZP7VWG0BSs= X-Google-Smtp-Source: AGHT+IEqP0G6lZ2slpvWuy1Z9v2JjIdDt2yVeJtwh2TZY2M7TbR24CPNeGWv67YiIB1bBgsKpsCGvA== X-Received: by 2002:ad4:5849:0:b0:6b5:4339:ba4 with SMTP id 6a1803df08f44-6b543390c9bmr43048726d6.12.1719253104994; Mon, 24 Jun 2024 11:18:24 -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-6b51ef54b40sm36388986d6.114.2024.06.24.11.18.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jun 2024 11:18:24 -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: config schema Date: Mon, 24 Jun 2024 14:17:43 -0400 Message-ID: <20240624181743.19567-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240624181743.19567-1-dmarx@iol.unh.edu> References: <20240614150238.26374-1-dmarx@iol.unh.edu> <20240624181743.19567-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 to run vlan test 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..eca8244f27 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", + "vlan" ] }, "test_target": { -- 2.44.0