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 AD108A04B5; Tue, 12 Jan 2021 17:08:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6935D140E51; Tue, 12 Jan 2021 17:08:23 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 3D652140E47 for ; Tue, 12 Jan 2021 17:08:22 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 8F30320B6C40; Tue, 12 Jan 2021 08:08:21 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 8F30320B6C40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1610467701; bh=zrhDrtzq5Ufx4mSiyM8ah9vYx5f5uuOkBudrfq9EETI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RbJPxyBwrlnzN3j6B/5Dev2To8H2gr+3sSG2XCUMaV+GO0Jm9ZNTiilREqwTXu0yy taf4EXnnZTFn6olvYU5+fe/kFodGEHJ73C/L/Y64pkvUBJ+maF+IekWL0aIgFhPEkm NFkLmRCbWP3nsftxd1zBFVXz+ubmO1YKIqOtWJBc= Date: Tue, 12 Jan 2021 08:08:21 -0800 From: Tyler Retzlaff To: David Marchand Cc: dev Message-ID: <20210112160821.GA9534@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1610390183-22709-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH] build rte_reciprocal.c on windows and export rte_reciprocal_value_u64 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" hi, On Tue, Jan 12, 2021 at 09:17:40AM +0100, David Marchand wrote: > > Dmitry made the same comments on another (unthreaded) version of this > patch, so we are good. apologies for this, I fat fingered the submission of v2 of the patch and split the thread unintentionally. readers should regard this thread as dead. > > -- > David Marchand