From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9022A0588; Tue, 21 Apr 2020 11:18:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B17451D917; Tue, 21 Apr 2020 11:18:23 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1B3F11C21E for ; Tue, 21 Apr 2020 11:18:23 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id AFE5D5C01AE; Tue, 21 Apr 2020 05:18:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Tue, 21 Apr 2020 05:18:21 -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= NWXxtn4SRTAXS8Ku7yUh6IWSoTA16lpnz9Z7ZgWKL8U=; b=x9uA7DEOkiKwkJJs fuhxlirJ6lMA7uFO6z2qTwvvJRnqO2G8FVbQDIUNAuiq5V/EV/o4v/8nmqvHebpI FtjmzA+keusXxj16NgP/GdErlHctUlR6wSOzjlxa/0Zu4wvbLDaceF2C+JYdF5Bc U1T+I3xmWOGKB0EL6vLQhBLikV5jMgoL0hdgbCT1mpIjSy7bbTDzOFOp5gnetqse ULB05ki+i68vpQie58ZsMDcA2cfLM78WC9DE9QytoFV4PZTbsfZSXLJ+v5RtOMGV l+HpSu5xmo7/rs10ZhTmEZ3YCHgVZXYSHPmPyLqPlXD+0hoeV7Ncm61dKesYLM0z pYA26g== 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=NWXxtn4SRTAXS8Ku7yUh6IWSoTA16lpnz9Z7ZgWKL 8U=; b=drBuRtXciqXnYSnBgMmdtipsd3g/vKu2SB8SAHW8whZFqC9940xzvFdIQ V5S/gNQRpLbfOotvjDG9vCYFOkOxYl/ra1rXTbpxuT0vzBey9ayVYpIEbnQUp9yz uDDkeIGdU3dDyWHjvBj1fdGspu6x9XgAA4wSDebNgTeem/PJFtIuloqJQx2obVw0 szvucxrVUFsy0N6xXzFsaQnGC84rXg9HbihJ1UZ9368Rya61lHRTXIX4fLkDdGbF 4W7dzP11iQ1AvSO41/bj2r1BnHhNMhOKi0CE6quGucHMwn8iaXiysy7yVHjiOdIG lGUwNYx40HEDfZQQJa4FDkYkh91rw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrgeehgdduhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 F35063280059; Tue, 21 Apr 2020 05:18:20 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Bruce Richardson , David Marchand Date: Tue, 21 Apr 2020 11:18:19 +0200 Message-ID: <7087990.EvYhyI6sBW@thomas> In-Reply-To: References: <20200418131942.1388633-1-thomas@monjalon.net> <20200421003056.2438-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] devtools: reduce examples in static 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/04/2020 08:59, David Marchand: > On Tue, Apr 21, 2020 at 2:31 AM Thomas Monjalon wrote: > > > > Static builds can take a lot of space, so reduce the number of examples > > built when testing those static builds. > > > > As makefile-based build is close to end of life, completely skip examples > > in case of static linkage with make. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: David Marchand Applied