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 CD1E1A00BE; Tue, 7 Jul 2020 13:54:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21BAA1DE08; Tue, 7 Jul 2020 13:54:43 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 4FDBE1DE03 for ; Tue, 7 Jul 2020 13:54:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594122880; 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=jJkTyUs/7ip94cmFxTTRWNkMfVbKPhY8w9TAFgyXD3E=; b=QFH/sgAh1QfVaPev4V3a/BvQvQGsZrFRNsOkyZgvesDdXy/nbpJb6xzViid7GZqZy987Sy DRE30+Ej0JArkZoJhfemX22xI+69JU8t4JS/9ogMFZEMV6a8rhuxDpMHFrXQApG7WzNkXq 4CrRhlHGr0L758Ba54wK89vpomCTzIs= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-333-r_z4hZ0pMrCTT2-eut-dVQ-1; Tue, 07 Jul 2020 07:54:39 -0400 X-MC-Unique: r_z4hZ0pMrCTT2-eut-dVQ-1 Received: by mail-vk1-f197.google.com with SMTP id g68so7794675vkg.2 for ; Tue, 07 Jul 2020 04:54:39 -0700 (PDT) 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=jJkTyUs/7ip94cmFxTTRWNkMfVbKPhY8w9TAFgyXD3E=; b=i3m3PwFjmwWYOZgne3QUk1k94SSlXgxZEt2DFK15T3mxvpDtq0RltTC42AcSWh9C1P Q5BzGArlATE1HDPkfCEswkMftBnstqxSDgL/SXWMhOBWaEhBPzuIFhYkZS5X1+6LakgH rvoaBHvzy3HwZQlISa4q8U3OMEWxKckZgGLfSm+2uAS66ds4N4OXU98aMW1zcVSxyODg VK8kW5r1uG8yhkTTjszHazDedcsulN03GluJSFDyxqov8GR25cy9zb761g/EKDINTf7q 2JSIC/xAq6nD4pgpBRCAFHzHuBRUF7O3Kia0lM53lfSUh4/UwiYP0e47oMz+j3EumB/K qSOw== X-Gm-Message-State: AOAM5334zSGfIqsrQG5M9+cEEasF6s0bVfd06HdBDJO/DJcOVGzoMI8e iF91Xtaubhm3ld6Xmsyvs0lE7NhPR4r35+44Yd68xg1lQFxNW48Qca2tXL5LP6c7dqZI30eVQVo lhB9vz4afzcsniiWkwPw= X-Received: by 2002:a67:c58c:: with SMTP id h12mr32109353vsk.141.1594122878756; Tue, 07 Jul 2020 04:54:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJztZdSw1oY2EMaBGW9ehYIM36XdZ/TgOXX+ck1exuiP7JHVPrPHeAm5wrn9bxDF86AEnNf44yGWdOZXgsOOyOY= X-Received: by 2002:a67:c58c:: with SMTP id h12mr32109343vsk.141.1594122878561; Tue, 07 Jul 2020 04:54:38 -0700 (PDT) MIME-Version: 1.0 References: <20200611184000.26724-1-stephen@networkplumber.org> <20200612001004.16131-1-stephen@networkplumber.org> In-Reply-To: From: David Marchand Date: Tue, 7 Jul 2020 13:54:27 +0200 Message-ID: To: Stephen Hemminger Cc: dev , "Burakov, Anatoly" 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" Subject: Re: [dpdk-dev] [PATCH v2] eal/vfio: reduce severity of startup messages X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Fri, Jun 12, 2020 at 11:07 AM Burakov, Anatoly wrote: > > On 12-Jun-20 1:10 AM, Stephen Hemminger wrote: > > The startup of VFIO is too noisy. Logging is expensive on some > > systems, and distracting to the user. > > > > It should not be logging at NOTICE level, reduce it to INFO level. > > It really should be DEBUG here but that would hide it by default. > > > > Signed-off-by: Stephen Hemminger > Acked-by: Anatoly Burakov Applied, thanks. -- David Marchand