From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] EAL: move rte_common_vect.h into arch/x86 Date: Wed, 18 Mar 2015 14:13:51 +0100 Message-ID: <12406601.aPV9NrFM6W@xps13> References: <1426676283-7779-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Konstantin Ananyev Return-path: In-Reply-To: <1426676283-7779-1-git-send-email-konstantin.ananyev-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Konstantin, 2015-03-18 10:58, Konstantin Ananyev: > lib/librte_eal/common/Makefile | 1 - > .../common/include/arch/x86/rte_common_vect.h | 128 +++++++++++++++++++++ > lib/librte_eal/common/include/rte_common_vect.h | 128 --------------------- I think rte_vect.h is a better name as common is not anymore relevant. Should we add an empty file in ppc_64 directory?