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 1D54D455CA; Mon, 8 Jul 2024 21:20:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6474427B7; Mon, 8 Jul 2024 21:20:05 +0200 (CEST) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by mails.dpdk.org (Postfix) with ESMTP id 80812427AA for ; Mon, 8 Jul 2024 21:20:02 +0200 (CEST) Received: by mail-qv1-f52.google.com with SMTP id 6a1803df08f44-6b5da2730efso26601556d6.2 for ; Mon, 08 Jul 2024 12:20:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720466402; x=1721071202; 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=Bq3lx7l6PcZDswU4+r6pDALdNMSX0X7a9iu9zuf91wc=; b=C7gynNti9+VuwEIdAXhJTaFpdBu6s8LHJNRPn+qSv7Ba7q+eiJD6CoiPT44OFVCSrb WkFYWo5yky3sdZdsCcmbZVx1mfQBymze5qPPMATREFHA8hSHIfRwdSafzBx8xoHyDL26 UKb0u9BjNIaKGahJcOQN9VdMHBuOE6jhOn/ik= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720466402; x=1721071202; 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=Bq3lx7l6PcZDswU4+r6pDALdNMSX0X7a9iu9zuf91wc=; b=nayvhmImsSKxaCCVce/2mDQVa5ApeArW7GXOSciMEA4xZwS62TaqfctPb73zKwjaAB WBkfItJfWWaWBcBjTqogKSZP03HI8gYlDtRrvKy+Hq1o8OgHpeOh3rP+4ucJ0hvVoH5L casPSVxF/+M3qE6Xw4wcuvVQNWah1rhjxNOPUi7DZBPpxL4YZyrsu8BBP9r0myVfa6ct zdNSfmW9GAVeBLKyaGYVTf1rrtZywjRUqgHYTMniC773QCL0990gaGg8gLMPdk148eUf 0kBOplnOK7MPMN+vbGZc4MaZTUZUem+77Uz9So262zZH2KBdXv6y/uL8nmZJ9p4j1X2j KBGg== X-Gm-Message-State: AOJu0YyEvBCE+X7cr42DD8s8SZ/GM4hSZyLShuqRGzec5jLHaFSwQlVj T1BoAcjiSlZ4OMDZW4fvQ++C3y5NHqLbjmOjU3IMe3I3MDc4FgdclojRrsHgX44= X-Google-Smtp-Source: AGHT+IGfDXe46xHkNVpCdfy7fmI58x/5hMxtqgSFoA/VrWmWrAa8GKUBdUr4XIcqwQxiZIY3pTch8w== X-Received: by 2002:ad4:5d4c:0:b0:6b5:2b33:5445 with SMTP id 6a1803df08f44-6b61bd0500cmr7056676d6.25.1720466401911; Mon, 08 Jul 2024 12:20:01 -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-6b61b9d5f89sm2128796d6.34.2024.07.08.12.20.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jul 2024 12:20:01 -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 3/4] dts: dynamic config conf schema Date: Mon, 8 Jul 2024 15:19:37 -0400 Message-ID: <20240708191938.32132-4-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240708191938.32132-1-dmarx@iol.unh.edu> References: <20240708191938.32132-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 dynamic configuration 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..d7b4afed7d 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", + "dynamic_config" ] }, "test_target": { -- 2.44.0