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 3C025456AC; Thu, 25 Jul 2024 18:24:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C29A435B3; Thu, 25 Jul 2024 18:24:20 +0200 (CEST) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) by mails.dpdk.org (Postfix) with ESMTP id 5018A427BA for ; Thu, 25 Jul 2024 18:23:38 +0200 (CEST) Received: by mail-qt1-f179.google.com with SMTP id d75a77b69052e-44931f038f9so19558971cf.0 for ; Thu, 25 Jul 2024 09:23:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721924617; x=1722529417; 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=/JuHm0tunNPm3OMIl7HjBSxK7o/XsLJfjLjRs87uj58=; b=PYYb1MhjKY1IQbXLbF5RsluCYy3pklwM6BmuX/bWhbAjeYiZRXGmyXv8OTUVRV5e2d P+Po6IdXLUa5fl2l/mCLpNiRbnEE5iYALQlViIIlPl/IHLbyAlM/MUC+Fzqo9X7/vLkC H30ZyjUEMiqzFFW1rC7Sv+kFd9MiOdWrfc29k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721924617; x=1722529417; 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=/JuHm0tunNPm3OMIl7HjBSxK7o/XsLJfjLjRs87uj58=; b=shZsdyyQKOsEwpBijV08WWUDx6AGBEYnr5i4l1GJ2TlzZuHEjd458YM9UAv0C5g2U/ 44zMSawhFMaWwAoRBbQia0m0CFCCYeYDQaetUHkNAYdpESjZ5joaaIifKllPwE1qAGwY YW5OzseDcQ45uBvTvMW/oKZ3Xfq8l9nwN+DOuQ2EX/iRlDrjK0GBa2gO8yLgJfQ+vCpj 1J1wHP40oKMgcMf/Zz11L8e0x8bEh2t6U2gDgKuPw5Zul5r4W1S8LAbPlKmt5GzKv+tN vn375rwAl0S2mCUy77U4SEdpMOVFvDOc80Ud/mxynCaMZ6W6ee/Sn2oPge/hVh0HTKvB 6Oxg== X-Gm-Message-State: AOJu0YxXjKq8NQyoJW5fnA2mUNz1VkVlE7CV9tTCG7WAcGA6rYSUYM2r uLs979SRPy5pxnjcr/CYZqL0PhJsdC7dW7YThICKWiAouqniTHIJPYHikZJzmt0= X-Google-Smtp-Source: AGHT+IEIKRj5U211cVndMuwOrwfXNCCPm6GMis2xLBL90daOXrvunKeb2qIJkL8d8S/ZSj5DtEvVBw== X-Received: by 2002:a05:6214:1308:b0:6b5:2a29:cd08 with SMTP id 6a1803df08f44-6b99155ff43mr127438016d6.27.1721924617475; Thu, 25 Jul 2024 09:23:37 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6bb3f8d8269sm8683196d6.20.2024.07.25.09.23.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Jul 2024 09:23:37 -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: [RFC v1 3/3] dts: conf schema VXLAN gpe support Date: Thu, 25 Jul 2024 12:23:25 -0400 Message-ID: <20240725162325.20933-4-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240725162325.20933-1-dmarx@iol.unh.edu> References: <20240725162325.20933-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 schema to run vxlan gpe support 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..06c8978103 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", + "vxlan_gpe_support" ] }, "test_target": { -- 2.44.0