From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 234CF25B3 for ; Tue, 22 Jan 2019 11:27:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2019 02:27:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,505,1539673200"; d="scan'208";a="136675560" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 22 Jan 2019 02:27:08 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.65]) by IRSMSX154.ger.corp.intel.com ([169.254.12.253]) with mapi id 14.03.0415.000; Tue, 22 Jan 2019 10:27:07 +0000 From: "Van Haaren, Harry" To: "Rao, Nikhil" , "nhorman@tuxdriver.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: announce change of rte service API parameter type Thread-Index: AQHUshXAz80hHb7glkK+52oEP+srO6W7FbDQ Date: Tue, 22 Jan 2019 10:27:07 +0000 Message-ID: References: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> In-Reply-To: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzlkZmRiNjItOWQ0Mi00YzU1LWJhMDUtZDMyOGEwNmZkZDEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiS3d2bk52MzZvYlBzR2V0SGZldTFyTHlHdkFUY0xkY0FsRGpVSVh6RUxDWitnTTZoMSthUW42RlwvanFkUHd3ZnkifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 22 Jan 2019 10:27:10 -0000 > -----Original Message----- > From: Rao, Nikhil > Sent: Tuesday, January 22, 2019 5:44 AM > To: nhorman@tuxdriver.com > Cc: Van Haaren, Harry ; dev@dpdk.org; Rao, > Nikhil > Subject: [PATCH] doc: announce change of rte service API parameter type >=20 > 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/ >=20 > Signed-off-by: Nikhil Rao > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > 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 >=20 > * 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 fro= m > + uint32_t * to uint64_t * as the attributes are of type uint64_t. Acked-by: Harry van Haaren