From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: remove useless internal function from memcpy headers Date: Wed, 27 Apr 2016 17:41:19 +0200 Message-ID: <5617264.g6Pj03v0i7@xps13> References: <1461098825-21640-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 920D42949 for ; Wed, 27 Apr 2016 17:41:21 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id n129so33343506wmn.1 for ; Wed, 27 Apr 2016 08:41:21 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-20 11:07, David Marchand: > On Tue, Apr 19, 2016 at 10:47 PM, Thomas Monjalon > wrote: > > The function rte_memcpy_func() is used in ARM and PPC implementations > > of rte_memcpy(). > > There are some useless copies in Tile and some ARM branches. > > It was also declared without doxygen comment in the generic header. > > > > Signed-off-by: Thomas Monjalon > > Looks good to me. > Acked-by: David Marchand Applied