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 0086BA00E6 for ; Mon, 8 Jul 2019 12:23:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 110904C8D; Mon, 8 Jul 2019 12:23:38 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id A9878397D for ; Mon, 8 Jul 2019 12:23:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 084472CD; Mon, 8 Jul 2019 06:23:34 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Jul 2019 06:23:35 -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=9slo2UD1nTWyPnZcwxtF+39rh33FTqpMyzNmkw7a5VA=; b=jPq1gXcqtus0 IIQJBBvazKPVXx60Ea3JV07ZUaRgsG/WhH9Co0ELhvo+tG4PHsfRbKLfTtbC12Zq uSEOarmvx6rDmsfha4m4K3GtlzlO+E12cngkqWKZ8V76ziuyOB9QW7DF7QpyDM5U H/ZZ2VWJxqlmNppSe0Aq/KPhIDLXRRM= 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=9slo2UD1nTWyPnZcwxtF+39rh33FTqpMyzNmkw7a5 VA=; b=Z8Hoxffo+0lCtGq9vjb/KD1eTK69xMikJ6V5pXHlvaYTXXWkRc49oEMkN DSB1TJZywabkn4wOKEiczKYXY7eir8YDkGzBF9Vj5fMD3jcrp4o2npIDZVrnHcbI EI5WhgCKTSJnXeSO40BT1cZBnKO3Gz4EMmuVTKU6oD4nJrFcg06U8POh7o4OizGY qX5Uh0yJ7z3A5hQnQ/W0kKU9C43DxucIfX4DE7HUTOd2ZYgPDWJgun6LKDYpYVCw 51pDdUFdFKo49mfI/LVdFJYj5JkdIOd5jFVsOFYd1P+CCoGLOLZValUUCx4ATLHt +flLLk81qdY6uuhso0FNfg4Ir0r1w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgddvkecutefuodetggdotefrodftvf 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 0572480066; Mon, 8 Jul 2019 06:23:32 -0400 (EDT) From: Thomas Monjalon To: Gage Eads Cc: dev@dpdk.org, jerinj@marvell.com, harry.van.haaren@intel.com, nikhil.rao@intel.com, erik.g.carrillo@intel.com, nhorman@tuxdriver.com Date: Mon, 08 Jul 2019 12:23:31 +0200 Message-ID: <1791372.0Oz8VBI9ZC@xps> In-Reply-To: <20190620190227.18206-1-gage.eads@intel.com> References: <20190620164206.3972-1-gage.eads@intel.com> <20190620190227.18206-1-gage.eads@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] eal: promote some service core functions to stable 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" 20/06/2019 21:02, Gage Eads: > The functions rte_service_may_be_active(), rte_service_lcore_attr_get(), > and rte_service_attr_reset_all() were introduced nearly a year ago in DPDK > 18.08. They can be considered non-experimental for the 19.08 release. > > rte_service_may_be_active() is used by the sw PMD, and this commit allows > it to not need any experimental API. > > Signed-off-by: Gage Eads Applied, thanks