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 CBA11455CA; Mon, 8 Jul 2024 21:30:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9930A427C4; Mon, 8 Jul 2024 21:30:37 +0200 (CEST) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by mails.dpdk.org (Postfix) with ESMTP id 63DAF427B1 for ; Mon, 8 Jul 2024 21:30:35 +0200 (CEST) Received: by mail-qv1-f43.google.com with SMTP id 6a1803df08f44-6b2c6291038so35473906d6.0 for ; Mon, 08 Jul 2024 12:30:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720467035; x=1721071835; 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=C0Al2+18Rv6kkstCeaxSmco2E6iQ9TL7ECIdNghUAhzd3/CL+dS7BEjre6c8TEoZl9 LZXypZb5WwwaPjJJaJJBLw3rgjT+54pEg6In/vMlEAc9yLUcVuMgk7lfijbdqyDphxMY KJTwbKcq7bDLyd2J78/1eMtIClM80puLY5GNo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720467035; x=1721071835; 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=k6JFtyhkZvP4YPFCcZ1DYpG8ImHjUbRavvbim9ZrWqpBhtazUXtBAOnu8lc2T11D1L J3UBz0tDDCzGEX2e2v6tkdHB09BcQU8HitFCcr4LpzxUiImTc+4ul8Zoazx2MfThmWL4 oNauZ060NDZF1DD3i5/gIo/m56w4hCMrDMG9yX+6vJxLgWUSqiO4RvbjC1xB+QNE05eA IYxDCEPpeu1OYozsEa2CReyh7W7OZqulyP/V4xklarm9eOHjOBlQspRIxDgTjrSXDLln gSCHsGEhEIOjBdSdNsByR+gU0HBOkPjAHQSENH6R26JbKC803htYuqYefnz6H5OLP2+w ydGA== X-Gm-Message-State: AOJu0Ywwk2870cEm9teBFXbOpUo/5JkYHl0go935/KYsvHIZ9RTaLjLV x5fb/AqiLBlYheQ/H+rU+sZ2yjVf1DdGGC6LUmbojSFkIvGFwrf0WqARA1mGSmo= X-Google-Smtp-Source: AGHT+IGFXsbCBI06BR9EH8NZr/9M12tDRkkEwTGjOHX+9DqczSY85dxIvxT3Th+HkmfVRcgROGqHXA== X-Received: by 2002:a05:6214:262b:b0:6b5:3621:cfde with SMTP id 6a1803df08f44-6b61d69546bmr4241906d6.0.1720467034812; Mon, 08 Jul 2024 12:30:34 -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-6b61ba019edsm2178226d6.61.2024.07.08.12.30.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jul 2024 12:30:34 -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 v3 3/4] dts: dynamic config conf schema Date: Mon, 8 Jul 2024 15:30:11 -0400 Message-ID: <20240708193012.5465-3-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240708193012.5465-1-dmarx@iol.unh.edu> References: <20240708191938.32132-1-dmarx@iol.unh.edu> <20240708193012.5465-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