From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] Move common functions in eal_thread.c Date: Wed, 19 Dec 2018 21:09:24 +0000 Message-ID: References: <1440017166-1695-1-git-send-email-rkerur@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dpdk-dev , Thomas Monjalon To: Ravi Kerur Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A8DB51B58E for ; Wed, 19 Dec 2018 22:09:27 +0100 (CET) In-Reply-To: <1440017166-1695-1-git-send-email-rkerur@gmail.com> 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 8/19/2015 9:46 PM, rkerur at gmail.com (Ravi Kerur) wrote: > v2: > > Remove un-needed header file eal_private.h from freeBSD > eal_thread.c after code movement. > > v1: > Changes include > > Moving common functions in eal_thread.c in > linuxapp and bsdapp into common/eal_common_thread.c file. > > Rearrange eal_common_thread.c compilation in Makefile > for ABI. > > Compiled successfully for following targets > > x86_64-native-linuxapp-clang > > x86_64-native-linuxapp-gcc > > x86_x32-native-linuxapp-gcc > > i686-native-linuxapp-gcc > > x86_64-native-bsdapp-clang > > x86_64-native-bsdapp-gcc > > Tested on > > Ubuntu 14.04, testpmd functionality > > FreeBSD 10.1, testpmd functionality > > Signed-off-by: Ravi Kerur Hi Ravi, This patch is sitting on patchwork since 2015, I am updating it as rejected, if it is still relevant please let us know. Sorry for any inconvenience caused.