From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B36BA04F3 for ; Fri, 20 Dec 2019 15:43:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACD47378E; Fri, 20 Dec 2019 15:43:39 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id B7EF81C01 for ; Fri, 20 Dec 2019 15:43:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576853016; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=atLwKjdmI+DjBOq/muQhPaDT5OCepmrJ78BLgNPdFPs=; b=QpUtvJ74Aho9H/lQp2g1cIFLHXtmesxlCPPo8b+sP2gft+Rl9N3ARzUfpwNMrkoqZWatsf FvtgqX8bSPvbiib4lDFdqYQ6dNwJu+AYL618cv8+PO3ap9bAuSEnF7+H2M17UFUJzdUsLD 4kvWXK4u7orhK9DENwLn9o0HEl0SFnQ= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-56-Rfr1YloQOWugTLtc0H52ow-1; Fri, 20 Dec 2019 09:43:32 -0500 Received: by mail-vk1-f200.google.com with SMTP id m72so4024327vka.20 for ; Fri, 20 Dec 2019 06:43:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fA1U9dIgzGYc9NRTcBOMpS4UxsTgOIeikKJbm9IA250=; b=O83hyXMGfmVFulhG+m6K9ABNJftB1p1vd7VO+jWRD7q0I/qS7wQxkzeDljxmWKZDD7 DRoajp/KpCogaX9dtFho3HfljZjIpboLeN7TfFwlRDThzPBCKhtLkfy1BQuHtLJ51iEg LZn//E3bRgL4KEzStxQcwfVfhGLEsLHNUN04OC3oMsZMtXW3wTTub/kOSb782Co3lVEe c+Z5tD2UchBx3QxlCb00G8cRhZmugm7Yq/YpjRsgP7A9OI2G3YIpxmVb4JaIYfm+x2Uk FsPjPb61HKX7Z6st4dxRD+HXasHnM4SZu288NGqXnBzm8VkL4T8PnWeqpeBUO73mH6ND hGug== X-Gm-Message-State: APjAAAWyGNF05p7LkwrPvW04GN1RUh+V0b/eVH2wya/4DY8iYVJ9yrAk J/S13SFmy5hht0UDqOYmu01UUip8E2neRIuZSpTEkXzRnG6Lq/EvMEBwW38ulyOuQbMaSy0/ap5 WTSdzeV6kWmOAfksb53z8x/8= X-Received: by 2002:a1f:72c3:: with SMTP id n186mr9769084vkc.12.1576853011924; Fri, 20 Dec 2019 06:43:31 -0800 (PST) X-Google-Smtp-Source: APXvYqxSlPvWGKvup9uoiGhTCFzSQZjzVd3gDC2XEWcwWb9JbbsIycYRjIXw6N2eJOFG273ADRQ4BKRTuz2V+rC6Djc= X-Received: by 2002:a1f:72c3:: with SMTP id n186mr9769070vkc.12.1576853011668; Fri, 20 Dec 2019 06:43:31 -0800 (PST) MIME-Version: 1.0 References: <20191204205241.5691-1-david.marchand@redhat.com> <20191220140149.1043-1-david.marchand@redhat.com> In-Reply-To: <20191220140149.1043-1-david.marchand@redhat.com> From: David Marchand Date: Fri, 20 Dec 2019 15:43:20 +0100 Message-ID: To: dev Cc: Aaron Conole , dpdk stable X-MC-Unique: Rfr1YloQOWugTLtc0H52ow-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH v2] test/common: fix log2 check X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Dec 20, 2019 at 3:02 PM David Marchand wrote: > > We recently started to get random failures on the common_autotest ut with > clang on Ubuntu 16.04.6. > > Example: https://travis-ci.com/DPDK/dpdk/jobs/263177424 > > Wrong rte_log2_u64(0) val 0, expected ffffffff > Test Failed > > The ut passes 0 to log2() to get an expected value. > > Quoting log2 / log(3) manual: > If x is zero, then a pole error occurs, and the functions return > -HUGE_VAL, -HUGE_VALF, or -HUGE_VALL, respectively. > > rte_log2_uXX helpers handle 0 as a special value and return 0. > Let's have dedicated tests for this case. > > Fixes: 05c4345ef5c2 ("test: add unit test for integer log2 function") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > Acked-by: Aaron Conole Applied with mentioned fix. --=20 David Marchand