From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] Move common functions in eal_thread.c Date: Fri, 11 Jan 2019 18:51:10 +0100 Message-ID: <1797945.GNxpuUnKD1@xps> References: <1440017166-1695-1-git-send-email-rkerur@gmail.com> <1939756.e9X1pBQo5z@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ravi Kerur , dpdk-dev , Harini Ramakrishnan To: Ferruh Yigit Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8265A1B9F9 for ; Fri, 11 Jan 2019 18:51:14 +0100 (CET) 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" 11/01/2019 16:22, Ferruh Yigit: > 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? Yes, good idea. We could find some volunteers for such tasks. If you create the bug, please reference the work already done by Ravi. Thanks