From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 287117EBD8; Fri, 1 Feb 2019 11:42:04 +0000 (UTC) Received: from ktraynor.remote.csb (ovpn-117-200.ams2.redhat.com [10.36.117.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id 630A11001F3C; Fri, 1 Feb 2019 11:41:59 +0000 (UTC) To: Nikhil Rao , nhorman@tuxdriver.com Cc: harry.van.haaren@intel.com, dev@dpdk.org, Thomas Monjalon References: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> From: Kevin Traynor Organization: Red Hat Message-ID: <28b0f4fb-0869-6c2e-d074-8f607ee5132b@redhat.com> Date: Fri, 1 Feb 2019 11:41:58 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 01 Feb 2019 11:42:09 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] doc: announce change of rte service API parameter type 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: Fri, 01 Feb 2019 11:42:10 -0000 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