From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH next 00/10] more dynamic logging Date: Fri, 27 Apr 2018 00:55:15 +0100 Message-ID: References: <20180425155646.3627-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Stephen Hemminger , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 645D97E24 for ; Fri, 27 Apr 2018 01:55:18 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 4/27/2018 12:42 AM, Ferruh Yigit wrote: > On 4/25/2018 4:56 PM, Stephen Hemminger wrote: >> This set of patches converts more virtual drivers to use the >> dynamic log type, rather than PMD log type. >> >> Marking these for next since there is no urgency to get >> these into 18.05 and they are compile tested only. >> >> Stephen Hemminger (10): >> net/tap: convert to dynamic logging >> net/af_packet: convert to dynamic log level >> net/null: convert to dynamic logging >> net/ring: convert to dynamic logging >> net/softnic: convert to dynamic logging >> net/failsafe: convert to dynamic logging >> net/kni: support dynamic logging >> net/pcap: support dynamic logging >> net/vhost: implement dynamic logging >> net/bond: convert to dynamic logging > > For series, > Reviewed-by: Ferruh Yigit