From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=XLAOtwXlOhvVUbU7y2LEa7bP+hVW9OEpzz9V51xsroo=; b=YI6Hm1YkW2IyTgIz4ONRZ/0faxzcp8QWuPp4uelRdXlbmvyvU6HdpYDJMjyIasXq/r RsjMxw8dMnkSteONRrpzXjtNgaC8Mbii6z90BHdxtHZ8crq2LJP2Qt9k/0O6qOZPiGjV Ne+kSWaxPGHmsG8YpjqF5UfPU/DbiTSJim8/N1Y8jY6smHbe19B44ZqyQcxG1ze5FgnP Zl/PAMUVK7qcDMUppHi3zw9Vcn8kVIpXii5ZQ4NlBD7IslFUrbbxx0HcVUvdAh4g3jTQ lpaM822o2ISaMQwTrXcmA22aLcg5qQ9EkRhTUtIekaB+PXZa5JWVgAUvEMY7I96UNcfo 1UGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=XLAOtwXlOhvVUbU7y2LEa7bP+hVW9OEpzz9V51xsroo=; b=mRbjLylZ1JYuKWXZTUHnYLmFHGs4I2W7Gh2ufMlLPm8YasrW2K3SSitcKj19xW4Syw LBFYnWbYtb1vmJT4ho69aeTigyH1H28lBVFRZwjesg3w1npXtqfz9h9xgYIpctHqx+3k x+n5wf2PyCogHSnNB+dweK9a0nz+drXw4iae8cpeHqSP2RmK/rOuKwr8KVZ3NJV5/b0s VLN+uUH91vwNGPCQaET7sMWbKpEOvZuXMIz7c1+KKph7sotDBOWghs6GgNPj/05OGrVZ CM0MKsAidPPkKU6/7tNprxI4m6EGGE5kfkdn7sLZ/jAUgNIgLBsK4m9TrNC7P34CIRDM qgtQ== X-Gm-Message-State: AKaTC03wB6XRe3OZKuBAxV+v0TmKTjMjef8ZtDNz5W/TpMWsNz7/BcLTCVE9ig4yvadTicqr X-Received: by 10.28.157.137 with SMTP id g131mr2563853wme.29.1481209781302; Thu, 08 Dec 2016 07:09:41 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q65sm15747674wmd.6.2016.12.08.07.09.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Dec 2016 07:09:40 -0800 (PST) From: Thomas Monjalon To: "Yang, Zhiyong" Cc: dev@dpdk.org, yuanhan.liu@linux.intel.com, "Richardson, Bruce" , "Ananyev, Konstantin" , "De Lara Guarch, Pablo" Date: Thu, 08 Dec 2016 16:09:39 +0100 Message-ID: <2141223.ggdlk6O12s@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1480926387-63838-1-git-send-email-zhiyong.yang@intel.com> <7223515.9TZuZb6buy@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Thu, 08 Dec 2016 15:09:42 -0000 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.