From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/3] run-time Linking support Date: Mon, 09 Oct 2017 19:40:38 +0200 Message-ID: <4485243.05o4XS1kn8@xps> References: <1507157911-8702-1-git-send-email-xiaoyun.li@intel.com> <1507206794-79941-1-git-send-email-xiaoyun.li@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com, bruce.richardson@intel.com, wenzhuo.lu@intel.com, helin.zhang@intel.com To: Xiaoyun Li Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0E4041B219 for ; Mon, 9 Oct 2017 19:40:39 +0200 (CEST) In-Reply-To: <1507206794-79941-1-git-send-email-xiaoyun.li@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 05/10/2017 14:33, Xiaoyun Li: > create mode 100644 lib/librte_eal/common/include/arch/x86/rte_memcpy.c > create mode 100644 lib/librte_eal/common/include/arch/x86/rte_memcpy_avx2.c > create mode 100644 lib/librte_eal/common/include/arch/x86/rte_memcpy_avx512f.c > create mode 100644 lib/librte_eal/common/include/arch/x86/rte_memcpy_internal.h > create mode 100644 lib/librte_eal/common/include/arch/x86/rte_memcpy_sse.c Why are you adding some .c files in the include directory? I think it should be located in lib/librte_eal/common/arch/x86/