From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f176.google.com (mail-ua0-f176.google.com [209.85.217.176]) by dpdk.org (Postfix) with ESMTP id C094DE5D for ; Tue, 20 Mar 2018 23:25:53 +0100 (CET) Received: by mail-ua0-f176.google.com with SMTP id q12so2134101uae.4 for ; Tue, 20 Mar 2018 15:25:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=IGEguV+M6doAoIQ4JwKIPVt7zFoa27LkK4fpk7v5DPo=; b=EJ05tIT395GIoT7ysLr5CHuUBhQh94w/HSfmcQTg9kGgRb8wNQOwOTAP6XRKKHCtx/ ibQL392snyLDwEa/EiF8Oso2lKkRfCuYoNpCmrqizgsvFBu1YCp0inOwHY7DTkG/cutt /1XG0MehrBKwQvN14BoLt08Ci8yGxyJUqnEdA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=IGEguV+M6doAoIQ4JwKIPVt7zFoa27LkK4fpk7v5DPo=; b=M3OF9ajO87Q6QFkwWJzvC1Nsj4Qc159fxZdgnvD8slJYgB+kfxnX2kxBDURl8NlOVG /UHqIL06jmzrJF92/FSs6QfInruG5UE0YwAB8/K8goWP8iM4OD/qf5MnIzzpUCvkWmg3 x9uxstdUri0ubszBoCqSRTHiyaHa7iQafcj8Cd3YsXn43GB9ppfLmvORusod0xpKaWgm p6A+Qi1ENfq7sfZEiurcBM3fE4YK5rdA6bYOMjbfnzUwrJ4AzoMOR1ESh0fA/SyiYW/o 42m2jXOlDlEkb7TIjyuJOrb/zyI9pcH/E9YpmvUDSpUkWcVWgsTxpjpHJ0NNRC0sQgHK ZTog== X-Gm-Message-State: AElRT7FWkpk07twRaRq+pl1luBB3GqHT3J/xkS2N6sbg8oI5kuzxFUqo ClY9HLFeozTlWhEDmi79mx+9Oe1jbLfkc33844EKHQ== X-Google-Smtp-Source: AG47ELtR6L8YqkZOkQuMPhSBFLg9e8UFeo9Ll7qJ68ZOiaPwH956CNU7Ck9OXKEBKYpzDo7ukka4DOoxHuqzxioNLPw= X-Received: by 10.176.5.229 with SMTP id e92mr12202888uae.102.1521584753052; Tue, 20 Mar 2018 15:25:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.23.133 with HTTP; Tue, 20 Mar 2018 15:25:52 -0700 (PDT) In-Reply-To: References: <20180220172612.11973-1-pmacarth@iol.unh.edu> <188971FCDA171749BED5DA74ABF3E6F03C1239F0@SHSMSX104.ccr.corp.intel.com> From: Patrick MacArthur Date: Tue, 20 Mar 2018 18:25:52 -0400 Message-ID: To: "Wang, FeiX Y" Cc: "dts@dpdk.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dts] [PATCH for-next 0/6] Fixes and modifications for T-Rex integration and nic_single_core_perf X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 22:25:54 -0000 Hi, Fei, I have sent a v2 of this patch set. Please let me know if you still have an issue with v2. My guess is that there is a difference between our environments that makes the ping6 checks that I disabled in this patchset work in your environment and fail in mine. Thanks, Patrick On Mon, Mar 5, 2018 at 4:16 AM, Wang, FeiX Y wrote: > Hi, Patrick > > After I applied the patch set, there is an error occurred, would you che= ck attachment for details,( I have configured 4 ports for DUT, 4 ports for = TREX). > Would you help on it. > > Thanks > > Fei > > > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Patrick MacArthur > Sent: Wednesday, February 21, 2018 1:26 AM > To: dts@dpdk.org > Cc: pmacarth@iol.unh.edu; dpdklab@iol.unh.edu > Subject: [dts] [PATCH for-next 0/6] Fixes and modifications for T-Rex int= egration and nic_single_core_perf > > The first four patches of this series are bug fixes necessary to run the = nic_single_core_perf test in its current state in the UNH-IOL environment. > > The latter two patches are proposed enhancements that may require more di= scussion. Patch 5 automates starting T-Rex as part of the > prepare_generator() setup step. It currently assumes that T-Rex will be r= un on the tester node; if this assumption is not correct for a given test e= nvironment, then this patch will not be applicable and may need to be adjus= ted accordingly. Patch 6 changes the nic_single_core_perf test from a funct= ional test to a performance test. > > This patch set targets the next branch. > > You can pull a branch with this patch set applied from: > > https://oss.iol.unh.edu/dpdk/dts.git for-next-v1-trex-single-core-per= f > > Patrick MacArthur (6): > framework/texttable: Update to latest upstream version > framework: Do not attempt ping6 on T-Rex ports > tests/TestSuite_nic_single_core_perf: Fix config parsing > tests/TestSuite_nic_single_core_perf: Use user-specified output dir > framework/pktgen: Start T-Rex during prepare_generator() > tests/TestSuite_nic_single_core_perf: Fix test case name > > framework/dut.py | 4 +- > framework/pktgen.py | 30 +++++-- > framework/tester.py | 11 ++- > framework/texttable.py | 145 +++++++++++++++++++++-----= ------ > framework/virt_dut.py | 2 +- > tests/TestSuite_nic_single_core_perf.py | 33 ++------ > 6 files changed, 137 insertions(+), 88 deletions(-) > > -- > 2.14.1 > --=20 Patrick MacArthur Research and Development, High Performance Networking and Storage UNH InterOperability Laboratory