From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id CED265683 for ; Wed, 18 Mar 2015 14:14:27 +0100 (CET) Received: by wibg7 with SMTP id g7so63747666wib.1 for ; Wed, 18 Mar 2015 06:14:27 -0700 (PDT) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=A1sd9aO0m/dfDg9x8bxSiOgU3n44YEFklAckvbFqbZk=; b=XwJzB1YqKnI0pQWHJY7A+8dJr9mwiQiuKVKkZ6TwQbI1uBt1PcQIgWarRekaxqp5gO cf4ZVJzWOAAHC5b0NSTe+LQioxx9UzZR9K+WSbvQxaN++grqOSsjLnQQWqbz4Rh8wMOG SzDKKk13EyGhQBLYFky3tS4f8u2EBirSZNiGcfV2sKxH8Gy2P9qOCq95gPsqhpT5KtUp TEK9YgXMM5nEFlj/qGY8Z7bT0JWP2FbOnHi/jc5g+JhS4sLsEoQtKteYuWvK8zFTfPN9 c9bJVpZJzmBiTVDSlot1N94r3Jl1uJuZ1GuWav/ozviT6pk8KJmArYP3dsXTWa6B6hIj D1ew== X-Gm-Message-State: ALoCoQnv7Uuj9achSMnV4icGt7uFbK3oh/5wzVXyRLPOVjPylyFrcH36wPujZwl9WvC8nlTcdykQ X-Received: by 10.194.47.201 with SMTP id f9mr139377360wjn.17.1426684467695; Wed, 18 Mar 2015 06:14:27 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k6sm3170013wia.6.2015.03.18.06.14.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Mar 2015 06:14:26 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Wed, 18 Mar 2015 14:13:51 +0100 Message-ID: <12406601.aPV9NrFM6W@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1426676283-7779-1-git-send-email-konstantin.ananyev@intel.com> References: <1426676283-7779-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] EAL: move rte_common_vect.h into arch/x86 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2015 13:14:28 -0000 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?