From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <zhiyong.yang@intel.com> Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 63E2FFB06 for <dev@dpdk.org>; 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" <zhiyong.yang@intel.com> To: Thomas Monjalon <thomas.monjalon@6wind.com> CC: "Richardson, Bruce" <bruce.richardson@intel.com>, "Ananyev, Konstantin" <konstantin.ananyev@intel.com>, "yuanhan.liu@linux.intel.com" <yuanhan.liu@linux.intel.com>, "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>, "dev@dpdk.org" <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: <E182254E98A5DA4EB1E657AC7CB9BD2A3EB6C668@BGSMSX101.gar.corp.intel.com> References: <1480926387-63838-2-git-send-email-zhiyong.yang@intel.com> <2941830.sLC5GUQ46q@xps13> <E182254E98A5DA4EB1E657AC7CB9BD2A3EB6C1E8@BGSMSX101.gar.corp.intel.com> <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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <zhiyong.yang@intel.com> > Cc: Richardson, Bruce <bruce.richardson@intel.com>; Ananyev, Konstantin > <konstantin.ananyev@intel.com>; yuanhan.liu@linux.intel.com; De Lara > Guarch, Pablo <pablo.de.lara.guarch@intel.com>; 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.