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 86FE1424CF; Tue, 11 Jun 2024 18:20:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC70D40BA0; Tue, 11 Jun 2024 18:20:10 +0200 (CEST) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) by mails.dpdk.org (Postfix) with ESMTP id 089C540A7D for ; Tue, 11 Jun 2024 18:20:09 +0200 (CEST) Received: by mail-qk1-f178.google.com with SMTP id af79cd13be357-79550284502so77966085a.2 for ; Tue, 11 Jun 2024 09:20:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718122808; x=1718727608; 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=6GdLP0d9aKMuIidYlUtC/dIBEYK9Dmgthg7JukjIPIM=; b=PX6e3UdCQXP7TGl6KBH/js94LSldkr3ArqbQw3UZXy6uzxjE+BjTzrgiFPS09c49Oc PURzNXqJjRl1z39YFGJiJKC4NRb7ZPDFQ+683pghRkJIWxbbF4R+RfYsOrCtZspGDGCL ZcQ2SL07JOnc9+Jsa5mUCeXQED6QAboNlcdss= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718122808; x=1718727608; 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=6GdLP0d9aKMuIidYlUtC/dIBEYK9Dmgthg7JukjIPIM=; b=f2hCuAzLB+gGs678xtZ8eqtkhI6ddgwCUocEeRj4YUjs7W38NxU3xbkh0w3FkMfZrF 2wDunQRaW9ID802xagThXBdFBU3CvyPZepM1V2uGFccu0J57qUzahzxFRQHEud4UbODk ihwWftGOjSuTfcNR3boSCYkod7E2kliZKseNKPLUBMnmhNDKEgd7ah29U1VaREeqiGnc WsG3iQbliWciE9pqPDOgMf1YTS/n/j+iu3Arc8U6OlcH/sJRwN+2QuQVlJTR5q/4IcJf 9nIDSq+T9Xoke4wlxgoZ62xaXlxGxcAOAB+vJiAeg7XA4Kjn8/YVDe+ObSebP66PZhED aucA== X-Gm-Message-State: AOJu0Yye1TfHlfG9MWaqNSRK0PFKHIoqn94+H5FGUuZjrvPaNuyOVHoX uKLqhNw8qr5UCFFgiwoQpDsQmBTbCOtT5gRUljXG/6BFnL8r0dq7D4MT/nVjdGQ= X-Google-Smtp-Source: AGHT+IEzQRjqDKkiOsTxs/KLKO3t7CNRbza+wpol87LCD0Xv7dJg2Q8lUBmUA8+tcYwFshtmVXdr3Q== X-Received: by 2002:a05:620a:4492:b0:795:81a4:6e3b with SMTP id af79cd13be357-79581a4721cmr769251085a.54.1718122808227; Tue, 11 Jun 2024 09:20:08 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1210:52ef:3eaf:5f1e:6f6a]) by smtp.gmail.com with ESMTPSA id af79cd13be357-795332e61e5sm520213285a.129.2024.06.11.09.20.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jun 2024 09:20:07 -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 v2 2/2] conf schema Date: Tue, 11 Jun 2024 12:15:19 -0400 Message-ID: <20240611161606.23881-5-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240611161606.23881-2-dmarx@iol.unh.edu> References: <20240611161606.23881-2-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 --- 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