From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f225.google.com (mail-qk0-f225.google.com [209.85.220.225]) by dpdk.org (Postfix) with ESMTP id B5C795F24 for ; Tue, 20 Mar 2018 23:21:28 +0100 (CET) Received: by mail-qk0-f225.google.com with SMTP id s78so3494280qkl.8 for ; Tue, 20 Mar 2018 15:21:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=from:to:cc:subject:date:message-id; bh=003nDUva3hIs0rSNdVwc9udLSg0tYu23p2ANTLatW9E=; b=CeU1vmrmJQSJlPy3pQTqtysnnrfwk8F5M6TVVFUxJpbK9m555tyTbUIcb8IxjmAjr3 h9KoSS9BghiaFdP6py8QLwRm9KDasJ9et1ZmRv+zUX2jHSEtPPnkBAaVnCr3w7FF8vju 19Q8Z7ezfKeSEUBwcD7LCbUr1erd7BI15rvrE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=003nDUva3hIs0rSNdVwc9udLSg0tYu23p2ANTLatW9E=; b=kiTHo9+VCFPlWnk95K8ygK4/lFjGPawXKw1ry1XjyrICNY59mg0TNpCYZMzGxPW6wt ZW4wZ1NGlEH6qHXDZrAPcb9+Yu3OXH5K+t+lgKWgvZzs8Ja7d6zZhlU+tVmxU9676FeW WKQEK1SzX7sXFjnrjS+o1KJLcP+SwTQMb76Pc5GPbmQFfEz93Lh/WHLSwR1dcb8DyJBV X468oIA/iDPeZbyGR92hXq9mr+sDyyxQm6CGC5G2ZKtCK2rqv7IVX+Oiia2xzuBxgdc8 EeAqGcX0sxceq1Lm3JG171SPENPJJ+nv4VLf/dXRytQKozhqvwwbzkY2ZrfJ09MYJ8p4 blGA== X-Gm-Message-State: AElRT7EC17IUMBmlqSmkJdMKdVyJoDZWfqKi61axyRO5hporh1U0usLx E+dc+z1aglMoNjCkKyWTFBC4EYAaLf3r3ej0c8YWUNu7FGDUpjxfxHRXZyNpzti6rAO9E5ZR/sP 3a2pi/4iGl9warW1SbHoPZyOKv3ayU9FJPcqycmNX8KQZDVyzxBOenUk2EU45ze8QbQhXNWZqDQ == X-Google-Smtp-Source: AG47ELtjmuEovphUVhCHC15BA4KOxT9fsbZ39oNV49MkizNjeVp3EtLKKAn098LuD0o+k2JoXd5JjLt80bkN X-Received: by 10.55.20.194 with SMTP id 63mr25762786qku.203.1521584488031; Tue, 20 Mar 2018 15:21:28 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id o145sm628937qke.11.2018.03.20.15.21.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Mar 2018 15:21:28 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from groose.iol.unh.edu (unknown [IPv6:2606:4100:3880:1240:40f9:44b9:fa0e:efd3]) by postal.iol.unh.edu (Postfix) with ESMTP id 43DB06038480; Tue, 20 Mar 2018 18:21:27 -0400 (EDT) From: Patrick MacArthur To: dts@dpdk.org Cc: dpdklab@iol.unh.edu Date: Tue, 20 Mar 2018 18:20:36 -0400 Message-Id: <20180320222041.17303-1-pmacarth@iol.unh.edu> X-Mailer: git-send-email 2.14.1 Subject: [dts] [PATCH for-next v2 0/5] 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:21:28 -0000 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. Patch 5 automates starting T-Rex as part of the prepare_generator() setup step, if the "start_trex" configuration option is enabled. This patch set targets the next branch, and I have uploaded these patches to our local open-source git server: The following changes since commit 41685e25bedcbb1bf895c1094913aab3bf42de1e: framework/dut: adjust memory allocation for arm64 (2018-02-08 21:27:50 +0800) are available in the git repository at: https://oss.iol.unh.edu/dpdk/dts.git tags/for-next-v2-trex-single-core-perf for you to fetch changes up to 0d1c06d11777c7266677989a1200f264748322d1: framework/pktgen: Start T-Rex during prepare_generator() (2018-03-20 18:05:08 -0400) Patrick MacArthur (5): 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() Changes from v1: - Add a configuration option to pktgen.cfg; trex is only started by DTS if the option is present and non-empty. - Drop patch 6 which renamed the test case. conf/pktgen.cfg | 2 + framework/dut.py | 4 +- framework/pktgen.py | 47 +++++++---- framework/tester.py | 11 ++- framework/texttable.py | 145 +++++++++++++++++++++----------- framework/virt_dut.py | 2 +- tests/TestSuite_nic_single_core_perf.py | 31 ++----- 7 files changed, 147 insertions(+), 95 deletions(-) -- 2.14.1