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 30503A0487 for ; Fri, 5 Jul 2019 10:48:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 180B91B9A8; Fri, 5 Jul 2019 10:48:55 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 331971B9A8; Fri, 5 Jul 2019 10:48:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BDE6C200CF; Fri, 5 Jul 2019 04:48:53 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 04:48:53 -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=mesmtp; bh=TOkizloqDh5aBzrSzMIsSWhKttZnonGlC8a7YL57QCw=; b=Zofr1Jdun7pv mIBEJPAj5tm4hwa9bnjEAGansSHpx7zdn08jTvahzbCJXVYMKBmoFfuu8nxzNCee 3kFe838pLfjr/RBpysReEhOXBeezXfT9tIIi8by7Aou+RlDZWzZ5dcH6a+f4iIs9 Ikgf0eNQ0WA7izdnPTG9MeFxZw31BKI= 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=fm3; bh=TOkizloqDh5aBzrSzMIsSWhKttZnonGlC8a7YL57Q Cw=; b=Hjh4IuyBs+z9K9WVO9ACcfupfjEOuXjOJW2AVa+FhzxNlL+mPurES7Zwp QvTUOSNBZ0H27wUTv+63BZPXRyOHaKEoVWW8nMcciJ2cCucFtx/mjyKM8QhZP2hk riFV4Udi9HfLIZW9mEXk4iHe9CxT1qvHl17bN0xfVO+7qI1r+s29gVo+zqPkk6X2 l4P20HF18pMXUly+LTKs+oU8TyFh6b56/h8WIVOExC5PHHRQKA9oHuM8jWAlOphN ItEJRZ5/at9BO3nlhYRfEIsosL56rqbCzWF67SBqcWlfoJYC3Kf5dwskctrMU49k Op4Bt4zuiEZBdXz13ufcM9fvbPxxQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeeggddtkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud 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 635B18005A; Fri, 5 Jul 2019 04:48:52 -0400 (EDT) From: Thomas Monjalon To: Timothy Redaelli Cc: dev@dpdk.org, Bruce Richardson , erik.g.carrillo@intel.com, stable@dpdk.org Date: Fri, 05 Jul 2019 10:48:51 +0200 Message-ID: <3576569.IUlI3zvMQ7@xps> In-Reply-To: <20190704162700.GE439@bricha3-MOBL.ger.corp.intel.com> References: <59d6b403fd875f8dac9b4f3d85725b95cb462b17.1562254062.git.tredaelli@redhat.com> <20190704162700.GE439@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] test: fix build without timer X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 04/07/2019 18:27, Bruce Richardson: > On Thu, Jul 04, 2019 at 05:36:08PM +0200, Timothy Redaelli wrote: > > The action for timer_secondary_spawn_wait should be enabled only when > > CONFIG_RTE_LIBRTE_TIMER is enabled. > > > > Fixes: 50247fe03fe0 ("test/timer: exercise new APIs in secondary process") > > Cc: erik.g.carrillo@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Timothy Redaelli > > --- > > Is there a reason why DPDK can't always be built with the timer library? It > doesn't have any external dependencies, and having the ability to turn on > and off various libraries individually in the build makes validating the > combinations problematic. Every libraries can be disabled in the "make" build system. It allows to build a small DPDK. Anyway, this capability is removed in the "meson" build system. Applied, thanks