From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 514F01C178 for ; Wed, 4 Apr 2018 13:32:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C93E921B0D; Wed, 4 Apr 2018 07:32:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 04 Apr 2018 07:32:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=r08OTn1FFIK8q5Hns1oWtbH6iU CnzjJA8BSNqlYCssU=; b=BxLtItphU41aH8pr/JAlmlP40m/V2TtQXqy+o34R0a D74P4sBrn+yVK5JMyMlCArHquiy/INSBx+E5c1NNdeajEpcA4G/YYfA6Q0JKFOYB UpZcOns9W0+xY+ORzlQgmeVRzOUUQJ290pXCaVF2fr+ORgnK3lb/fVaQ0vxHAg20 0= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=r08OTn 1FFIK8q5Hns1oWtbH6iUCnzjJA8BSNqlYCssU=; b=NFZnMSKE0lOJ3PSC3Tn2q7 a1zKNe7yWok2hQllE9n4+bboPyfq+SQ9dpDMuBZW/pPOZMA8BcaeF8yhhKgjhYs/ Xw080hMH4iWEnnLC7By2MZGa/tLdpuvqz40njkJjTRTTV89hpsAPh54AkrSEQKkd N+VEEHI2iItIUQtvRg6MYnm5Fy5T0SRlyeMqxor+e5Wte9y1dkqKdYu5b6ZroHv6 yqmmHX9SJORPx8eQsni35xMF2UmCRDIUrHtFJdABpr0tZ22EI0OA0DEGuvq2ovMP uZrRAISiM0mXYb/rfG8M5NaSNFE+oGg04Qxf4Qk7eGDYWzhuLIS2orHb8i+wciUw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 55A15E4449; Wed, 4 Apr 2018 07:32:17 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 04 Apr 2018 13:32:16 +0200 Message-ID: <1712629.bqhA65fud5@xps> In-Reply-To: <20180223211752.28651-4-stephen@networkplumber.org> References: <20180223205648.18690-1-stephen@networkplumber.org> <20180223211752.28651-1-stephen@networkplumber.org> <20180223211752.28651-4-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] doc: update log level matching in documentation 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: , X-List-Received-Date: Wed, 04 Apr 2018 11:32:19 -0000 23/02/2018 22:17, Stephen Hemminger: > The use of dynamic log in documentation should use matching not > regex notation. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/contributing/coding_style.rst | 2 +- > doc/guides/nics/qede.rst | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) This patch can be merged with previous one (related code change).