From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/1] service: Add service lcore attr APIs Date: Wed, 11 Jul 2018 23:44:17 +0200 Message-ID: <2934387.IFWyCfCjaC@xps> References: <1525464964-5342-1-git-send-email-erik.g.carrillo@intel.com> <1525882936-28876-1-git-send-email-erik.g.carrillo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com, jerin.jacob@caviumnetworks.com, narender.vangati@intel.com, gage.eads@intel.com To: Erik Gabriel Carrillo Return-path: Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 28DEF1B4DF for ; Wed, 11 Jul 2018 23:44:21 +0200 (CEST) In-Reply-To: <1525882936-28876-1-git-send-email-erik.g.carrillo@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/05/2018 18:22, Erik Gabriel Carrillo: > Add APIs that allow an application to query and reset the attributes of > a service lcore. Add one such new attribute, "loops", which is a > counter that tracks the number of times the service core has looped in > the service runner function. This is useful to applications that desire > a "liveness" check to make sure a service core is not stuck. > > Signed-off-by: Erik Gabriel Carrillo > Acked-by: Harry van Haaren Applied, thanks