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 F1B14A0093 for ; Tue, 19 May 2020 15:12:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E303E1D8CC; Tue, 19 May 2020 15:12:39 +0200 (CEST) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id A78451D702 for ; Tue, 19 May 2020 15:12:38 +0200 (CEST) Received: by mail-wm1-f67.google.com with SMTP id h4so2998505wmb.4 for ; Tue, 19 May 2020 06:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1SXleTN6OJuCOtbzkaghPxl1hEtYSNw0VnRaeX05Gtw=; b=t7kAWpupEzaP2QJFxuuaHmGjmBMQ3KpCiUyoPk/gQSufBnbxKlxAMZpix5Akzy+YI5 fMPg7ZI3fvgJfsC/u2Ldo2QK4H+V2tto3FkaF++mkPYL8JxblqbyK0/liFb814vw1i8b tSxbxISISZApWRU2HarLxRsDBjKskNxYpFwnYeUnuwl7xV9KDzeYy/yKhdjJ0L5qVfVa M7C/+cbJzvRSRxffRdsP21w6zKiHUMMhWJbS/E6cOqGIx4YM5pUmN3oLi21VdVdpe+cw TBlIQ03oY0/370LEW6YvNZtEHxfcO9t9gdtIb5w072yoFpnkwFgQDdWdh6kYU8/xYYuG qkcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1SXleTN6OJuCOtbzkaghPxl1hEtYSNw0VnRaeX05Gtw=; b=kMZoWbKekpbEixfSYW8EVmkgHGMCkSDGQwzt2h75wvwD5cfFLpC74baRLgFiYH1HTc nLxQG4xgMCApgMSXG+kf8N8SUhpR+cSySk6/qOeiy4XxoQOT/IlIkYta4o89tSiolAD6 XkeSoBvFeniTvWfxAUlXuHqHj90wUps7bSRJSgOZl5nIUEpxhboNzsfMe3dxD1zoAK0d sDs35+fy4MYFKNjTgEKs9yr8VWfEXHqQrLoHz98KkT2TdvdQQOCqJRbcFZ7n7tuJsZt9 e5tTAj6wjAuMn2mIZqAcVOKhQL67Wr9ZSiWW2ISRy2Q/TL2578Pm5+4ECbK/q7QNmZAU clyA== X-Gm-Message-State: AOAM532EuSWL1ZnClhz8/quLYuf67x5flwWWXxRgAJ+HB7hWtyVEdI70 n0HM90+hNdD81EjXIXvuNE1ACamLRPql0ukz X-Google-Smtp-Source: ABdhPJzEGPKhKo2NUqPG/jZAQhg+42VlZ+myil+BmENLTtlrnKQeXyhS7qaR3sZ41X/cGPbV46LWPg== X-Received: by 2002:a05:600c:2041:: with SMTP id p1mr5877762wmg.152.1589893958365; Tue, 19 May 2020 06:12:38 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id g184sm4132262wmg.1.2020.05.19.06.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 06:12:37 -0700 (PDT) From: luca.boccassi@gmail.com To: Xiaolong Ye Cc: Haiyue Wang , dpdk stable Date: Tue, 19 May 2020 14:04:24 +0100 Message-Id: <20200519130549.112823-129-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200519130549.112823-1-luca.boccassi@gmail.com> References: <20200519125804.104349-1-luca.boccassi@gmail.com> <20200519130549.112823-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'doc: fix log level example in Linux guide' has been queued to stable release 19.11.3 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" Hi, FYI, your patch has been queued to stable release 19.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/21/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 9ef224696240f86847094adfe2c0fb21e58c9d84 Mon Sep 17 00:00:00 2001 From: Xiaolong Ye Date: Wed, 18 Mar 2020 08:58:08 +0800 Subject: [PATCH] doc: fix log level example in Linux guide [ upstream commit 97fbfe5a9526c6ef6e5583330161f1ea4add22bd ] Now we need to add prefix like lib. to enable the log, also changing val 8 to "debug"" which would be more descriptive. Fixes: ffb9fd1b0808 ("log: update legacy modules dynamic logs regex") Reported-by: Haiyue Wang Signed-off-by: Xiaolong Ye --- doc/guides/linux_gsg/eal_args.include.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/eal_args.include.rst b/doc/guides/linux_gsg/eal_args.include.rst index ed8b0e35b0..7b2f6b1d43 100644 --- a/doc/guides/linux_gsg/eal_args.include.rst +++ b/doc/guides/linux_gsg/eal_args.include.rst @@ -132,7 +132,7 @@ Debugging options Specify log level for a specific component. For example:: - --log-level eal:8 + --log-level lib.eal:debug Can be specified multiple times. -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-05-19 14:04:49.730765180 +0100 +++ 0129-doc-fix-log-level-example-in-Linux-guide.patch 2020-05-19 14:04:44.440652433 +0100 @@ -1,13 +1,14 @@ -From 97fbfe5a9526c6ef6e5583330161f1ea4add22bd Mon Sep 17 00:00:00 2001 +From 9ef224696240f86847094adfe2c0fb21e58c9d84 Mon Sep 17 00:00:00 2001 From: Xiaolong Ye Date: Wed, 18 Mar 2020 08:58:08 +0800 Subject: [PATCH] doc: fix log level example in Linux guide +[ upstream commit 97fbfe5a9526c6ef6e5583330161f1ea4add22bd ] + Now we need to add prefix like lib. to enable the log, also changing val 8 to "debug"" which would be more descriptive. Fixes: ffb9fd1b0808 ("log: update legacy modules dynamic logs regex") -Cc: stable@dpdk.org Reported-by: Haiyue Wang Signed-off-by: Xiaolong Ye @@ -16,7 +17,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/eal_args.include.rst b/doc/guides/linux_gsg/eal_args.include.rst -index 361c7cf67f..711a246a08 100644 +index ed8b0e35b0..7b2f6b1d43 100644 --- a/doc/guides/linux_gsg/eal_args.include.rst +++ b/doc/guides/linux_gsg/eal_args.include.rst @@ -132,7 +132,7 @@ Debugging options