From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 69E82A0A04; Fri, 15 Jan 2021 14:56:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D65DB1410D8; Fri, 15 Jan 2021 14:56:09 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id 3B84E1410D7 for ; Fri, 15 Jan 2021 14:56:08 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id ABDAB5C01BC; Fri, 15 Jan 2021 08:56:07 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Fri, 15 Jan 2021 08:56:07 -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=fm3; bh= DKTR6Rp/r6oCPRomY87oWUB8won/UHU54oguGcXcmYA=; b=VULt9T+LroAl3aEd /Hv0je+YAutQz2v/lOBOhk0UmMRVWEPsV+n7TF7U2c2nFwIlxr+2NkeIgn48OFAx 9JSOYn9KIm3iWQMqVgggdsH9AfGK2DG+d+2WvM6zxkw3FX0vTHiNb6/v9mzTrTnf rshTxhITKf9seVb/hUqbAPdy7r0PZnSReO/Ov61gnkfB4vB4v8Uc1MX+AwY3iYor n47VCdejCUI4J/98zHHQGfBUWQ8ArZmFGJLC7ktC1qhwhFmH7iJUbFNHCAkX1jd5 M9KQjTHQ3ddarr9A/i3W7ys5iCH8M3LPtdVGDPcJDJluivvKE+2FAKhFZ0RXK9jq azKeng== 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=DKTR6Rp/r6oCPRomY87oWUB8won/UHU54oguGcXcm YA=; b=ktJQvX7fIcjFEdozeSGav5kdYD6J7V2zyPEtCp8ZcZawXKrNU95+i+mdo f3aXNvnX1HA7+785ojkZICJatftloT9pnfr3pb3AOzWDL+LffBqCPy72izbQBZh7 Cu5tzpA6IvEimmzqDhJRDTbCrHp3SDa5vIn4MVB3KsMj+tJ+NBuTGzlQZO1nWBc9 TAQO2chm/L8krB+ysWjMBB4TUQwNP9MRntsbN2aL6MOx63IXZtD4dUJSt5PrqXfK T6AgAjdZkZoaF0z+P3O/Q48BscU0xAvOcp/iDnjdRgimAUCiC7lwYSLlk2WAg/4H NirHZ3tPxwPe2pNmuRkSTn6Zs3//w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrtddvgdefgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecuggftrfgrthhtvghrnhepudeggfdvfeduffdtfeegle fghfeukefgfffhueejtdetuedtjeeuieeivdffgeehnecukfhppeejjedrudefgedrvddt fedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 0641A240064; Fri, 15 Jan 2021 08:56:06 -0500 (EST) From: Thomas Monjalon To: Tyler Retzlaff Cc: dev@dpdk.org, Dmitry Kozlyuk Date: Fri, 15 Jan 2021 14:56:05 +0100 Message-ID: <1732968.i5MtU7iz8o@thomas> In-Reply-To: <20210112024948.76816608@sovereign> References: <1610406996-26992-1-git-send-email-roretzla@linux.microsoft.com> <1610406996-26992-2-git-send-email-roretzla@linux.microsoft.com> <20210112024948.76816608@sovereign> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] eal/windows: build rte_reciprocal functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 12/01/2021 00:49, Dmitry Kozlyuk: > On Mon, 11 Jan 2021 15:16:36 -0800, Tyler Retzlaff wrote: > > From: Tyler Retzlaff > > > > build rte_reciprocal.c and export the following functions on windows > > * rte_reciprocal_value > > * rte_reciprocal_value_u64 > > > > Signed-off-by: Tyler Retzlaff > > --- > > FYI, this is the place you could put description of changes in v2 for > single-item patch sets. > > Acked-by: Dmitry Kozlyuk Applied, thanks