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 CE3B0A0524; Wed, 21 Apr 2021 00:20:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A224540A4B; Wed, 21 Apr 2021 00:20:07 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id 4E9F0406FF for ; Wed, 21 Apr 2021 00:20:06 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 285B84D3D; Tue, 20 Apr 2021 18:20:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Tue, 20 Apr 2021 18:20:05 -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=fm1; bh= sQ7h9lQXrRAsL9J6/zNefOogD1xxyEGGOHSlRclthME=; b=J3GPn1ZK7G5MpJ43 ARNrD6L4m+A4E0s7h0jZlxMMRd0jz1zAiuabGos3kCSep13+iB/ELPmhiCQxav9O mDNxmRfhm1Fj5ouYFfMVjDnaQ08ACn2j2jjYC5bDgsaidFDTtuA8bvZmTMXd2h59 trz73ZmfaimDxthoCv4FyivNc/mbistmlZfEIYSRS1zCeImPh1WnjEQjWED9zhBD yv17AMEV61HB/zQLXrDVb0fSG6ITEjwVn0b6EY6C1oGkUuhuWOs+7RuPfDnC3Rs/ nDxHs5BpphYFElso1vcUJVoUuFm7XEZHOvTiDpppjNWbGvHudpKiV6i0S8W4y/Sa MB+bWA== 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=fm2; bh=sQ7h9lQXrRAsL9J6/zNefOogD1xxyEGGOHSlRclth ME=; b=nBxGUxB1ZQLJJ3dwqUm3nYGIX7oFZ+UuwPioUjs0fsKK8GRaayqNLseaW l5/PaLRryk/ipCg+MMGo7t7ZdrbxtZIFV5ksFF62tstPCoNYWVkRJbBsJmc7TNyj AvfwVUjg1MRb53Eo7GXlAsbFgGTGtJK8jdiatwyIVvXl40rMWSIIGgYnJBw4MAb1 OKAD566E7xKN9D7q1cqkgm+glm6WpLYiNdYfMWI+K4VIUs4A8toiRwd5dQeifb4j 7/b6cu9GdhR/Jro+loIt8Y6aaNbbKFFGl2j7LYtznLB7mFQA0X6z6PgqOVA2Uf1l FJGt6rIIxTHYOyue4SzgEM8u8OB+A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddtjedgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpeffvdffjeeuteelfeeile duudeugfetjeelveefkeejfeeigeehteffvdekfeegudenucffohhmrghinhepughpughk rdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhn rdhnvght 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 4515E24005E; Tue, 20 Apr 2021 18:20:04 -0400 (EDT) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org Date: Wed, 21 Apr 2021 00:20:01 +0200 Message-ID: <2873208.8DoL4XIl1F@thomas> In-Reply-To: <20210415221055.1575-1-dmitry.kozliuk@gmail.com> References: <20210324005008.24705-1-dmitry.kozliuk@gmail.com> <20210415221055.1575-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/3] net/pcap: build on Windows 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" > Dmitry Kozlyuk (3): > eal/windows: add timespec_get shim for MinGW > net/pcap: move OS-dependent code to separate files > net/pcap: build on Windows Compilation is failing on FreeBSD 11: http://mails.dpdk.org/archives/test-report/2021-April/188997.html implicit declaration of function 'timespec_get' is invalid in C99 use of undeclared identifier 'TIME_UTC' It should be fixed by including time.h I cannot reproduce the issue with FreeBSD 12.