From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 63E2FFB06 for ; Thu, 19 Jan 2017 02:36:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 18 Jan 2017 17:36:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,251,1477983600"; d="scan'208";a="810605594" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2017 17:36:21 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 18 Jan 2017 17:36:21 -0800 Received: from bgsmsx151.gar.corp.intel.com (10.224.48.42) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 18 Jan 2017 17:36:21 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.43]) by BGSMSX151.gar.corp.intel.com ([169.254.3.235]) with mapi id 14.03.0248.002; Thu, 19 Jan 2017 07:06:18 +0530 From: "Yang, Zhiyong" To: Thomas Monjalon CC: "Richardson, Bruce" , "Ananyev, Konstantin" , "yuanhan.liu@linux.intel.com" , "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test Thread-Index: AQHScP5L8DuI0WrQd0GJ+TBXopfp1KE9eEQQgAAGc4CAAYfj4A== Date: Thu, 19 Jan 2017 01:36:18 +0000 Message-ID: References: <1480926387-63838-2-git-send-email-zhiyong.yang@intel.com> <2941830.sLC5GUQ46q@xps13> <8216362.41efYSZBOp@xps13> In-Reply-To: <8216362.41efYSZBOp@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmU1NGNiOTQtNDczYS00N2EyLTk0NmUtNTExOTRjNGNjNjMzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik91N3hYVnp0dEJjam4zMnVGelFoek13SXNnS2pxeGoyZVdpcG5zZmo0XC9vPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 01:36:23 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, January 18, 2017 3:43 PM > To: Yang, Zhiyong > Cc: Richardson, Bruce ; Ananyev, Konstantin > ; yuanhan.liu@linux.intel.com; De Lara > Guarch, Pablo ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset > and related test >=20 > 2017-01-18 02:42, Yang, Zhiyong: > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > The functional autotest is not integrated in the basic test suite. > > > > I can run command line "memset_autotest", It seems that I leave > something out. >=20 > Please check app/test/autotest_data.py Thanks, Thomas.