From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] service: fix parameter type Date: Thu, 28 Mar 2019 21:10:14 +0100 Message-ID: <2355503.thBRjjl5CD@xps> References: <1547906489-71240-1-git-send-email-nikhil.rao@intel.com> <1553754543-40534-1-git-send-email-nikhil.rao@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, ferruh.yigit@intel.com To: Nikhil Rao Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 1BBCA2C24 for ; Thu, 28 Mar 2019 21:10:17 +0100 (CET) In-Reply-To: <1553754543-40534-1-git-send-email-nikhil.rao@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" 28/03/2019 07:29, Nikhil Rao: > The type of value parameter to rte_service_attr_get > should be uint64_t *, since the attributes > are of type uint64_t. > > Fixes: 4d55194d76a4 ("service: add attribute get function") > > Reviewed-by: Gage Eads > Signed-off-by: Nikhil Rao > Acked-by: Harry van Haaren > Reviewed-by: Rami Rosen Rebased for master and applied, thanks.