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 627EB4548E; Tue, 18 Jun 2024 18:30:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F2354275C; Tue, 18 Jun 2024 18:30:31 +0200 (CEST) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by mails.dpdk.org (Postfix) with ESMTP id E363841157 for ; Tue, 18 Jun 2024 18:30:28 +0200 (CEST) Received: by mail-qt1-f170.google.com with SMTP id d75a77b69052e-441567d352bso35837571cf.1 for ; Tue, 18 Jun 2024 09:30:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718728228; x=1719333028; 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=h9axwaZmGVJzDM1sLpFtFwpm0Vk6dEvoIKRh6p3IB6+5IPcuoHbDxsBPjJ69lVMLnJ S9x7yUbdJDE6ulZSnKDoFh47KHSMR8DcEf9PPDgyjPZklGSNZ9OzLyw+9eptoVNuT1KR qZtfwQiAikH+TFC0/sXgErTSAuxaqLGPAYmOQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718728228; x=1719333028; 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=YwNRwf8f+WjcNYnLZjGFZeYRDK82hvICmjGu2O2EW2fYqs/9HW3nQMBsuywW0juBhU RRTSdLeRN22u4t4dqRvZHOale8eh8Y5F94t0GzQ3wOVnVN1MZyD7t00NYSwPKZ4R599m TjRw9pgzhOCE0VXzTo14cN9sAQHzJpocCsJAvevnbCCvwo9jEz78CtjfjzQjmhMi1si2 7VSLGq1BpDq6TNCr5QNgScSdMZfZJaPrO4QnNZKOMUZD60j3PDwfnY3F6nBWGLCDuqwV Quh8Zym8fYLvrJec97ptpWqXLHntt4/MkY62pnI8YJyceOu5HHkPTQchyGOslEb6559C fJwA== X-Gm-Message-State: AOJu0YwWT5gXOFwjIk+yeE/B19AP82vynY7rKfknGrZzq/lWo55GkR4J x8tsN3qXjGJN7HMJxENDrS3IRg9bF5wLzIRtQ3U3vEcmwMx0c0KQ88JorOPWOX0= X-Google-Smtp-Source: AGHT+IGJxVTLP0kHir5vcKFMy6gMHj9D9BPKj5b3Uqy1yt5kwHzL66KDg4cCRojKoMNOzIr+ig+Y8A== X-Received: by 2002:a05:622a:24f:b0:444:a315:69f4 with SMTP id d75a77b69052e-444a79b176cmr3101781cf.14.1718728227278; Tue, 18 Jun 2024 09:30:27 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1210:52ef:3eaf:5f1e:6f6a]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-441ef3d88b7sm57164891cf.13.2024.06.18.09.30.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jun 2024 09:30:26 -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 v5 3/3] dts: config schema Date: Tue, 18 Jun 2024 12:29:39 -0400 Message-ID: <20240618162939.23339-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240618162939.23339-1-dmarx@iol.unh.edu> References: <20240614150238.26374-1-dmarx@iol.unh.edu> <20240618162939.23339-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