From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1FBA63237 for ; Tue, 26 Feb 2019 16:29:20 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9035F220AA; Tue, 26 Feb 2019 10:29:19 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 26 Feb 2019 10:29:19 -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=mesmtp; bh=50N6nhE6ZHrd8yO8NC8wUbg9h1SmFrDFBL7sPkFsEBg=; b=iZb27Joalgbv E6vVVnPqpY+IT5X1JDyu7NmyBH4Tx8aVnJ1low0VmtjREz9zRrI0Ge3H6E1oshK0 bTPJTIahxESkb2duNokL/E6uPXLe9Uv2rpn1nDHl4/jrnpNdL3kuUlR9whsurdkb 0CbWpdc+6QECttjQ1LqxXIXKiyt2wjE= 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=50N6nhE6ZHrd8yO8NC8wUbg9h1SmFrDFBL7sPkFsE Bg=; b=Ko7CZg9bSVRq7B91Xmka6++ydMaDhtM5wx6+17KWDTcjs5rwpNLbQFYPy hu69w8bk9zJD+eXZCKvR5d1E6139ahhxapWUu4DrXJhFdHpSx82ln3t/JNh4CTRR 26GnEqBoxRMIOT2NcuKklcphXXSL1pE9D846YTE8QqqDWdpFdi7XGPNDTDTzdZKq cIWt1h37OPA8PrDNsA3Kg5kMjozGNyC5202dXDGbFE+MF64af+nngd85+Pj8PFUS jUAgsIDaWSsJtiis3eKHEdLmdHK5efeMqtbhHFkfBr0ZYbf0PYuZhyzvD8kOwVbL KxHUIppdBoaI3QIICLgqOE+xbr/ew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrudelgdejlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 82968E4240; Tue, 26 Feb 2019 10:29:18 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Tue, 26 Feb 2019 16:29:16 +0100 Message-ID: <2129010.bn8gvtJg9l@xps> In-Reply-To: <20190225152304.62607-1-bruce.richardson@intel.com> References: <20190225152304.62607-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] small fixes for FreeBSD builds 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: , X-List-Received-Date: Tue, 26 Feb 2019 15:29:20 -0000 25/02/2019 16:23, Bruce Richardson: > Set of three one-line fixes to improve the FreeBSD builds, particularly with > -Dexamples=all set for meson builds. > > Bruce Richardson (3): > test/compress: fix missing header include > examples/ip_pipeline: disable build when no epoll > examples/vhost_crypto: fix dependency on vhost library Applied, thanks