From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 458695A83 for ; Thu, 12 Feb 2015 09:09:19 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 12 Feb 2015 00:09:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,564,1418112000"; d="scan'208";a="665275576" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 12 Feb 2015 00:09:16 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t1C89Eb8029730; Thu, 12 Feb 2015 16:09:14 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t1C89B3l014828; Thu, 12 Feb 2015 16:09:13 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t1C89Bu8014824; Thu, 12 Feb 2015 16:09:11 +0800 From: Yong Liu To: dts@dpdk.org Date: Thu, 12 Feb 2015 16:09:05 +0800 Message-Id: <1423728550-14792-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/5] Support IXIA performance validation on one platform 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: Thu, 12 Feb 2015 08:09:19 -0000 This patch support configure IXIA port as tester peer port. Thus will allow us to run IXIA performance test on one platform. Removed useless multiple nic types, DTS will support different type nics by port configuration. Yong Liu (5): framework: remove useless nic list, replaced by port configuration file framework: support configure IXIA port as tester peer port framework: seperate killl scapy and kill DPDK application in kill_all function framework: optimize wirespeed calculation and kill_all function pmd: remove useless nic check function conf/ports.cfg | 6 ++++-- framework/crb.py | 1 - framework/dts.py | 30 ++++++++++++++--------------- framework/dut.py | 41 +++++++++++++++++---------------------- framework/etgen.py | 52 ++++++++++++++++++++++++++++---------------------- framework/test_case.py | 26 +++++++++++++++++++------ framework/tester.py | 14 ++++++++++---- tests/TestSuite_pmd.py | 17 ----------------- 8 files changed, 95 insertions(+), 92 deletions(-) -- 1.9.3