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 427DA5A9A for ; Thu, 12 Feb 2015 10:09:19 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 12 Feb 2015 01:09:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,564,1418112000"; d="scan'208";a="684666627" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2015 01:09:17 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 12 Feb 2015 17:09:00 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.192]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.46]) with mapi id 14.03.0195.001; Thu, 12 Feb 2015 17:08:59 +0800 From: "Qiu, Michael" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 0/5] Support IXIA performance validation on one platform Thread-Index: AQHQRps+YGfKV3s23EWoX+nWwvVyOw== Date: Thu, 12 Feb 2015 09:08:58 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E60286CE88CF@SHSMSX101.ccr.corp.intel.com> References: <1423728550-14792-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 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 09:09:19 -0000 Could you please add some commit log for each patch?=0A= =0A= commit log could help me to understand the patch especially the code.=0A= =0A= Thanks,=0A= Michael=0A= =0A= On 2/12/2015 4:09 PM, 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= >=0A= > Removed useless multiple nic types, DTS will support different type 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= =0A=