From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 345A33989 for ; Sun, 11 Dec 2016 13:04:05 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 11 Dec 2016 04:04:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,332,1477983600"; d="scan'208";a="201344179" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 11 Dec 2016 04:04:04 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 11 Dec 2016 04:04:04 -0800 Received: from bgsmsx103.gar.corp.intel.com (10.223.4.130) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 11 Dec 2016 04:04:04 -0800 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.222]) by BGSMSX103.gar.corp.intel.com ([10.223.4.130]) with mapi id 14.03.0248.002; Sun, 11 Dec 2016 17:34:02 +0530 From: "Yang, Zhiyong" To: Thomas Monjalon CC: "dev@dpdk.org" , "yuanhan.liu@linux.intel.com" , "Richardson, Bruce" , "Ananyev, Konstantin" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 1/4] eal/common: introduce rte_memset on IA platform Thread-Index: AQHSTHcq0cqfe4gXqkCtBCGLh5u1zaD0F6iAgAmXsfCAACW2gIAE3zPg Date: Sun, 11 Dec 2016 12:04:01 +0000 Message-ID: References: <1480926387-63838-1-git-send-email-zhiyong.yang@intel.com> <7223515.9TZuZb6buy@xps13> <2141223.ggdlk6O12s@xps13> In-Reply-To: <2141223.ggdlk6O12s@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTNiYWMxNjYtYjczMS00MmUxLWExMmQtNTgyMTI4MGZlMTlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InMrUktvY25Va0Y2VVNPM1RONFhpTjZlQTJ5REZHRlwvOWxjRDNIcCttY0lNPSJ9 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 1/4] eal/common: introduce rte_memset on IA platform 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: Sun, 11 Dec 2016 12:04:06 -0000 Hi, Thomas: > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, December 8, 2016 11:10 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; yuanhan.liu@linux.intel.com; Richardson, Bruce > ; Ananyev, Konstantin > ; De Lara Guarch, Pablo > > Subject: Re: [dpdk-dev] [PATCH 1/4] eal/common: introduce rte_memset on > IA platform >=20 > 2016-12-08 07:41, Yang, Zhiyong: > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > 2016-12-05 16:26, Zhiyong Yang: > > > > +#ifndef _RTE_MEMSET_X86_64_H_ > > > > > > Is this implementation specific to 64-bit? > > > > > > > Yes. >=20 > So should we rename this file? > rte_memset.h -> rte_memset_64.h >=20 > You need also to create a file rte_memset.h for each arch. Ok