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 16D3945523; Fri, 28 Jun 2024 16:01:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCBA742EA7; Fri, 28 Jun 2024 16:00:51 +0200 (CEST) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by mails.dpdk.org (Postfix) with ESMTP id 1710A42E99 for ; Fri, 28 Jun 2024 16:00:49 +0200 (CEST) Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-6b56000f663so2994386d6.1 for ; Fri, 28 Jun 2024 07:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719583248; x=1720188048; 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=BKFKb/+T8Pu+Shtnwm48CAtScV2cVI0iv1w/4Py6LiuX3qewb7XATkbJh1Hhs02vc3 +vAH+Ignx0nY4+Ro93YY7xRaGPDX8ZsT0sn3LtWc7e3nySb+qndwNZueROublAF0sxlW N4ZSRIJb5sOXKcAWuQPzdmkyXhfkKgnj5/smU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719583248; x=1720188048; 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=YskhvBGTE8IHTRuKvDN6hedNMkpINL+n8Nu4vy3rskIYZRh5CgwlWCVN0UreLJZkgP aBOf7VdxMnSdZQcigDgniKb7T3pz+sbGW+IFrGaYhyTLtxq2iHKdJ8YlRKffmD2rL6Ep lz7xHVE2QYDqhLCHQsK3JCKK6LBeYhBtJ0sOwA4lI4tDfISm5JHZsGtieoG9firdzGDu 4QjADeA0gBKtV1f+L0yarq0ifdvFFbflfNz9waDjmjCvzP7ZwGTU4XSFCYZd4U5yFG4B wfA15xnUbS3TP2D3YQoZwOI3AoY+ptNNu1yadazQJ0axdGtw29BFxR5P3G01AW4K0Vv5 628Q== X-Gm-Message-State: AOJu0Ywx9NvVGQKq7VtuUcc8+OA6Heam2u/LB7A1JKk5zzOjYfLbAdME uKBwcDSs9NaBdSUJa1+SnGZpzGgMhsdMHtSg7gPIzBOLflwzxnOHJ7JAxXQ8/Cs= X-Google-Smtp-Source: AGHT+IFd8T6QnyGmqfbY0NWvbm/hBgz4D9vsAyUfv+o6BIwq87HAAsp8Y3lzyuBQSxBz2huHKU3MjA== X-Received: by 2002:a05:6214:230d:b0:6b5:468e:d417 with SMTP id 6a1803df08f44-6b5468ed623mr209625866d6.23.1719583248098; Fri, 28 Jun 2024 07:00:48 -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-6b59e563afdsm8032896d6.37.2024.06.28.07.00.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jun 2024 07:00:47 -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 v8 3/3] dts: config schema Date: Fri, 28 Jun 2024 10:00:10 -0400 Message-ID: <20240628140010.27425-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240628140010.27425-1-dmarx@iol.unh.edu> References: <20240614150238.26374-1-dmarx@iol.unh.edu> <20240628140010.27425-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