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 0CA62A00BE; Sun, 26 Apr 2020 22:26:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B02CF1C1B3; Sun, 26 Apr 2020 22:25:58 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 17E6E1C1AD; Sun, 26 Apr 2020 22:25:57 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id C8E423F0; Sun, 26 Apr 2020 16:25:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sun, 26 Apr 2020 16:25:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= WUCmCjyY1rc0y/zglC9Snh/t9nM49v2wF3pKdfK+x6E=; b=ZhkSzn0OQjWpTMPp ePLCsYwZuOAtKajzRLK0PfRD5oVU+iwsweRvF2bPM4K6FtPFwYmp4l96n7NeMgUg GKyWgG79A/7QxIQoiWBpNeq9WSfhZQ6WpiVBSYi9BWrj1O6+ibDyZXciPZk3YMDY FQbqz6/CTNIwW3fTXcO/tQUQJNuT6/bRMzirpBfrNb048DG0+uR5O1HCVEkohZ4u D+tpKjQIfCQ9h/dBdPMYxGni6PzxQiPVU9ed0sMQkVcePD/y2PZtQBOY/A999yU2 d4xcGWGqClM7H2qlF72wU5fHrlBKyq9qCp5khhrr/rFtrZma/TQNI0v/sAn83Z40 qvTaBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=WUCmCjyY1rc0y/zglC9Snh/t9nM49v2wF3pKdfK+x 6E=; b=gBbupr0/5wQ9eECxQaOGvTxxCTjHvrJ/4834NT42AT4ZIDKf+27o+pv3V MpdFgk/7BY6Y+q+64r96Tdm7ed7XATUmgduGHOuMllhz3uCvCIREeCW1xiovsN2B dNW4A0EY8dtsmUbNF3zwWVls0x/tM0AiyKKDZI2oEfOkDn+WTQv1Onmq0xD8UmBU g8cTv4R4hLzDj/U7lU+wO8Ssm6WH3/0bLwb9RV78pTmxeezN+wYqYpzJIGrifa02 a/OB38DUYnzh9S5J4qW+jB6m4Cqyn+VqSal4tq9COh/lKyyMOwbr8di0U/1jiOJT Q7y+JWFuAGTSxbCIsAm0Sb3kKdhGw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrheejgddugeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0101D3065E3C; Sun, 26 Apr 2020 16:25:53 -0400 (EDT) From: Thomas Monjalon To: Xiaolong Ye Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, stephen@networkplumber.org, stable@dpdk.org Date: Sun, 26 Apr 2020 22:25:52 +0200 Message-ID: <3275200.hUukIMtRk4@thomas> In-Reply-To: <20200318005808.19229-1-xiaolong.ye@intel.com> References: <20200317083106.17727-1-xiaolong.ye@intel.com> <20200318005808.19229-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: fix incorrect example for specifying log level 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" 18/03/2020 01:58, Xiaolong Ye: > 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 Applied, thanks