From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 82664B570 for ; Sun, 15 Feb 2015 08:05:45 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 14 Feb 2015 23:05:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,580,1418112000"; d="scan'208";a="678164387" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by fmsmga002.fm.intel.com with ESMTP; 14 Feb 2015 23:05:42 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sun, 15 Feb 2015 15:05:38 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.192]) by shsmsx102.ccr.corp.intel.com ([169.254.2.62]) with mapi id 14.03.0195.001; Sun, 15 Feb 2015 15:05:41 +0800 From: "Qiu, Michael" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V2 0/5] Support IXIA performance validation on one platform Thread-Index: AQHQRzLnb55OV8cOE0+76gD+olcWwg== Date: Sun, 15 Feb 2015 07:05:40 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E60286CE9DC8@SHSMSX101.ccr.corp.intel.com> References: <1423728550-14792-1-git-send-email-yong.liu@intel.com> <1423793694-14183-1-git-send-email-yong.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Sun, 15 Feb 2015 07:05:46 -0000 On 2/13/2015 10:15 AM, Yong Liu wrote:=0A= > This patch support configure IXIA port as tester peer port. Thus will all= ow =0A= > us to run IXIA performance test on one platform.=0A= > Removed useless multiple nic types, DTS will support different types nics= by =0A= > port configuration.=0A= >=0A= > Yong Liu (5):=0A= > framework: remove useless nic list, replaced by port configuration=0A= > file=0A= > framework: support configure IXIA port as tester peer port=0A= > framework: seperate killl scapy and kill DPDK application in kill_all= =0A= > function=0A= > framework: optimize wirespeed calculation and kill_all function=0A= > pmd: remove useless nic check function=0A= >=0A= > conf/ports.cfg | 6 ++++--=0A= > framework/crb.py | 1 -=0A= > framework/dts.py | 30 ++++++++++++++---------------=0A= > framework/dut.py | 41 +++++++++++++++++----------------------=0A= > framework/etgen.py | 52 ++++++++++++++++++++++++++++----------------= ------=0A= > framework/test_case.py | 26 +++++++++++++++++++------=0A= > framework/tester.py | 14 ++++++++++----=0A= > tests/TestSuite_pmd.py | 17 -----------------=0A= > 8 files changed, 95 insertions(+), 92 deletions(-)=0A= >=0A= Acked-by: Michael Qiu =0A=