From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) by dpdk.org (Postfix) with ESMTP id 0ECC21B43C for ; Tue, 8 Jan 2019 09:23:28 +0100 (CET) Received: by mail-ed1-f45.google.com with SMTP id a20so3300669edc.8 for ; Tue, 08 Jan 2019 00:23:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9+9HSfAg7Dg4g4aBDLb+TVXuaVO3pHheXzZi8vvgs54=; b=TFshm5GPzWAw1zOjJXR0Lv36eMmlvjw7ZWgBOt9RHuXeYpbdHh08x+wYs5LZtkVa4K R5f13U9ZQU3p3p2BB4/9v/XL1j5eScol+7CTOpKoaw6S16CQAvO5X3aNuB8XrJ5ZTpbt SdusXICGFIH/ddMv0OEs5z+OxkEKFCEDchOsEvwR/JvYrr1tyPTNY2IGp5SzNDA2PX2F UbQtTreVFcVZw/0F9UM3KOnKK2qA8itvY/QhRec4gvLMX4SwCLgFE5mpRfsGZp/CiNYX rKDOuF8Ogd1LQTvRh3FppBkHIZ0Gm5a0SvkQ6cVhte8FXVNVbAaRdwFLuvVfTVYwcynv 6NhQ== 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=9+9HSfAg7Dg4g4aBDLb+TVXuaVO3pHheXzZi8vvgs54=; b=V3DO9jEQiNieetEu+FCUuW9L4d6qhrf9kzJaJCXiGQ9q596kvX0r3uUyySNHRL9VHv QEmJLWwAjvW3hWzqJaxKhI+GI/+/Td9AETHlpsIQ6lgAScvvcA/XmJgq/GE/QQcCapqT a/TLrlDIaWSNkTHi0vyn/odDghqfsTmv14g++u49kwxrn1iOlmo18XFdljyFiZdahEjn bp6S5HBOgXxsH/dmRQzHIQ9dwwSzPO5LNwcCmgRCwRnDDeH/WDfxXAWglJeH3EEo8AZa XRTTpkfXwNJyiYiFeS8MvrgPU8LznH4vDEmMF9mWNVoEMcYaMhWD2aE1m6PtqpsdYyvd sgRA== X-Gm-Message-State: AJcUukcQzJ3NGPZ49xNx+jy7VbFJqyR/Mwx0lrMFvP4szXZA6SblhmoW sQ3kMaU3EPjUw6JwG0ERHmLXTyVVkmvharLklhM= X-Google-Smtp-Source: ALg8bN6HfcdUBXYR8Tupwkxv0gasJI0qJpfY+q1dyyiNxJKxLLZd9hMWTOInHEqeZisZwJRK9cq0F+3nZXBSsqJzRZI= X-Received: by 2002:a17:906:6a14:: with SMTP id o20-v6mr1022788ejr.71.1546935807555; Tue, 08 Jan 2019 00:23:27 -0800 (PST) MIME-Version: 1.0 References: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FE870@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FE870@SHSMSX101.ccr.corp.intel.com> From: Rami Rosen Date: Tue, 8 Jan 2019 10:23:16 +0200 Message-ID: To: "Tu, Lijuan" Cc: Jeremy Plsek , "ci@dpdk.org" Content-Type: multipart/alternative; boundary="0000000000004cbdc7057eee0f92" Subject: Re: [dpdk-ci] Question about performance test X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2019 08:23:28 -0000 --0000000000004cbdc7057eee0f92 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Lijuan, Thanks for the quick response, your replies clarifies everything now! And Indeed: git checkout next Switched to branch 'next' git grep nic_single_core_perf doc/dts_gsg/trex.rst:This is supported for the ``nic_single_core_per framework/etgen.py: This function is set only for function se framework/etgen.py: Note that this function is only set for t test_plans/nic_single_core_perf_test_plan.rst: 1) nic_single_core test_plans/nic_single_core_perf_test_plan.rst: 3) nic_single_core tests/TestSuite_nic_single_core_perf.py: def test_nic_single_core Regards, Rami Rosen On Tue, Jan 8, 2019 at 9:06 AM Tu, Lijuan wrote: > Hi Rami, > > > > nic_single_core_perf_test is in the next branch of dts, so it can=E2=80= =99t be > found in the master branch. > > Since next branch is to rework packet generator module to support a > software packet generator called TREX. > > A software packet generator is easily to set up with little resources > comparing with hardware packet generator, IXIA. > > > > > > > > *From:* ci [mailto:ci-bounces@dpdk.org] *On Behalf Of *Rami Rosen > *Sent:* Tuesday, January 8, 2019 2:40 PM > *To:* Jeremy Plsek > *Cc:* ci@dpdk.org > *Subject:* Re: [dpdk-ci] Question about performance test > > > > Hi Jeremy, > > >At the moment, we only run performance tests. Specifically the > nic_single_core_perf_test from the DPDK Test Suite > > > > I had looked at the latest DTS repo from today: > > > > git grep nic_single_core_perf_test > > gives nothing. > > > > Can you be more specific about exactly which *.py module from under > "tests" folder is used ? > > > > Regards, > > Rami Rosen > > > > > --=20 regards, Rami Rosen --0000000000004cbdc7057eee0f92 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Lijuan,
Thanks fo= r the quick response, your replies clarifies everything now!

=
And Indeed:
git checkout next
Switched = to branch 'next'

git grep nic_s= ingle_core_perf
doc/dts_gsg/trex.rst:This is supported for the ``= nic_single_core_per
framework/etgen.py:=C2=A0 =C2=A0 =C2=A0 =C2= =A0 This function is set only for function se
framework/etgen.py:= =C2=A0 =C2=A0 =C2=A0 =C2=A0 Note that this function is only set for t
=
test_plans/nic_single_core_perf_test_plan.rst:=C2=A0 =C2=A0 1) nic_sin= gle_core
test_plans/nic_single_core_perf_test_plan.rst:=C2=A0 =C2= =A0 3) nic_single_core
tests/TestSuite_nic_single_core_perf.py:= =C2=A0 =C2=A0 def test_nic_single_core

Regar= ds,
Rami Rosen



On Tue, Jan 8, 2019 at 9= :06 AM Tu, Lijuan <lijuan.tu@inte= l.com> wrote:

Hi Rami,

=C2=A0=

nic_single_core_perf_test is in= the next branch of dts, so it can=E2=80=99t be found in the master branch.=

Since next branch is to rework = packet generator module to support a software packet generator called TREX.=

A software packet generator is = easily to set up with little resources comparing with hardware packet gener= ator, IXIA.

=C2=A0=

=C2=A0=

<= span lang=3D"EN-US" style=3D"font-size:10.5pt;font-family:Calibri,sans-seri= f;color:rgb(31,73,125)">=C2=A0

From: ci [mailto:ci-bounces@dpdk.org] On Behalf Of Rami Rosen
Sent: Tuesday, January 8, 2019 2:40 PM
To: Jeremy Plsek <jplsek@iol.unh.edu>
Cc: ci@dpdk.org=
Subject: Re: [dpdk-ci] Question about performance test=

=C2=A0

Hi Jeremy,=

>At the moment, we only run = performance tests. Specifically the nic_single_core_perf_test from the DPDK= Test Suite=C2=A0

=C2=A0

I had looked at the latest DTS = repo from today:

=C2=A0

git grep nic_single_core_perf_t= est

gives nothing.

=C2=A0

Can you be more specific about = exactly which *.py module from under "tests" folder is used ?<= /u>

=C2=A0

Regards,

Rami Rosen=

=C2=A0

=C2=A0



--
regards,
Rami Rosen
--0000000000004cbdc7057eee0f92--