From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f225.google.com (mail-qt0-f225.google.com [209.85.216.225]) by dpdk.org (Postfix) with ESMTP id 4F2381B161 for ; Tue, 20 Feb 2018 18:26:18 +0100 (CET) Received: by mail-qt0-f225.google.com with SMTP id c7so2900220qtn.3 for ; Tue, 20 Feb 2018 09:26:18 -0800 (PST) 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=xs5oFhMiF4PcD1cv+z2MzdSMuBJhg42B8nyidT74Gxo=; b=YBJp/fQq8tCZjnQW9pNwhrrfeneDqZ5azQrSferSjqr4wah/3xoRVKoDeKyyeAlr6M eNoj08x//7ya+jj34A9dkV5EVex5L/7c8c10OjT2J1jmUnLjsxYKGChvCmDQnbSvuiKF 6Gux1shZxbgx0NC/+UBV/hcfR0yOcwHcG4ejE= 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=xs5oFhMiF4PcD1cv+z2MzdSMuBJhg42B8nyidT74Gxo=; b=KAK0SHfs6pUYviJr0aIiK/a5NGMgIyTIHH7LuOOk07KarDdJS9UZCeF47i2BN8BT5Z SxjlVHeXko5p+egv1CYV5CVFo3b7/QZv8P03+anANZIdjSifyfdrBeeny5Y6S7rbD1wq 7Y7vHpFV5yAEITSZ9lVblAiD1tC46dMKm4wb+/68wYV6xMWHgGEKO2VEF3JqYgmmXYQV 47v9h9K3EvDFM2hM1xnTDki9/B2oQmDmh+f2CKDTLoc/Df5QnWrkAGo4hPHX2gI5YZLC We24dmjm34aH+E4P9b6Rl4lu8FkwDlwgIeH3eInYBij20wp4uRxzrEQxWl0lpeWvlu9z BZRg== X-Gm-Message-State: APf1xPCBLqroKIy0PBVrsUgDDKzgsi3814CU2ORt17DIhzJ/3Ql5wvny qv85Lgq2bRkfl0mBs0Ju+DBZjcnncRT3v052CICrdx0SihXrc6WTQTSKM+DWq/mbdKU78DpyfRo Kk6SCJ2HuOYokGtu+f9NqKys2I1XECXJDQtrTZEXmqwNJb/RWpwa0KXWA//sX9WYZUQj+sVQvXg == X-Google-Smtp-Source: AH8x22743XUOnKgo9/EWfDIrrMadg2DNNq19X6wI/cSuHoI9KFf0MvTyj2io4T084FNQ4EKxHKlCJ6Z6zbNE X-Received: by 10.237.45.167 with SMTP id i36mr606572qtd.126.1519147577641; Tue, 20 Feb 2018 09:26:17 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d19sm2511760qkg.11.2018.02.20.09.26.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Feb 2018 09:26:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Received: from groose.iol.unh.edu (unknown [IPv6:2606:4100:3880:1240:948e:929b:6d8b:f08a]) by postal.iol.unh.edu (Postfix) with ESMTP id F3B3360E8036; Tue, 20 Feb 2018 12:26:16 -0500 (EST) From: Patrick MacArthur To: dts@dpdk.org Cc: pmacarth@iol.unh.edu, dpdklab@iol.unh.edu Date: Tue, 20 Feb 2018 12:26:06 -0500 Message-Id: <20180220172612.11973-1-pmacarth@iol.unh.edu> X-Mailer: git-send-email 2.14.1 Subject: [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 Feb 2018 17:26:18 -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. The latter two patches are proposed enhancements that may require more discussion. Patch 5 automates starting T-Rex as part of the prepare_generator() setup step. It currently assumes that T-Rex will be run on the tester node; if this assumption is not correct for a given test environment, then this patch will not be applicable and may need to be adjusted accordingly. Patch 6 changes the nic_single_core_perf test from a functional 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-perf 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