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 A90C8B58D for ; Mon, 16 Feb 2015 04:07:58 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 15 Feb 2015 19:02:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,584,1418112000"; d="scan'208";a="652605895" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 15 Feb 2015 19:07:56 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t1G37q2X022950; Mon, 16 Feb 2015 11:07:52 +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 t1G37oTW001255; Mon, 16 Feb 2015 11:07:52 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t1G37nnP001249; Mon, 16 Feb 2015 11:07:49 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 16 Feb 2015 11:07:43 +0800 Message-Id: <1424056068-1156-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 V3 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: Mon, 16 Feb 2015 03:08:00 -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. V3: support auto-detect port type when dut/tester on same platform. V2: add detail comments in log. Yong Liu (5): framework: remove useless nic list, replaced by port configuration file framework: support configure IXIA port as tester peer port framework: seperate kill scapy and 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 | 24 +++++------ framework/dut.py | 107 +++++++++++++++++++++++++++---------------------- framework/etgen.py | 48 ++++++++++++---------- framework/test_case.py | 25 +++++++++--- framework/tester.py | 24 +++++++++-- tests/TestSuite_pmd.py | 17 -------- 8 files changed, 142 insertions(+), 110 deletions(-) -- 1.9.3