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 3FB56A0579; Fri, 9 Apr 2021 14:21:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6086140F36; Fri, 9 Apr 2021 14:21:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 2B5154014D for ; Fri, 9 Apr 2021 14:21:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1617970887; 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=j/JnWqmNbdz4Vb5vhMC+LVCMsxk6j70FoTRZwEFCxZ4=; b=NnJQ+C1mkR9NyekMnhVN0IkNXq2b6DB7edG+uy+4imY7UNVtzTcTqeYVkcFeZ7mV6Tj3Wk nmQ4Nnh6hBw34QceDKfWUvljzwd86+W8Zxn47de3dYZvwd90p9zK6S3sbL8+zupac8l/me gLJZKJW77NNs7Gky5mhqFGCcIqBZUp4= 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-159-UHcCGPoCPmitLBjhs4RhAA-1; Fri, 09 Apr 2021 08:21:24 -0400 X-MC-Unique: UHcCGPoCPmitLBjhs4RhAA-1 Received: by mail-vk1-f200.google.com with SMTP id x23so1192069vkd.0 for ; Fri, 09 Apr 2021 05:21:24 -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=j/JnWqmNbdz4Vb5vhMC+LVCMsxk6j70FoTRZwEFCxZ4=; b=o09fpdcwwp8IARPsS8RxG6IgRjlFTwTiiavl5Ug9EOxPAOW1T6eiiAKUWS58OsCMfg +jZ+UmBCJjITgVMV4Kmz1Cd4UwX6WeBtbYYrGc/7cSKpasIAfxtUvTzaIlij2ibWTm90 BWgQd9rd7oHAjs3tDxlpNVrixQ3eMyjcrhHlYmI56Eejne65vEXx/WR9CR/JMtZ0fRNt Hd/GAygySWQNQpDrmz4swT2dbDs/3tm5gNRrMjluC1se73F6508L4Qd3W3CP8szw0eOe xX9qbyYBq9yGJaIhUhyBHNkuRQw/Bk4S6jP4QzSpPafJq2C4/xO47xxYvBpHdyc6k9aK Ydww== X-Gm-Message-State: AOAM533lcnqCduQ9AWMvVe9rfATf+cfpAnZ6ef5daQmuK9rLAqrBmUWp ioJOLmgGDdnb3d6SPTrpEGaIQn6AePq7LQTK1hDLiHM7dII/DhIS/xO3GmO74g755usc77BzkGy n3PQtqa1nKfsvPpNYDqk= X-Received: by 2002:ac5:c93a:: with SMTP id u26mr10394982vkl.17.1617970883903; Fri, 09 Apr 2021 05:21:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx6vRvunsS0GjKx/6uYMXIcDfI70oMN2C2iUmqmDINMz4YbXKhOf5INU1wXy+j32vvVW3GjmCMuvFql08BEUm4= X-Received: by 2002:ac5:c93a:: with SMTP id u26mr10394959vkl.17.1617970883692; Fri, 09 Apr 2021 05:21:23 -0700 (PDT) MIME-Version: 1.0 References: <20200626114751.22523-1-david.marchand@redhat.com> <20210409110453.20078-1-david.marchand@redhat.com> In-Reply-To: <20210409110453.20078-1-david.marchand@redhat.com> From: David Marchand Date: Fri, 9 Apr 2021 14:21:12 +0200 Message-ID: To: dev Cc: Andrew Rybchenko , Lukasz Wojciechowski , Thomas Monjalon 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 v3 0/3] Track log level changes 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 Sender: "dev" On Fri, Apr 9, 2021 at 1:05 PM David Marchand wrote: > > Here is a little series, following RFC [1]. > No change in behavior expected, but reviews welcome ! :-) > > 1: https://patchwork.dpdk.org/project/dpdk/list/?series=10632 > > Changes since v2: > - rebased on main, > - updated log message in patch 2, Refreshed commitlogs for patch 2 and 3 following Thomas comment. Series applied, thanks. -- David Marchand