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 ED30EA04B5; Tue, 12 Jan 2021 00:17:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79DE4140D12; Tue, 12 Jan 2021 00:17:11 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 1CC7B140D0A for ; Tue, 12 Jan 2021 00:17:10 +0100 (CET) Received: from linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net (linux.microsoft.com [13.77.154.182]) by linux.microsoft.com (Postfix) with ESMTPSA id 4E25420B6C40; Mon, 11 Jan 2021 15:17:09 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4E25420B6C40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1610407029; bh=HHt7QXqBfkJApiE14ALm4tkB/901tTy9vu8Sl2aUirM=; h=From:To:Cc:Subject:Date:From; b=e41M10Z1cUR3iOh0Br1KqJ0/auGey9UVo1xjOPXYXnMJYkPupG0zuWKvsM7XC7GMX usfXA/IgbmMnchV0YLxDJe9fXP7AJczfw5MjghX87eqo5fKJUehcp0cGDugPQiW1li Xw2wk7JWNigKdqCv9nr+K5pR27GcIThoAUMbjI2A= From: Tyler Retzlaff To: dev@dpdk.org Cc: thomas@monjalon.net, dmitry.kozliuk@gmail.com Date: Mon, 11 Jan 2021 15:16:35 -0800 Message-Id: <1610406996-26992-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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" v2 of the patch corrects the following feedback. * reduce subject line length, take that recommended by Dmitry Kozlyuk * mirror export function order in .def to that of .map * add export of rte_reciprocal_value thanks