From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 625152B9A for ; Wed, 9 Mar 2016 05:34:55 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 08 Mar 2016 20:34:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,559,1455004800"; d="scan'208";a="905632681" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 08 Mar 2016 20:34:54 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Mar 2016 20:34:53 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Mar 2016 20:34:53 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.132]) with mapi id 14.03.0248.002; Wed, 9 Mar 2016 12:34:46 +0800 From: "Liu, Yong" To: Gowrishankar , dts Thread-Topic: [dts] framework v2: hugepages, cpuinfo, connect x3 support and bug fixes Thread-Index: AQHReSJ+9ycvWZi+CUeC0VR68OdMOJ9Qh2cw Date: Wed, 9 Mar 2016 04:34:45 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E14505AD1@SHSMSX103.ccr.corp.intel.com> References: <1457431607-31596-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> In-Reply-To: <1457431607-31596-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDRhYjExZGMtZjA0YS00OTA5LTk3NGQtNGQyZDc4ZDE1OTBkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im5sMldDdmpmY09XaE1MaW1vWmVcL1lSOGs1T09NK0hvd1wvMzlBNUM3WTNBND0ifQ== x-ctpclassification: CTP_IC 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] framework v2: hugepages, cpuinfo, connect x3 support and bug fixes 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: Wed, 09 Mar 2016 04:34:55 -0000 Thanks, Gowrishankar. Your patches have been merged into next branch. There= 'll be some basic validations on it before merged back to master. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Gowrishankar > Sent: Tuesday, March 08, 2016 6:07 PM > To: dts > Subject: [dts] framework v2: hugepages, cpuinfo, connect x3 support and > bug fixes >=20 > Following are set of patches addressing below: >=20 > 1. hugepages setting and cpu info parsing for powerpc environment in a > platform > independent way. > 2. enable connect x3 support to run DTS. > 3. some bug fixes in framework as well as tests handling numa, cpu > coremask > and expected output. >=20 > Changes from version 1: > - interface name for second port sharing same PCI id is stored in > variable 'intf2' > instead 'peer' as earlier, also relavant function names. > - check interface name and mac retrieved from DUT scan. >=20 >=20 > Thanks, > Gowrishankar