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 165D94568A; Wed, 24 Jul 2024 18:30:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9FC374350D; Wed, 24 Jul 2024 18:30:19 +0200 (CEST) Received: from mail-qk1-f176.google.com (mail-qk1-f176.google.com [209.85.222.176]) by mails.dpdk.org (Postfix) with ESMTP id 8E6AE4350A for ; Wed, 24 Jul 2024 18:30:18 +0200 (CEST) Received: by mail-qk1-f176.google.com with SMTP id af79cd13be357-7a1d1578cbeso18986185a.1 for ; Wed, 24 Jul 2024 09:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721838618; x=1722443418; 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=ARl9aILvmuQ/1ySlu5ljmKmVaDnJirB8ZMeoc5smg46/rkKxgNHlYHkzvv5nC0x9yE 1sXZPAz9xBRYMx0/bO1DQTRCHlxHDEM0epC0aBG/Xg1CZTRZlftdfONpl+/8kxXLRDPV 9XJNJ+7cuzgOqigjXugOJodmAW2tqgE0Qq9v4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721838618; x=1722443418; 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=XqxR64FcHNuXXwFCdjNLGktY+Wom0SeS1nwn81+xN4kkDcUlY5LkfNRom3MHkK9qDI PIS8LK7zzyRf1Bs93luWpwpaqu3jpcUey5V1iWsJzVvjGVbLFY+0/8R5+MPVYHcwbRXG eDCDyUpwWHqgiuzjC/++RVAyEN8vMDg89ZVP9jIfS86b9211T2haON8a7+3SPmUwHvPT Ao0TlKB8UcgO9Rhl8WB7IumMKr8m6E5De6RcGMLYFg32+1SdrsfYBNJnUEZD+Qvl3YKB u0FkKXpbnB+mo22nc4GnxGRfcKVLmo2DhukwUpaL0Dz970DbtsZ4Ko6ohlgxAvigMmh2 KBDw== X-Gm-Message-State: AOJu0YxXutQ0YIwmem90EdBlt5txueLe89O4Pg90ZyXP6MgshqLaGrJ1 G6Vr+yTUJ53yr3UIK9dabkvzm5SboDh362sPYWqlNSsri96g7Mdntc6JrJTI+UCMYoGRdyOsUnf q X-Google-Smtp-Source: AGHT+IEbd+S++RYoUsTpNlfpl9Bovygc0RlbAH6QY0c+tva08rA2wQq83wHOOK8FfzIGb4V0RIzZ5g== X-Received: by 2002:a05:620a:24d6:b0:79d:536f:7b3a with SMTP id af79cd13be357-7a1d450fef7mr21691485a.56.1721838617883; Wed, 24 Jul 2024 09:30:17 -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-7a198fbda21sm588970985a.36.2024.07.24.09.30.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jul 2024 09:30:17 -0700 (PDT) From: Dean Marx To: probb@iol.unh.edu, npratte@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v12 3/3] dts: config schema Date: Wed, 24 Jul 2024 12:30:04 -0400 Message-ID: <20240724163004.5681-4-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240724163004.5681-1-dmarx@iol.unh.edu> References: <20240611161606.23881-2-dmarx@iol.unh.edu> <20240724163004.5681-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