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 DAB4A440B6; Fri, 24 May 2024 15:47:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5123402E1; Fri, 24 May 2024 15:47:35 +0200 (CEST) Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) by mails.dpdk.org (Postfix) with ESMTP id 975FC402D7 for ; Fri, 24 May 2024 15:47:33 +0200 (CEST) Received: by mail-lj1-f173.google.com with SMTP id 38308e7fff4ca-2e952657b74so1642571fa.3 for ; Fri, 24 May 2024 06:47:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1716558453; x=1717163253; 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=TxzXy/llsHHpfCzLxqOx1T7vztN/RJJ1/JSpE/Va/XM=; b=LD//vm151jtshn5W3G1VgLEsilAHP5iZgid23yM5I52hZlKxLMEvjjKVBlqmqk1S1g JztoRTOrIQwPNNLSwKPr/CKQ+VBk9GuGlICHv5NxDOuzQLTmxAgUU6CC2iQFPLVwBfeI wwOiia1XGZ29rg2rUwS8jTnfV8TUDiH6OGZT4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716558453; x=1717163253; 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=TxzXy/llsHHpfCzLxqOx1T7vztN/RJJ1/JSpE/Va/XM=; b=H1uFZRjl0lrdWvkAk1Ul5C22SPY80525E+w3N6Y0Xzzareo+Ncp9rlqytUi5UEhBrZ avExPjVfZDB8e20kI1uWr6RhXIEbMCaEoL8DLA5s8OOd1V1AeaGCuHQJyoxBhrEGdPhW 7XzTbxidru3u/LcggFa9DXktXxu9KwgT1E1+6O9tXqNP9Rk+Fr4EC+eTCvqCPWa2OXfX hdeZ4Mt/QPWKU97WdFR+MeqId5ZjmXUjbYJumCOEh16274/OWwpAZXn9r4MuWdS+97LT mNJtCO4o67EfxBXwzohOrRl727zpESvKq5F6y/f7cpxMCQ5fQsxCwgTC3+jMZoep4oOn 9NbQ== X-Gm-Message-State: AOJu0Yx08lBQSU+6p3dRI8KZ9392bcFFY+nLrQlOKqJ/n5FL2W6pCKHl fxYB2osUEg57H1aBDT+jfINtRSfUpkm+WpwcjMOd45S0FNO1IEIa2DMYM3WQESg+5lVhn42HUDq BT5A+MirYq87CllZOkpbccbIBfgx/8Huocc88MpzrbwrYiZC4 X-Google-Smtp-Source: AGHT+IFEoyO6AUpFKz+0xgrA01x2EkWq+qS9aHLqrwW3Q/+cUJCi4MHcj7MZ1uqKI9apivzV+m0wslMJa2hgwmLUGWk= X-Received: by 2002:a2e:300b:0:b0:2dd:374d:724e with SMTP id 38308e7fff4ca-2e95b0bcd82mr14839761fa.1.1716558452963; Fri, 24 May 2024 06:47:32 -0700 (PDT) MIME-Version: 1.0 References: <20240509105704.1162449-1-luca.vizzarro@arm.com> <20240514113446.1948050-1-luca.vizzarro@arm.com> In-Reply-To: From: Nicholas Pratte Date: Fri, 24 May 2024 09:47:21 -0400 Message-ID: Subject: Re: [PATCH v2 0/2] dts: update mypy and clean up To: Luca Vizzarro Cc: dev@dpdk.org, =?UTF-8?Q?Juraj_Linke=C5=A1?= , Jeremy Spewock 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 Disregard that last comment, it was a mistake on my end. Updating the dependencies in my container instance fixed the problem. On Tue, May 21, 2024 at 10:59=E2=80=AFAM Luca Vizzarro wrote: > > On 20/05/2024 16:37, Nicholas Pratte wrote: > > Ran into no issues with this when testing your port stats and info > > patch, so I'll provide a tested tag as well. Other than a couple of > > issues listed in dts-check-format, everything looks good. > > This patch series should address all of the issues in > dts-check-format... what issues are you seeing? >