From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24EEEA00C5; Tue, 9 Aug 2022 10:27:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B8CF3406B4; Tue, 9 Aug 2022 10:27:01 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id CEB0640143 for ; Tue, 9 Aug 2022 10:27:00 +0200 (CEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH 0/3] cleanup bsf and fls inline function return types Date: Tue, 9 Aug 2022 10:26:58 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87244@smartserver.smartshare.dk> In-Reply-To: <1659993692-17479-1-git-send-email-roretzla@linux.microsoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 0/3] cleanup bsf and fls inline function return types Thread-Index: AdirbNzzu/rK6OqpQoydAeONvrIyQQAXLQLw References: <1615418650-19513-1-git-send-email-roretzla@linux.microsoft.com> <1659993692-17479-1-git-send-email-roretzla@linux.microsoft.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Tyler Retzlaff" , Cc: , , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Tyler Retzlaff [mailto:roretzla@linux.microsoft.com] > Sent: Monday, 8 August 2022 23.21 >=20 > The cleanup resulted from request to review [1] the following > functions where there appeared to be inconsistency in return type > or parameter type selections for the following inline functions. >=20 > Since the original request some instances have been fixed so this > series completes the outstanding return value type updates. >=20 > [1] http://mails.dpdk.org/archives/dev/2021-March/201590.html >=20 > Tyler Retzlaff (3): > doc: announce cleanup of rte_{bsf, fls} inline functions type use > eal: change rte_fls and rte_bsf to return uint32_t > test: fix sign compare warning for rte_bsf64 return type change >=20 > app/test/test_mbuf.c | 2 +- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > lib/eal/include/rte_common.h | 6 +++--- > 3 files changed, 10 insertions(+), 4 deletions(-) >=20 > -- > 1.8.3.1 >=20 Series-Acked-by: Morten Br=F8rup