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 7A2F944078; Mon, 20 May 2024 17:37:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC33F402BA; Mon, 20 May 2024 17:37:31 +0200 (CEST) Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by mails.dpdk.org (Postfix) with ESMTP id DC289400EF for ; Mon, 20 May 2024 17:37:29 +0200 (CEST) Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2e2da49e86bso5049831fa.0 for ; Mon, 20 May 2024 08:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1716219449; x=1716824249; 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=6GHp9VrwdxP8ulRnN5wTbap22ZSWhiGwe6inGfVzMF8=; b=HhyenQqonp4GT+fSLR27hsAMrV+fbfnPoitLpdq0hgBfEZhxiOBm5rWMHAMxTnUcBG fWGHtoI/wZYT4qD5QrLXg3YWogYjf0h681gM3IMn4T+8i6cuYa7FlWXeamz2SpxbH6qt LZ2MaU+JJX690EfonmonC5vDLjp/0K6vEQhMc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716219449; x=1716824249; 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=6GHp9VrwdxP8ulRnN5wTbap22ZSWhiGwe6inGfVzMF8=; b=Efsi7klZu5Y1Q8EKRQ/CAD1+PeA4Fb/rIXl8WuiFdF7ymW6VxSur/ZMsx5cWDJxk2N PV5jTuCVVVhtspv9e13Lr7lIoY4coxvjkiiFqZmJ0njEqJKylTFTASXUqzTk19vCa/Fr y2N94FEdkdGzP24EayNFeqUR1xvnQ0AUKqeAEdRWoKYHZG4+YZTXRpk7GUkhwz8opzru UcnByoTWQuSvvQwc92fyRJ3OtGS/QNld858aJ2oYySsTfxupE4Is0sQ51aaw2mAjWL3r MohjQ30fjOakaD6aMgWcLmAq0C2OQDXpK8uMMqSFw6xnsvXykqYJY7VqGa+GQAD3+EgB eN3w== X-Gm-Message-State: AOJu0YxoJB2KNCO7XVhSpnT2Le++GgZCcMdzu429Feuci4OFD5JyWX/j WqEiWrmxEaC4iBs5xTzRn7fTXhNyeQ2o82ss92ntG+1VZS2G1KAe/Uqi4XcBSLde64NDTMe/AUX OHQP60typCcPaE/gtYD/jMHkeIwQ/kDH5S0jVUg== X-Google-Smtp-Source: AGHT+IFMZKmj9WQN1IMlQocABfDbs795efwfQm2omtAlJBaiTFtbflPDxSGExIHk5B+sqK4O18DEBjlZEPKb3cTqgz0= X-Received: by 2002:a2e:95cb:0:b0:2e7:1860:7ba3 with SMTP id 38308e7fff4ca-2e718607f7fmr39824921fa.5.1716219449048; Mon, 20 May 2024 08:37:29 -0700 (PDT) MIME-Version: 1.0 References: <20240509105704.1162449-1-luca.vizzarro@arm.com> <20240514113446.1948050-1-luca.vizzarro@arm.com> In-Reply-To: <20240514113446.1948050-1-luca.vizzarro@arm.com> From: Nicholas Pratte Date: Mon, 20 May 2024 11:37:18 -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 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. Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Tue, May 14, 2024 at 7:34=E2=80=AFAM Luca Vizzarro wrote: > > v2: > - apply fix to error formatting bug in > framework/testbed_model/traffic_generator/__init__.py > > Luca Vizzarro (2): > dts: update mypy static checker > dts: clean up config types > > dts/framework/config/__init__.py | 49 ++++++----- > dts/framework/logger.py | 4 +- > .../interactive_remote_session.py | 4 +- > .../remote_session/interactive_shell.py | 2 +- > dts/framework/remote_session/ssh_session.py | 6 +- > dts/framework/runner.py | 14 +-- > dts/framework/test_result.py | 4 +- > dts/framework/test_suite.py | 6 +- > dts/framework/testbed_model/tg_node.py | 2 +- > .../traffic_generator/__init__.py | 10 +-- > .../capturing_traffic_generator.py | 4 +- > .../testbed_model/traffic_generator/scapy.py | 6 +- > .../traffic_generator/traffic_generator.py | 2 +- > dts/framework/utils.py | 2 +- > dts/poetry.lock | 86 +++++++++++-------- > dts/pyproject.toml | 3 +- > dts/tests/TestSuite_os_udp.py | 4 +- > dts/tests/TestSuite_pmd_buffer_scatter.py | 8 +- > 18 files changed, 118 insertions(+), 98 deletions(-) > > -- > 2.34.1 >