From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] eal/x86: remove unused memcpy file Date: Mon, 12 Nov 2018 00:13:53 +0100 Message-ID: <14042887.bUzHa6xqD7@xps> References: <20181109134608.24524-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, xiaoyun.li@intel.com To: Ferruh Yigit Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/11/2018 18:35, Ferruh Yigit: > 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 Applied