From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id CBC701B320 for ; Mon, 5 Feb 2018 07:51:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Feb 2018 22:51:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,463,1511856000"; d="scan'208";a="15878363" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by orsmga006.jf.intel.com with ESMTP; 04 Feb 2018 22:51:49 -0800 Message-ID: <5A786D65.1060307@intel.com> Date: Mon, 05 Feb 2018 22:42:45 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: wang fei , dts@dpdk.org References: <1517817535-23964-1-git-send-email-feix.y.wang@intel.com> <1517817535-23964-3-git-send-email-feix.y.wang@intel.com> In-Reply-To: <1517817535-23964-3-git-send-email-feix.y.wang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [DTS][PATCH v4 1/3] tests/TestSuite_nic_single_core_perf.py: add a new test suite for performance 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: Mon, 05 Feb 2018 06:51:53 -0000 Thanks Fei, applied into next branch. On 02/05/2018 03:58 PM, wang fei wrote: > For next branch: conducts single core performace test for NICs: > "niantic"(4 ports required),"fortville_25g"(2 ports required), > the traffic generator is TREX, and there is a flag to determine > if save the test result as a separate file or not. > > > Signed-off-by: wang fei > ---