From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2867220C25; Thu, 11 Jan 2018 17:42:38 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 11 Jan 2018 17:42:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9vt/f04bXCzt2r3ljA0yAZZ6GS bEd3tEaYmN6mlaCoE=; b=T3YLn1WbYSy/00xq6SdW632fdmUjgdUICVA6Hh9Zle InrGnapnAW0GuO5XI+oxVG0oTuA+0i8uliS4RQa244j/fzhsbAZYg/i577iFVQou VqrSEJO2iu75z1KsGpDqFwVtvREFqgDFKFyF1eCh7Yl07nSogHHVz3gaE4kWExxh g= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=9vt/f0 4bXCzt2r3ljA0yAZZ6GSbEd3tEaYmN6mlaCoE=; b=ctTRLonLghrAEKeR9D2RXC 13CZwN6QNPzOkVPoJ6rV8S4lLzubvoecUJRnkNCe4USIGDrNpKHJlqU+gJnLGu2k KsbqTP4ImWsAxrUcs4rMC+aPhU4H1QtROJEACkD7wurD9W6yA9+ELnTKwUK/JeKc aZRSp3l6xORtMO8fkZlSpsc7ZF4fA4g8L4pT2NnnZIA8YZCQex5r7ZQuDuYYjHlb TyhkdVyERUYHaIgfat/lf6OYvo50kO9yom+Q2VV6e4wDZmItR/N7lSHUNy2KuYuV V5qPZ+hRuwP/24dLAzCDpAVN6KcljwOSrxANIXvSO2IhY+fzFwdKCHZF60YseVFg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CE9FD7E300; Thu, 11 Jan 2018 17:42:37 -0500 (EST) From: Thomas Monjalon To: Harry van Haaren Cc: dev@dpdk.org Date: Thu, 11 Jan 2018 23:42:10 +0100 Message-ID: <11318245.0hPmIhzONk@xps> In-Reply-To: <1507114491-144338-1-git-send-email-harry.van.haaren@intel.com> References: <1507114491-144338-1-git-send-email-harry.van.haaren@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] service: add attribute get and reset 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: , X-List-Received-Date: Thu, 11 Jan 2018 22:42:38 -0000 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