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 DF0BEA0C41; Wed, 17 Nov 2021 15:46:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE159426D4; Wed, 17 Nov 2021 15:46:43 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 300E4426D2 for ; Wed, 17 Nov 2021 15:46:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637160401; 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: in-reply-to:in-reply-to:references:references; bh=LZvKbYMDzDNBEX5UGIHhrHkXTdGxDNdMS8ha465GY5s=; b=JJd2w9gNyP7NFb2XMP8cEaOYxMJg2AJjaX0YwoaD9u3JRkXRnmD3tYyp2gIKOy5+jf8YEe mGQmH11gyIENwSNye8iOwU2mvUb1s4bEp+TgKx65CrT+m6T9oDlN6SK9grLzmbS7PQbnEg QymTgNnQ22d5WKGXbi6/61xiAaUftzc= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-256-t4L33A_mN3eIqj82Vz_pbw-1; Wed, 17 Nov 2021 09:46:40 -0500 X-MC-Unique: t4L33A_mN3eIqj82Vz_pbw-1 Received: by mail-lf1-f69.google.com with SMTP id f15-20020a056512228f00b004037c0ab223so1635940lfu.16 for ; Wed, 17 Nov 2021 06:46:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LZvKbYMDzDNBEX5UGIHhrHkXTdGxDNdMS8ha465GY5s=; b=dTcgRJCl0Enw+3D4R1EtKHVDFRFltdt0YZvRhBsuVNLTA53MVi9RziGoydFPDE6l24 tzFyA9GMDK06C4Tug5s0LX3+O7MVXG3FZfP9s41AVwgaIPDT0SbvTojrzEgY3YtaZqSP oZiOuW31mQtJDwcPajcC6D6LjhmDxxfMhdUNanZCdYX359ibo2OQSvgj2/BuFrwG+WFG OSxWNVPlR4f+/h1qAUhCddTkLeZT2EsBw4DcANLLvLgdMyITr9g5akHQTKezhb8Nh87p UR9Dtlk+moSvC6cjLYBsT6KvKa6qdkKajONC2JpoUU/22Uk5LIhpvbFr+n3MjK/IUufz +FbQ== X-Gm-Message-State: AOAM532Kk1rNMV50Y+KtBiB/Ih2FO13OqqknIDuxnFhD7k/jyV4orsl9 WUaLHtfYx50+HlaP1MMjKOVdpzTsZOW4PLoh9l/H1C20uX9Y//Rdw0HBKlxhAQ2iFgGhpFTRW52 PH1AP8eIijDlk6uKgoRs= X-Received: by 2002:a05:6512:aca:: with SMTP id n10mr15919678lfu.265.1637160398701; Wed, 17 Nov 2021 06:46:38 -0800 (PST) X-Google-Smtp-Source: ABdhPJxTsLDIh6fyJ6uXdhm7SNrR+p18l9KwMMvGTgHajSbN1QH1re0TyIBO8gp3vkoNwq0mUI/FlEF4TMVD+x8pZls= X-Received: by 2002:a05:6512:aca:: with SMTP id n10mr15919649lfu.265.1637160398513; Wed, 17 Nov 2021 06:46:38 -0800 (PST) MIME-Version: 1.0 References: <20211116203354.14167-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Wed, 17 Nov 2021 15:46:27 +0100 Message-ID: Subject: Re: [PATCH] common/mlx5: decrease log level for hlist creation To: Slava Ovsiienko Cc: "dev@dpdk.org" , NBU-Contact-Thomas Monjalon , "ferruh.yigit@intel.com" , Matan Azrad , Suanming Mou , Maxime Coquelin Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 On Wed, Nov 17, 2021 at 2:28 PM Slava Ovsiienko wrote: > > I've re-checked the mlx5_hlist_create() call tree. > > And it seems all the calls are done with hardcoded const values for "size" argument, > and all these values are powers-of-2. > > We had an issue in the past, but then I was not seeing this warning for a long time > on my setup. I'll double check with Maxime. There might be a misunderstanding between us. Thanks Slava. -- David Marchand