From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/3] service: add attribute get function Date: Fri, 12 Jan 2018 12:49:25 +0100 Message-ID: <1896945.0JK28VJRIN@xps> References: <1507114491-144338-2-git-send-email-harry.van.haaren@intel.com> <1515752838-56067-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 4E100A48D for ; Fri, 12 Jan 2018 12:49:55 +0100 (CET) In-Reply-To: <1515752838-56067-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" 12/01/2018 11:27, Harry van Haaren: > This commit adds a new function to the service API to allow > the application to retrieve items about each individual service > in the system. A unit test checks the return values of a variety > of invalid and valid calls. > > Signed-off-by: Harry van Haaren Series applied, thanks