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 5E40143746; Tue, 19 Dec 2023 17:59:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4ECA442E11; Tue, 19 Dec 2023 17:59:32 +0100 (CET) Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) by mails.dpdk.org (Postfix) with ESMTP id 99FD642DED for ; Tue, 19 Dec 2023 17:59:31 +0100 (CET) Received: by mail-ed1-f48.google.com with SMTP id 4fb4d7f45d1cf-54cb4fa667bso5896201a12.3 for ; Tue, 19 Dec 2023 08:59:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; s=google; t=1703005171; x=1703609971; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=mPH9WB4Ufszo+FP90SG7YtO7aLTXJ4VQsziau58I+/Q=; b=VSB74jR8DOg1T6lnlUxZyDyO8XCZuRMKKmvNMZ6JfbI3KUDXRsHivSsx+FMZtGWHUQ XsgNtzB5rnl6H3LjcwNDN4yig55iC/ajV7p8HijSRx7MXmtanMQPVkKoo0xOayYkbKxz CUazlT+WDx0bHEVxQmLaQW9NfSieZNl2r/791GQC170S4ufxxDHD0ASFzNi950UJ+Iw1 d8YmpHUTKA4Pw7U4Gh0T8ezlv9y6S71fq5S4Q9b/thmpCEGTMEqY4QAimC+dFu66yT1/ 9Z8WYs9mPHg5y9IKZ3wIrpbRpUH1X2CBeBer4iWvwUow5M5VXM/wNSgLtyJaT8BIk+6C QSaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703005171; x=1703609971; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mPH9WB4Ufszo+FP90SG7YtO7aLTXJ4VQsziau58I+/Q=; b=uSYgXSvY7kchL52SkOu4zSEdh+whEMmIWpxGDPKezjfnAq5KnWvDAD0SnAmoi2ZkIl 0hp11PcoFic5+HnkGIaVLCwrNXF9Vzgi75ZFWOUAPal4T71cA1rdoDV6sJx+Zy1IbK1v GjLwH9UiH7NqMPkroo02kIxySdqgoCPgXER9xxjZO6auoWVusV9SJwD7rEpWV+noAn6o tP2/hAUIvv5X1nBiBe5NiK3zPmBXs/le1GACoePEHTyoedMtwLIxLxtwKuIEndOyyv/O cB8pk1I+vRrISeqJViGdq8kXsgy3++MLvKp86aLdrLncAS42I+OMqUOQqR9ogxF3sh0v QGkw== X-Gm-Message-State: AOJu0Yy1c87yN7ohgT41nuNj7iewR+hYZnD2mScfdNPV+E6IKC+ipANB 4ELzmRP7XA9Ejtvc4pT/wDEKEKXVfb2SydBUebm7Tw== X-Google-Smtp-Source: AGHT+IHZsvhh2lbyWQXOYKOLTnC875l8yIIAKF/ZcEfcU+/f8bmn6EwriqV4MUQwSmnKYHmvZonlBqDCQJov7+AaDIQ= X-Received: by 2002:a17:907:3d93:b0:a19:64b3:f16 with SMTP id he19-20020a1709073d9300b00a1964b30f16mr12431967ejc.68.1703005171314; Tue, 19 Dec 2023 08:59:31 -0800 (PST) MIME-Version: 1.0 References: <20231218181221.10057-1-jspewock@iol.unh.edu> <20231218181221.10057-7-jspewock@iol.unh.edu> In-Reply-To: <20231218181221.10057-7-jspewock@iol.unh.edu> From: =?UTF-8?Q?Juraj_Linke=C5=A1?= Date: Tue, 19 Dec 2023 17:59:20 +0100 Message-ID: Subject: Re: [PATCH v4 6/7] dts: add scatter to the yaml schema To: jspewock@iol.unh.edu Cc: Honnappa.Nagarahalli@arm.com, thomas@monjalon.net, wathsala.vithanage@arm.com, probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, ferruh.yigit@amd.com, andrew.rybchenko@oktetlabs.ru, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Reviewed-by: Juraj Linke=C5=A1 On Mon, Dec 18, 2023 at 7:13=E2=80=AFPM wrote: > > From: Jeremy Spewock > > Allow for scatter to be specified in the configuration file. > > Signed-off-by: Jeremy Spewock > --- > 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/c= onfig/conf_yaml_schema.json > index 84e45fe3c2..e6dc50ca7f 100644 > --- a/dts/framework/config/conf_yaml_schema.json > +++ b/dts/framework/config/conf_yaml_schema.json > @@ -186,7 +186,8 @@ > "type": "string", > "enum": [ > "hello_world", > - "os_udp" > + "os_udp", > + "pmd_buffer_scatter" > ] > }, > "test_target": { > -- > 2.43.0 >