From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CD02223666; Fri, 11 Jan 2019 12:51:13 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 11 Jan 2019 12:51:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=8igFCZEz6rYGyFlMOTSlgcYxgb1j7c2o3UL2BH/0oQ8=; b=o7ObCWR069al x2/7rVXda8p4GHppmRZelSSS5G+ziUXnnGgneTBX2Shwz0iK8BBSuteN+F7d8n7r boDawXfTyVXb4UOkzVXSpXkC9kPb3PX3NXSQ3T2ZUY9kfzJYNetjn7AiofZQO3Tv 1hV8uUuzSzITDXYmiZTAKIlTuVhqSPU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=8igFCZEz6rYGyFlMOTSlgcYxgb1j7c2o3UL2BH/0o Q8=; b=yUda6WXxD6HLtvEJXHHoHm5aSUH7mYG+UngACGcwioo7iO9i4NhKH6E7K bt6ClNShBAiZ2LEZomEAb4u6ZVPYlcVYlSNRGtRrqd9U/bCh05oVsnckEHyzWSIr a7lxKQknJhbF1egKCo1o9PfakDlkCvk2hebVxbWj0YBK2NL5QsXKeVbCfH3t2GmZ BkBhhmGoDVPNrb+WI5Ma4J4saz//uK9J8ZnYcSA4RtaDEJ62YgPjOf850di7FpIw bT4TDgrGjlWqU/F7uJfz2t7jicLc/9mIAOpKRmabvcEd418rSkzP3F46u2atgYFj Je0vN9IoF+jPLkLFbE1i9f0zMDpfg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrfeehgddutdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5C46E100B8; Fri, 11 Jan 2019 12:51:12 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: Ravi Kerur , dpdk-dev , Harini Ramakrishnan Date: Fri, 11 Jan 2019 18:51:10 +0100 Message-ID: <1797945.GNxpuUnKD1@xps> In-Reply-To: References: <1440017166-1695-1-git-send-email-rkerur@gmail.com> <1939756.e9X1pBQo5z@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] Move common functions in eal_thread.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2019 17:51:14 -0000 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