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 34CD145563; Wed, 3 Jul 2024 18:51:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E57C242EA1; Wed, 3 Jul 2024 18:51:27 +0200 (CEST) Received: from mail-vk1-f170.google.com (mail-vk1-f170.google.com [209.85.221.170]) by mails.dpdk.org (Postfix) with ESMTP id 8818742E9A for ; Wed, 3 Jul 2024 18:51:26 +0200 (CEST) Received: by mail-vk1-f170.google.com with SMTP id 71dfb90a1353d-4ef76f04977so1888668e0c.2 for ; Wed, 03 Jul 2024 09:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720025486; x=1720630286; 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=Oy+t+BMLGDUMYe3YGbkdXu33brsLA6qVZMGkEkvLAiCm55imKqHSrqQo6FmT+6Vo9d EyNkCU/OG3aSNrhifbsN097E2CtqXj0Wr6FAlJoZ+Nt2CG3jXjWIHTcAGtczvAO0Enjl PpCHmPIWElmDeR0nVRldSOB0XdXb/eoh9hULs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720025486; x=1720630286; 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=G2AqtLyevNd1oEmfzF44S2m6O4FXowbxLRdBLtn3HwoMuXD6y4Sso7/qQk0vRnoKQu EyGen65h6hwCDKzXbGveZAk/Wh9jeROBLp8buU5Ml88vKP0fR7le2t+WHR896jdTtqFg 8r2g6BJ1BJ6PErKu54UacOieJf8afob/8sG9NZ2CAo3lpccY3RWhyvYCS/IAPOJspJ3K mbjJZ1/ya83vStLfQQYsjErNMvLIhJylK5jXJ7T7qOk+Jwa+w48MEObdnn/A8Mr40UOH seqbREdvAQECX+Lf4L0qnP4qNQI3A6giNq6zG3vyX9jOqxr60PNXuE7RNAGygzaLVP81 cO1A== X-Gm-Message-State: AOJu0Yy/thv91wr3ZgzF8i5F22Fl35aDXRBVxpYvncZ/uMt+dwIHbuAJ 4HXsAJGtqlRVJChHc+4fnmIQ+yfvs3b4ZQgA7uoFexVIXWz2n0xmOhK0njN07io= X-Google-Smtp-Source: AGHT+IHYWPMhpazXt73CP4cRgzxq1azHcGr7b2zVoX0YZLT+SjcGRA5IBtNITvW5g3DlOKv+o5VPlg== X-Received: by 2002:a05:6122:4fa6:b0:4ec:f8f0:7175 with SMTP id 71dfb90a1353d-4f2a5704fd3mr15672457e0c.11.1720025485747; Wed, 03 Jul 2024 09:51:25 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id af79cd13be357-79d6925ecbesm584071385a.24.2024.07.03.09.51.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jul 2024 09:51:25 -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 v10 3/3] dts: config schema Date: Wed, 3 Jul 2024 12:50:55 -0400 Message-ID: <20240703165055.18939-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240703165055.18939-1-dmarx@iol.unh.edu> References: <20240614150238.26374-1-dmarx@iol.unh.edu> <20240703165055.18939-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