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: Fri, 11 Jan 2019 15:22:33 +0000 Message-ID: References: <1440017166-1695-1-git-send-email-rkerur@gmail.com> <1939756.e9X1pBQo5z@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Ravi Kerur , dpdk-dev , Harini Ramakrishnan To: Thomas Monjalon Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 534091B9A1 for ; Fri, 11 Jan 2019 16:22:36 +0100 (CET) In-Reply-To: <1939756.e9X1pBQo5z@xps> 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 12/19/2018 9:20 PM, Thomas Monjalon wrote: > 19/12/2018 22:09, Ferruh Yigit: >> This patch is sitting on patchwork since 2015, I am updating it as rejected, if >> it is still relevant please let us know. > > Most of the functions in lib/librte_eal/bsdapp/eal/eal_thread.c > and lib/librte_eal/linuxapp/eal/eal_thread.c are the same. > We must merge them before creating a third identical version for Windows. How to manage this? Should we create a Bugzilla defect for it?