From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 7D0321B4C8 for ; Fri, 1 Feb 2019 13:02:00 +0100 (CET) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us1.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id D20A69400A5; Fri, 1 Feb 2019 12:01:36 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 1 Feb 2019 12:01:29 +0000 To: Kevin Traynor , Nikhil Rao , CC: , , Thomas Monjalon References: <1548135866-98665-1-git-send-email-nikhil.rao@intel.com> <28b0f4fb-0869-6c2e-d074-8f607ee5132b@redhat.com> From: Andrew Rybchenko Message-ID: Date: Fri, 1 Feb 2019 15:01:15 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <28b0f4fb-0869-6c2e-d074-8f607ee5132b@redhat.com> Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24402.003 X-TM-AS-Result: No-11.252500-8.000000-10 X-TMASE-MatchedRID: 9zTThWtzImsOwH4pD14DsPHkpkyUphL931asM/gsp2lLjXXGQy6nlMin F7Dl59M9SV3YK1M82rHfOgxTQHFOpjblc6Gei4nlIj0zFI5DoJJeCrB32KOS0KMLUT/MIQivCvE 68u8U9k8R4d+Uvhl0qv1VprTjLOsR3lmiQx+Vqg1mNCKOCsW/OhwMMtF4a3g9+ZQPGkWiBBejxY yRBa/qJQPTK4qtAgwIoWiH8jJBtC9WdFebWIc3VmxlRJiH43972ZSCmxiB/GN1c3oooHT+u3geY trbt92OgQeb+jRKj5rEnIz8LoB+sKaBqA8cUFvtj5aUgyfNQHsdh8gAzEM04nF1kotDSiW8 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--11.252500-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24402.003 X-MDID: 1549022504-QtuA0p-o-Ttt Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 12:02:01 -0000 On 2/1/19 2:41 PM, Kevin Traynor wrote: > 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 Acked-by: Andrew Rybchenko