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 AE439A00C2; Sat, 13 Mar 2021 17:04:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5DEAB1608A4; Sat, 13 Mar 2021 17:04:22 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 2FC174067C for ; Sat, 13 Mar 2021 17:04:21 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 57B43209B55C; Sat, 13 Mar 2021 08:04:20 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 57B43209B55C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1615651460; bh=LFvtPU1mD4w3Vk70D4lI+tDhrqibbFYD5rXyENpBc1s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FL7D9HqgQske4CdO2NMY232qZuOeO6gNt4JEVTwHj4rSUjMCM0WxA1Yle6aJpufU3 dVev8EjTWooWxvvKSjsLNRHXbMbt3UuIS2Q7Molcp5P7k7kv9Xn23r+E+i4KOdVZ0O BsG6B8kHe6v1sjWc0MbJmfbqXp/tHP/P1/mpz/gw= Date: Sat, 13 Mar 2021 08:04:20 -0800 From: Tyler Retzlaff To: Morten =?iso-8859-1?Q?Br=F8rup?= Cc: Stephen Hemminger , dev@dpdk.org, anatoly.burakov@intel.com, Ray Kinsella , Neil Horman Message-ID: <20210313160420.GA22639@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1615358466-12761-1-git-send-email-roretzla@linux.microsoft.com> <20210310104942.66ef440e@hermes.local> <20210310225238.GA10267@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <98CBD80474FA8B44BF855DF32C47DC35C61674@smartserver.smartshare.dk> <20210312182419.GC8084@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <98CBD80474FA8B44BF855DF32C47DC35C6167A@smartserver.smartshare.dk> <20210313011007.GA20712@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> <98CBD80474FA8B44BF855DF32C47DC35C6167B@smartserver.smartshare.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <98CBD80474FA8B44BF855DF32C47DC35C6167B@smartserver.smartshare.dk> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH] librte_eal/common: fix return type of rte_bsf64 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 Sender: "dev" On Sat, Mar 13, 2021 at 08:29:10AM +0100, Morten Brørup wrote: > > That would certainly be a nice improvement. But going down that road should include reviewing and fixing all DPDK libraries with 32/64 versions of the same functions, e.g. rte_bitops.h - which probably requires a significant effort. i only have time available for smaller incremental improvements so unless it is small pieces working toward the final goal it will be difficult to get time approved. > > So just limit the task to fixing what is already there. > good enough for me, we'll just do that for now. thanks!