From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 1/2] test: add unit test case for rte log2 Date: Mon, 10 Jul 2017 14:29:20 +0200 Message-ID: <20170710142920.5e875788@platinum> References: <20170706142025.24034-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com To: Jerin Jacob Return-path: Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id EEB0158CB for ; Mon, 10 Jul 2017 14:29:22 +0200 (CEST) Received: by mail-wr0-f172.google.com with SMTP id r103so136897217wrb.0 for ; Mon, 10 Jul 2017 05:29:22 -0700 (PDT) In-Reply-To: <20170706142025.24034-1-jerin.jacob@caviumnetworks.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" On Thu, 6 Jul 2017 19:50:24 +0530, Jerin Jacob wrote: > add a unit testcase for rte_log2_u32. > > Signed-off-by: Jerin Jacob Reviewed-by: Olivier Matz