From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 92D9AAD92 for ; Fri, 13 Feb 2015 03:15:04 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 12 Feb 2015 18:09:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,568,1418112000"; d="scan'208";a="526929832" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 12 Feb 2015 18:06:46 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t1D2Ex2V018007; Fri, 13 Feb 2015 10:14:59 +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 t1D2EuHj014219; Fri, 13 Feb 2015 10:14:58 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t1D2Eu7D014215; Fri, 13 Feb 2015 10:14:56 +0800 From: Yong Liu To: dts@dpdk.org Date: Fri, 13 Feb 2015 10:14:49 +0800 Message-Id: <1423793694-14183-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1423728550-14792-1-git-send-email-yong.liu@intel.com> References: <1423728550-14792-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH V2 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: Fri, 13 Feb 2015 02:15:05 -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 types 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