From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] common: introduce an integer log2 function Date: Sat, 01 Jul 2017 16:37:17 +0200 Message-ID: <1761469.FQ0OhO7095@xps> References: <20170406141536.14980-1-olivier.matz@6wind.com> <20170406162355.222dfbf3@glumotte.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier MATZ , Jerin Jacob To: alejandro.lucero@netronome.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id CF9C52BAF for ; Sat, 1 Jul 2017 16:37:19 +0200 (CEST) In-Reply-To: <20170406162355.222dfbf3@glumotte.dev.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Alejandro, Are you OK to replace log2 by rte_log2_u32? I'm waiting your ack to apply this patch. 06/04/2017 16:23, Olivier MATZ: > I forgot to CC Alejandro for nfp. [...] > > drivers/net/nfp/nfp_net.c | 6 ++---- > > lib/librte_eal/common/include/rte_common.h | 17 +++++++++++++++++ > > mk/rte.app.mk | 2 +- > > 3 files changed, 20 insertions(+), 5 deletions(-)