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 AB3AF455CA; Mon, 8 Jul 2024 21:09:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2454A42799; Mon, 8 Jul 2024 21:09:27 +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 1B76140E7C for ; Mon, 8 Jul 2024 21:09:24 +0200 (CEST) Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-79ef8fe0e90so216806485a.3 for ; Mon, 08 Jul 2024 12:09:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1720465763; x=1721070563; 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=iYVhN6y4R3cc8326HOpeCegyIoHe9x5G7buY/tgyVFeEOOg3dOtxm0OcuoWPAULI3/ SwqWLiHoJbzALrDY7JPYQPMd1XUPZWTL2XmYGMcfgkojfCT7Cr0tD0sTzHHQzpP4WGom Atj09bncPqOZZ8GN64yQLR0Ui4cG6IhzbMiMM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720465763; x=1721070563; 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=LUc2yGE4Y2VHRzSmtK/jj9zcfiu56LaudWl/koj59DGkQcL9ElwTn+9isxx/zKK6s0 rABMbi6BLtb6ZrU8Dx/WpwwORMWZq9z7kgSrKP4+r3NoDIBTTLKIY6j1GUMvdK6hx9LM elgfKMq6fhdWVxaTKCmqB74l/5nIZiGbUbmBfEUkA7Kz49DM1dQfuBXiSurgP2IlS2hq 7Itfdd0okpKDSNEl+HoZGhlqihhsMueuFYPCYY0JBJVylGd4VlRymBQQLRPxORs/7WwJ 5xDNo1Z0kUax6dhHgVRQQ+XWm63uEtJiA+FQrxtaJ1y8nuQ128ileHwpNI//zXEJJCT0 8/+w== X-Gm-Message-State: AOJu0Yz+TDkf5ouezkbMO46W4/GN5J96CvBboiKw7KjjlhibP55FeDws wstXRwioBq7VKKw/U5OS0UNReymTJFHAQuyt7iGkuMvkOOvMgy7sIdBqsNqGM0I= X-Google-Smtp-Source: AGHT+IGoV1kJqZ9t6XQ7XCvLRAxTIuVq3+9rDXGBMARRRNYko6GSpfu9fXCXdgL2wTCQ7b2hoBWQgw== X-Received: by 2002:a05:620a:1448:b0:79f:10a:e1f6 with SMTP id af79cd13be357-79f19ab8cf1mr44495485a.60.1720465763547; Mon, 08 Jul 2024 12:09:23 -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-79f18ff6762sm19655885a.10.2024.07.08.12.09.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jul 2024 12:09:23 -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: dts: dynamic config conf schema Date: Mon, 8 Jul 2024 15:08:58 -0400 Message-ID: <20240708190858.26583-5-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240708190858.26583-1-dmarx@iol.unh.edu> References: <20240708190858.26583-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