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 3E0DC4563B; Wed, 17 Jul 2024 22:32:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5403040B9D; Wed, 17 Jul 2024 22:31:56 +0200 (CEST) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by mails.dpdk.org (Postfix) with ESMTP id 755E640A82 for ; Wed, 17 Jul 2024 22:31:54 +0200 (CEST) Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-79efd2151d9so2969585a.0 for ; Wed, 17 Jul 2024 13:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721248314; x=1721853114; 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=cwD0yx4HxcOMgVEBg4Wvp4LZzh0Ekgu4drBR7i1l1QfHMkm0DB+oP3UF+IvltOqc65 R0BPN/NlAStUCGWaFV4Xr+dWXES2LaOZisJ7Myy5oQyeMhxnfvvlEYBW762Sicxj/9MN hvrfO5VPJVoB8lA3yW2NobcwerI2yFHNnNcoo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721248314; x=1721853114; 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=A+pK63lqPkYXSh0UykOShu+nj2GhFjzxHiFNiy9nCifYTkx/lbDr4JQ4mymPlaiU2S c1hZe1xE3Wa2eWBJs+/25OC9JON5kV7Xbu9S5gqDedJVF/5BkJcbee9ORjlXoQwpZUpf yvesgELpmbh/f/rxczlN1BHKM5NY0WxZKQhEKfwXpKnJjcyzVVKcxMHqruNXSUn5mUMn Gd74McJFS3/2zVGv6NOEYNwVn6YMB86hlDXRpn5nvUPyTsINq+SrlHEZcikwNq2Oe4fE KTyljhIm+c+7PGvPFKUGLkwOJN5hqUWlFE4q44FPi2fGG2XWa3WiYQVMw+whHT5oY/kM Ta3A== X-Gm-Message-State: AOJu0YzZ1QWxSPrykNevKCA/QA+C5emTL1OM1f0qw6UHxoUS6OuUw2N2 mAaIyDzLcLPAk1LknF59LRxzFdZ/ZL0cCFwsvPfwtuDi/y4cB/X7UUm7HGvDa/OXlOAB+PK9nUm Y X-Google-Smtp-Source: AGHT+IFZgjSupyCIc88mnDF3jihq5UqwGJz9ZaJTF8BwrFsysKVqLIriyHSpBtIzc6k04aOmrhcbSQ== X-Received: by 2002:a05:620a:4305:b0:79f:41f:ee20 with SMTP id af79cd13be357-7a187419cf4mr329947285a.3.1721248313814; Wed, 17 Jul 2024 13:31:53 -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-7a160ba271dsm446430785a.19.2024.07.17.13.31.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jul 2024 13:31:53 -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 v11 3/3] dts: config schema Date: Wed, 17 Jul 2024 16:31:41 -0400 Message-ID: <20240717203141.30524-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240717203141.30524-1-dmarx@iol.unh.edu> References: <20240614150238.26374-1-dmarx@iol.unh.edu> <20240717203141.30524-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