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 3A9AB1E34 for ; Sun, 24 Feb 2019 23:24:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2369621EA7; Sun, 24 Feb 2019 17:24:44 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 24 Feb 2019 17:24:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=bKktH8sRm/aHBhJxWe7yAsdd25fwYBeYjQakNAn2X7k=; b=XBVWoGRqxyZe OvJSTBdVcwoZaINDtWrFiH54B7cp9Th5+bDcRxZWCqcKMWpyd5P0FwIanDUvLoN7 GpHi5UfILTC05E+cf0nDsvK+WgJKrZ3Xnm4B21rcYM0R0u5GYVt5lPmio4v4wA7/ EaJX08Vri9tvuJJfgy6kPBzIy/kjvBk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=bKktH8sRm/aHBhJxWe7yAsdd25fwYBeYjQakNAn2X 7k=; b=0POb4ihuFaSpn4hUPeWGITinc+z7rT/ckVV9i7E3ig5um1tRcd523fsAn Y4uJ4YA/KqH116nTr3VS43hQ7svAcY1TQeDbch5wwLebPQNxF8rYE132t/ubqnU4 z6yP9SlNBl+KqOzLGve9UoNz3ykGz0CGwYkCUFFg4VepiWxeujRl2yePYgN6dxnA m3HZ1/phigcAbA1Of+xspgPc68f9LQj5BzkSkyeptgXr9hT+ETtS5P3meYIaQ7Qb DW/opxoBgx9jM/jFKuEoTZXvOsb2KlS/vvLQhuvfCabhLojJtd/PuWaxm19KxYtV ClmuGev06umXFYgnWb/oA/7t88qKw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrudeggdduiedtucdltddurdegtdelrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhht necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtuf ertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghs sehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenuc frrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthen ucevlhhushhtvghrufhiiigvpedt 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 4800110328 for ; Sun, 24 Feb 2019 17:24:43 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 24 Feb 2019 23:24:39 +0100 Message-ID: <1740013.0fTh418XpM@xps> In-Reply-To: <20190212230507.11793-1-thomas@monjalon.net> References: <20190212230507.11793-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/4] fix test of some build options 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: Sun, 24 Feb 2019 22:24:45 -0000 13/02/2019 00:05, Thomas Monjalon: > When using the "make" system which allows a huge number of > build combinations, some options were not tested with > the script test-build.sh. > > > Thomas Monjalon (4): > mk: fix build of shared library with libbsd > devtools: add libelf dependency to build test > devtools: test build of zlib PMD > devtools: fix test of some build options Applied