From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp02.in.ibm.com (e28smtp02.in.ibm.com [125.16.236.2]) by dpdk.org (Postfix) with ESMTP id A713C2B95 for ; Thu, 10 Mar 2016 10:29:02 +0100 (CET) Received: from localhost by e28smtp02.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Mar 2016 14:59:01 +0530 Received: from d28relay03.in.ibm.com (9.184.220.60) by e28smtp02.in.ibm.com (192.168.1.132) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 10 Mar 2016 14:58:58 +0530 X-IBM-Helo: d28relay03.in.ibm.com X-IBM-MailFrom: gowrishankar.m@linux.vnet.ibm.com X-IBM-RcptTo: dts@dpdk.org Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u2A9SvaM56426734 for ; Thu, 10 Mar 2016 14:58:57 +0530 Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u2A9Stkh010931 for ; Thu, 10 Mar 2016 14:58:55 +0530 Received: from [9.124.124.138] (chozha.in.ibm.com [9.124.124.138] (may be forged)) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u2A9Stw4010906; Thu, 10 Mar 2016 14:58:55 +0530 Message-ID: <56E13E57.7000701@linux.vnet.ibm.com> Date: Thu, 10 Mar 2016 14:58:55 +0530 From: gowrishankar User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Liu, Yong" References: <1457431607-31596-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <86228AFD5BCD8E4EBFD2B90117B5E81E14505AD1@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E14505AD1@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable x-cbid: 16031009-0005-0000-0000-00000AFD6708 Cc: dts 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: Thu, 10 Mar 2016 09:29:03 -0000 On Wednesday 09 March 2016 10:04 AM, Liu, Yong wrote: > Thanks, Gowrishankar. Your patches have been merged into next branch. There'll be some basic validations on it before merged back to master. Thank you Yong. As far as yocto specific need on lscpu, either their os image itself need to include concerned util package or we need to fallback to /proc/cpuinfo parsing only for yocto in run time. If latter option is considered, Is huilongx planning to add patch on top of next ?. Regards, Gowrishankar > >> -----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 >> >> Following are set of patches addressing below: >> >> 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. >> >> 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. >> >> >> Thanks, >> Gowrishankar >