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 850D445CFA; Wed, 13 Nov 2024 20:51:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B057406B8; Wed, 13 Nov 2024 20:51:23 +0100 (CET) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 223B5406B8 for ; Wed, 13 Nov 2024 20:51:22 +0100 (CET) Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-71e61b47c6cso6654695b3a.2 for ; Wed, 13 Nov 2024 11:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1731527481; x=1732132281; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=wVnPwYGdM+IRNPZ/AmmNAhIOnUwa8xoqKTGf7KlpctM=; b=gvRSIfDMYqJcbnbjBASbydHO8HejwezD/Gs2LUjWwuRxV5oS3PiVqtUNFA86o+lmjy NeEWwriTRE+23kHSub6+PiCi2Ny6IGZLAz/B26mhHJjngcM2NTJQm2xlCcycfXH3ulc7 obqmGlsmy4d6GIhRXunm0yXMQRWgvt5Zc3Cj4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731527481; x=1732132281; h=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=wVnPwYGdM+IRNPZ/AmmNAhIOnUwa8xoqKTGf7KlpctM=; b=qhxGhc7yNSNIDw1/kulAJg3k/r7erTg0MXO712wI3ZiuV2ikJIQhhTTKWt6+4Ep08t 2ruc+yBqjMw3EI3V6BJE7A0ob2hv0okkLq0zDjbUpGZnKpsm2TaSruALirQW9uvItSoD jJXItiszEe+joSHKOEBZTUXjCCbSQfRF4Idi8lK7kQV8ZhK/Tt9KrEPMpu+e80VPMLK+ 3gtkYfN656Sfb0/weGAKOZuFZ2PnBEfwiL558FW2u4JC+yIr5Aru//lk+6jhDEyCL2B2 vHWAzKUY3lKA/J2L87jB2qDMNGWqHedEF1dC2s5vT35Sgcla4oGICh5x6i+Zo7T73nHs CNDg== X-Gm-Message-State: AOJu0Yyb+dGW7VSIHXIbu3KadSeRu/p87BMZW/EySuhGL/OdwIgI75lb cR4X6w5wyfS+8V5rpE+yn+cKtgJmBPz1yD5GUe7/wib2uRiGOKOZ9TjNTLyfzB0Dy/AqDU8FhtG OMhe/pNfNiL/quYufPLrFouLBLiz/hnQHga0OxA== X-Google-Smtp-Source: AGHT+IFQvoGROAB++TNo2b/PQkxbREFlFHHEFjSP4/CntNuvwYfC8ZFqjw0uAAqb6+AGjJLAPEEFsl2OqPjk6K7BbpA= X-Received: by 2002:a05:6a00:99b:b0:71e:4c86:659a with SMTP id d2e1a72fcca58-7241328ea12mr24465480b3a.9.1731527481260; Wed, 13 Nov 2024 11:51:21 -0800 (PST) MIME-Version: 1.0 References: <20240930162601.30317-1-tomas.durovec@pantheon.tech> <20241112160840.477902-1-luca.vizzarro@arm.com> In-Reply-To: From: Patrick Robb Date: Wed, 13 Nov 2024 14:49:27 -0500 Message-ID: Subject: Re: [PATCH v2] dts: improve statistics To: Luca Vizzarro Cc: dev@dpdk.org, Paul Szczepanek , =?UTF-8?B?VG9tw6HFoSDEjnVyb3ZlYw==?= , Dean Marx , Nicholas Pratte Content-Type: multipart/alternative; boundary="0000000000007098120626d0a8c4" 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 --0000000000007098120626d0a8c4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Applied with minor rewording of the commit message, thanks. On Wed, Nov 13, 2024 at 2:55=E2=80=AFAM Patrick Robb wr= ote: > Thanks, I've reviewed this and tested it, and I think the results.json is > good. > > This is not a problem, but I am noting here that the 1 value which was > being tracked in the legacy DTS "test_results.json" which is not included > here is device firmware version. > > Reviewed-by: Patrick Robb > Tested-by: Patrick Robb > --0000000000007098120626d0a8c4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Applied with minor rewording of the commit message, thanks= .

On Wed, Nov 13, 2024 at 2:55=E2=80=AFAM Patrick Robb <probb@iol.unh.edu> wrote:
Than= ks, I've reviewed this and tested it, and I think the results.json is g= ood.=C2=A0

This is not a problem, but I am noting here t= hat the 1 value which was being tracked in the legacy DTS "test_result= s.json" which is not included here is device firmware version.=C2=A0

Reviewed-by: Patrick Robb <probb@iol.unh.edu>
Teste= d-by: Patrick Robb <probb@iol.unh.edu>
--0000000000007098120626d0a8c4--