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 718A9A0A0C; Thu, 22 Jul 2021 20:34:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 470A34014D; Thu, 22 Jul 2021 20:34:45 +0200 (CEST) Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) by mails.dpdk.org (Postfix) with ESMTP id 600C040040 for ; Thu, 22 Jul 2021 20:34:44 +0200 (CEST) Received: by mail-oi1-f174.google.com with SMTP id h9so7627971oih.4 for ; Thu, 22 Jul 2021 11:34:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XniatqAe/CAl2Szhvi7nj1UebgkOJJJ6hvbYmtQkPHU=; b=MdnTbyUtTAR4OAy0tGn98vFfLclOFIQucDPWJBDf7+MkSoB+sHM9lEJj2Mcn2J8w7n gbEdXqtIPZ81yqo35DJS5TZOAnOsepe1j26dvloiOp0E8He0EBAyx1ICeD2BvBRsCZ0N CCVr88MpgGnPnzZdXxkIipNoMeAfOpXVYNRYE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XniatqAe/CAl2Szhvi7nj1UebgkOJJJ6hvbYmtQkPHU=; b=XQbwSziKDvRVk5TLK8soqn1TdCqDNgANrojcb5vR1XxvgD2gBK9Wn+T8NXynDHJsOC YbSFuGneGOUTkrU/o+7L9ixt8Vargjq2PaBX0E6VJQnmPsaIP3sijNjzQ/Ae9dRBajgu kOsaTxjmY7jAlZ42SlgKk4ABZicr1Djcz4d4ZSoPQ8TOyFMhGUSZcYvMD9uR1nd3jUDQ ZIqcgQ2yEQbgSgF3FCVCb7uRBlJN3ah5vfehJfF+lwRu7SeC7bKnRr+LqM05IdRAJrX0 OiciMwT8ddAQSUgeQYPY6INNs2mII8q5cYQ8yngPSN5LHOV+ngq+guMQdiqHghgpPfFk hCyA== X-Gm-Message-State: AOAM530LDlNmmnamKzHYvFesLHrvNjkkFELrPDaxIDaWHsu1+5V9HoLS S/k4WgoJwib4J81nclNpymIuWiHKFMuMY2A6mbm7ocH6GO978A== X-Google-Smtp-Source: ABdhPJzYcOmHBksX9IZ2vkLlHW6TyPm5TYSYVSbWVXwOwIiiAWgAGoBRce24NngGJvWaXLgFoXLjk4c562J7OW01pk4= X-Received: by 2002:a05:6808:317:: with SMTP id i23mr6400821oie.69.1626978883522; Thu, 22 Jul 2021 11:34:43 -0700 (PDT) MIME-Version: 1.0 References: <20210714174756.38730-1-ohilyard@iol.unh.edu> In-Reply-To: <20210714174756.38730-1-ohilyard@iol.unh.edu> From: Owen Hilyard Date: Thu, 22 Jul 2021 14:34:07 -0400 Message-ID: To: dts@dpdk.org Cc: "Tu, Lijuan" Content-Type: multipart/alternative; boundary="00000000000068e9b005c7ba8abd" Subject: Re: [dts] [PATCH] tests/nic_single_core_perf: add broadcom nic support X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" --00000000000068e9b005c7ba8abd Content-Type: text/plain; charset="UTF-8" Hello Lijuan, I just wanted to follow up and ask about the status of this patch. I would like to minimize the time the community lab is running patches that are not in mainline DTS. Owen On Wed, Jul 14, 2021 at 1:47 PM wrote: > From: Owen Hilyard > > Add support for brcm_P2100G and brcm_57414 to nic_single_core_perf. > > Signed-off-by: Owen Hilyard > --- > tests/TestSuite_nic_single_core_perf.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/TestSuite_nic_single_core_perf.py > b/tests/TestSuite_nic_single_core_perf.py > index dee189e5..4ccc04ac 100644 > --- a/tests/TestSuite_nic_single_core_perf.py > +++ b/tests/TestSuite_nic_single_core_perf.py > @@ -54,7 +54,8 @@ class TestNicSingleCorePerf(TestCase): > PMD prerequisites. > """ > self.verify(self.nic in ['niantic', 'fortville_25g', > 'fortville_spirit', 'ConnectX5_MT4121', > - 'ConnectX4_LX_MT4117', > 'columbiaville_100g', 'columbiaville_25g', 'columbiaville_25gx2'], > + 'ConnectX4_LX_MT4117', > 'columbiaville_100g', 'columbiaville_25g', 'columbiaville_25gx2', > + 'brcm_57414', 'brcm_P2100G'], > "Not required NIC ") > self.headers_size = HEADER_SIZE['eth'] + HEADER_SIZE['ip'] > > -- > 2.30.2 > > --00000000000068e9b005c7ba8abd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Lijuan,

I just wanted to follow up and ask ab= out the status of this patch. I would like to minimize the time the communi= ty lab is running patches that are not in mainline DTS.=C2=A0

Owen

On Wed, Jul 14, 2021 at 1:47 PM <ohilyard@iol.unh.edu> wrote:
From: Owen Hilyard <ohilyard@iol.unh.edu>

Add support for brcm_P2100G and brcm_57414 to nic_single_core_perf.

Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>
---
=C2=A0tests/TestSuite_nic_single_core_perf.py | 3 ++-
=C2=A01 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_= single_core_perf.py
index dee189e5..4ccc04ac 100644
--- a/tests/TestSuite_nic_single_core_perf.py
+++ b/tests/TestSuite_nic_single_core_perf.py
@@ -54,7 +54,8 @@ class TestNicSingleCorePerf(TestCase):
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0PMD prerequisites.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"""
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0self.verify(self.nic in ['niantic'= ;, 'fortville_25g', 'fortville_spirit', 'ConnectX5_MT41= 21',
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'ConnectX4_LX_MT4117',= 'columbiaville_100g', 'columbiaville_25g', 'columbiavi= lle_25gx2'],
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'ConnectX4_LX_MT4117',= 'columbiaville_100g', 'columbiaville_25g', 'columbiavi= lle_25gx2',
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'brcm_57414', 'brc= m_P2100G'],
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "Not required NIC "= )
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0self.headers_size =3D HEADER_SIZE['et= h'] + HEADER_SIZE['ip']

--
2.30.2

--00000000000068e9b005c7ba8abd--