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: Wed, 19 Dec 2018 22:20:08 +0100 Message-ID: <1939756.e9X1pBQo5z@xps> References: <1440017166-1695-1-git-send-email-rkerur@gmail.com> 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 37D631B58E for ; Wed, 19 Dec 2018 22:20:12 +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" 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.