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 53B009AD7 for ; Fri, 13 Feb 2015 01:44:49 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 12 Feb 2015 16:44:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,567,1418112000"; d="scan'208";a="665719444" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by fmsmga001.fm.intel.com with ESMTP; 12 Feb 2015 16:44:46 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 13 Feb 2015 08:44:45 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.197]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.161]) with mapi id 14.03.0195.001; Fri, 13 Feb 2015 08:44:39 +0800 From: "Liu, Yong" To: "Qiu, Michael" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH 0/5] Support IXIA performance validation on one platform Thread-Index: AQHQRqOJs2E52llQV0uJGWloiODkBZztvwWA Date: Fri, 13 Feb 2015 00:44:38 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10D7B949@SHSMSX103.ccr.corp.intel.com> References: <1423728550-14792-1-git-send-email-yong.liu@intel.com> <533710CFB86FA344BFBF2D6802E60286CE88CF@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <533710CFB86FA344BFBF2D6802E60286CE88CF@SHSMSX101.ccr.corp.intel.com> Accept-Language: zh-CN, 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: Fri, 13 Feb 2015 00:44:49 -0000 Sure, I'll add comments for these patches. > -----Original Message----- > From: Qiu, Michael > Sent: Thursday, February 12, 2015 5:09 PM > To: Liu, Yong; dts@dpdk.org > Subject: Re: [dts] [PATCH 0/5] Support IXIA performance validation on one > platform >=20 > Could you please add some commit log for each patch? >=20 > commit log could help me to understand the patch especially the code. >=20 > Thanks, > Michael >=20 > On 2/12/2015 4:09 PM, Yong Liu wrote: > > 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 nic= s > 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(-) > >