From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Traynor Subject: Re: [PATCH] doc: announce change of rte service API parameter type Date: Fri, 1 Feb 2019 11:41:58 +0000 Message-ID: <28b0f4fb-0869-6c2e-d074-8f607ee5132b@redhat.com> References: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: harry.van.haaren@intel.com, dev@dpdk.org, Thomas Monjalon To: Nikhil Rao , nhorman@tuxdriver.com Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 4AF7A1B4B1 for ; Fri, 1 Feb 2019 12:42:10 +0100 (CET) In-Reply-To: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 01/22/2019 05:44 AM, Nikhil Rao wrote: > rte_service_attr_get() is passed a uint32_t * to retrieve > an attribute value, this will be changed to uin64_t * as per > patch posted at http://patchwork.dpdk.org/patch/49968/ > > Signed-off-by: Nikhil Rao > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index f9a1f81..398e967 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -60,3 +60,6 @@ Deprecation Notices > > * crypto/aesni_mb: the minimum supported intel-ipsec-mb library version will be > changed from 0.49.0 to 0.52.0. > + > +* The attr_value parameter of rte_service_attr_get() will be changed from > + uint32_t * to uint64_t * as the attributes are of type uint64_t. > Acked-by: Kevin Traynor