From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] service: add attribute get and reset Date: Thu, 11 Jan 2018 23:42:10 +0100 Message-ID: <11318245.0hPmIhzONk@xps> References: <1507114491-144338-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 967C1A490 for ; Thu, 11 Jan 2018 23:42:38 +0100 (CET) In-Reply-To: <1507114491-144338-1-git-send-email-harry.van.haaren@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" 04/10/2017 12:54, Harry van Haaren: > This patchset adds two new functions to the service cores API, allowing > the service library to expose generic attributes about the services, > and to reset them. These attributes can be the cycle counts that cores > have spent in the service-function. The 3rd patch in the series adds a > new attribute, enabling the application to retrieve the number of calls > to any service. > > Harry van Haaren (3): > service: add attribute get function > service: add reset all attributes for service > service: add attribute for number of invokations Please could you rebase this series? There is also a typo in title and code comment: invokation -> invocation