From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 599C9A04BA; Mon, 5 Oct 2020 09:58:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D967D34F3; Mon, 5 Oct 2020 09:58:16 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 713A33256 for ; Mon, 5 Oct 2020 09:58:15 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 1E13C5C012C; Mon, 5 Oct 2020 03:58:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Mon, 05 Oct 2020 03:58:14 -0400 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=fm2; bh= p3bk2182sbFqw46cmApNClts63RGvnbZV6XjUQi8D8s=; b=YUtyBGuhuwF1RYj6 X+DMA61lZ2xhvUufnl0O77XQvyacv1KFwEq9TZY7ZgpZdekeYOlcMzpp6iaPYQPu IHNe/ngDq16taqjSJ9VPdOS4fBO+rwZU2pLdHawtdRySaCFdZouUJvLenJufoFM7 Nj9FooyIMzmrn14fzMW1qStL3DwSlm/x7lv1+M9dEOxKpud4kLPuDJRFwJhYoorD MmBLzEszxN8OwBNYJxGrFcTJwIfleD6i8gvUX7UlL1WxUtjFh36Rq4qHXyxMktk0 mDSAW9YZbg/JpCcvMohgf7sIvncBvvaXWt3+t4LRivuaKAWufo1WAwRP5N8MjEUs pm63RQ== 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=p3bk2182sbFqw46cmApNClts63RGvnbZV6XjUQi8D 8s=; b=gTnU96WIN2EIMOxReo25Rwlg+4VGIQywTbbRltG3qVTpEiLluam8/e4i1 L3d19nEesSuWI6hFmCcjQzDHC3SS0evHCQVz7vp2abhZeUrKoE3tflEbjLOdb5No 1PMKJPLAxDp5BnhFniZwz+lJs+BlSN0De4W/hBR+6cY6A5bCCJmkLGWiDRdTTjWj cnyJ4TxAYjPYY236IdTYC5IDyiuGMknq894upH7lT3DsAk+OiihuC+8Ttfx9GQmP 0mP/AY728fGA774WpBXWO6Py9c0T2ReYz0BSCjnPEcO/OXHGcpls5Jd1jXEu+YqM EIWT6UbeKEaArMUdXOpj58GkI7lxQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrgedugdduvdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 55BFA3064680; Mon, 5 Oct 2020 03:58:12 -0400 (EDT) From: Thomas Monjalon To: Tal Shnaiderman Cc: dev@dpdk.org, pallavi.kadam@intel.com, dmitry.kozliuk@gmail.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, olivier.matz@6wind.com, arybchenko@solarflare.com, Ranjit Menon Date: Mon, 05 Oct 2020 09:58:11 +0200 Message-ID: <7521670.Pm77996YWM@thomas> In-Reply-To: References: <20200916104204.10432-1-talshn@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] mempool/ring: build on Windows 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/09/2020 23:09, Ranjit Menon: > On 9/16/2020 3:42 AM, Tal Shnaiderman wrote: > > Build the ring mempool handler for Windows OS. > > > > Signed-off-by: Tal Shnaiderman > > Acked-by: Ranjit Menon