From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4E4EB37AC
 for <dev@dpdk.org>; Wed, 25 Apr 2018 12:19:10 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id C8D5521BDC;
 Wed, 25 Apr 2018 06:19:07 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Wed, 25 Apr 2018 06:19:07 -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=G1KRCfxhv/HUXnHCyQVjRdhZDt
 UyfXYQ61lrxcEG5rQ=; b=WWHzIV0AZVxdejPt0QfMXRcZDdg41LSp1sdhyqKjp1
 mLYFJT+HnDz5AwQGqG0mK28y9BJMyFtzkC1tTK9o6afXAtnLWYlC5hZ0NRFYJ/G3
 eMMJIq2uXmsHd9Nlsizio4BgzoR1x4c/yvohdlsPdpFak7fbrRJMTOvP1R9b2xuU
 4=
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=G1KRCf
 xhv/HUXnHCyQVjRdhZDtUyfXYQ61lrxcEG5rQ=; b=C/OPaZ8s7T4mTMkMhLgE57
 5+Va7XMaB7+AFoxfsJSAHqazN82CkmUNh+1idOfG3cpmzYVFvaKkzrWgZuUCvq65
 jU609lorey7bKtQk1Dy/Ld7+PmoeCUZmn950uZtogejr7hQy/ZcYUIYX/p6em1S4
 5YmQO7vXL4hfr8hf1K8XjzowKLNI/dbZ0mnjddkjS2+gcqfQ/v8yaeNTMPAE3wjh
 tvkKa0qqPyXtk5JntlK74MbBOxtj671+SgYuAbgbFsZO8f5H9lXR9IuXL9uWV2+l
 XX6RZha1ybywgwNXmMZNxDJV2ghjrdZAbFlfb6uRGpjxIx6vuAVa/k98iYHWqVmQ
 ==
X-ME-Sender: <xms:G1bgWgguhHqlhhFYvSWSBUfmi9UiIOx-U1tY1JbjvekJs7p5KzKIiw>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 39AC6E49E9;
 Wed, 25 Apr 2018 06:19:07 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org
Date: Wed, 25 Apr 2018 12:19:05 +0200
Message-ID: <2419759.ihS9e8E4Rx@xps>
In-Reply-To: <20180425031750.30973-1-stephen@networkplumber.org>
References: <20180425031750.30973-1-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v3 0/5] log level control enhancements
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Apr 2018 10:19:10 -0000

> Stephen Hemminger (5):
>   eal: make syslog facility table const
>   eal: allow symbolic log levels
>   eal: make eal_log_level save private
>   log: add ability to match dynamic log based on shell pattern
>   doc: update guides for current preferrred log level syntax

Applied (with small fix in map file), thanks