From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] eal/common: introduce rte_memset on IA platform Date: Thu, 08 Dec 2016 16:09:39 +0100 Message-ID: <2141223.ggdlk6O12s@xps13> References: <1480926387-63838-1-git-send-email-zhiyong.yang@intel.com> <7223515.9TZuZb6buy@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, yuanhan.liu@linux.intel.com, "Richardson, Bruce" , "Ananyev, Konstantin" , "De Lara Guarch, Pablo" To: "Yang, Zhiyong" Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id DC57237A8 for ; Thu, 8 Dec 2016 16:09:41 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id t79so30036139wmt.0 for ; Thu, 08 Dec 2016 07:09:41 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. So should we rename this file? rte_memset.h -> rte_memset_64.h You need also to create a file rte_memset.h for each arch.