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 2A085454F4; Tue, 25 Jun 2024 17:34:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9228A427AC; Tue, 25 Jun 2024 17:34:20 +0200 (CEST) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mails.dpdk.org (Postfix) with ESMTP id 7BC4B4279D for ; Tue, 25 Jun 2024 17:34:19 +0200 (CEST) Received: by mail-qv1-f44.google.com with SMTP id 6a1803df08f44-6b5052defa6so27864336d6.3 for ; Tue, 25 Jun 2024 08:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719329659; x=1719934459; 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=sg2zx+CIYHjFy76a7R6A0yvVBJHB2VUX7uRpPSIbaoU=; b=Fw3uReqz854sVD5aE92EUwjjbRko2fRHZtzZUKUhQl0zekCRDro4tMUr69O7X6XwEU jkJ8ivsVtNr4zUKq4mMr1jse4BrMwmAirympWkK2aoSHmxEr8S1URcJnJqdpE5g720AU ouNGERNp1XGCnb083EiGMjzUpYKKwVI87EDg4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719329659; x=1719934459; 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=sg2zx+CIYHjFy76a7R6A0yvVBJHB2VUX7uRpPSIbaoU=; b=cQyrs8LfKBnqIGb8B23HjjfjOUhPcQO0PXJaQ7tb3+eYle4HVQl3n3JEDkuEgu4YlT OPiVQsLAxNryHnfNcw4sWdhbdQBaxiCCzigNxfR17+fDk85OcVAvgiJ3NhvTOJmBL2wQ Xj+RRuTXQOfYhBL0mDcEQagf5kMT1vDwMtg0jWg1vcOw0ZhfhQWRmRn/egHgvaddPPrG 1Cdd5WMS+Ffe46nY/fQrotlpuerQlQArAu0n6PzlOLNbXwmjinmba/lzWyRsg+7R0xMK CHRVoezsjqAC78XQGnN53JoQykjKFSjKzUDEJZdAQSKgPAhl0UI5pvOB2uX4DhUTSTS8 2E9A== X-Gm-Message-State: AOJu0YzSo03HRXoP8J48A1cypMq3OiD0nKBJvG9S87SA2SInjxnPFnmg M/3l1fuj6namXNH3GCaW3EdcjJpeGTEraHB+MgzI6z0gp4UeBjPBa9kZoGfzUgI= X-Google-Smtp-Source: AGHT+IFHMiuUNqOBFlkHZWcIfL8jxmM13Nf3nX5oOP9p+hUDgJoCGMQtn06rsn7ZuMwvP6K8ZjYG3w== X-Received: by 2002:a05:6214:d85:b0:6b2:b251:7d95 with SMTP id 6a1803df08f44-6b5409bf5bcmr81543806d6.17.1719329658908; Tue, 25 Jun 2024 08:34:18 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1210:52ef:3eaf:5f1e:6f6a]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b534b6fb20sm31570396d6.58.2024.06.25.08.34.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jun 2024 08:34:16 -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 v7 3/3] dts: config schema Date: Tue, 25 Jun 2024 11:33:24 -0400 Message-ID: <20240625153324.27257-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240625153324.27257-1-dmarx@iol.unh.edu> References: <20240614150238.26374-1-dmarx@iol.unh.edu> <20240625153324.27257-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 f02a310bb5..cd45902cc4 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