From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] eal/x86: remove unused memcpy file Date: Fri, 9 Nov 2018 17:35:11 +0000 Message-ID: References: <20181109134608.24524-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org, xiaoyun.li@intel.com To: Thomas Monjalon , dev@dpdk.org Return-path: In-Reply-To: <20181109134608.24524-1-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/9/2018 1:46 PM, Thomas Monjalon wrote: > The use of rte_memcpy_ptr was removed in revert below, > but it was missing removing the file arch/x86/rte_memcpy.c. > > Fixes: d35cc1fe6a7a ("eal/x86: revert select optimized memcpy at run-time") > Cc: stable@dpdk.org > Cc: xiaoyun.li@intel.com > > Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit