Re: [dpdk-dev] [RFC PATCH 1/1] vhost: Add dynamic logging system

2019-10-29 Thread Tiwei Bie
On Fri, Oct 18, 2019 at 10:26:39AM +0200, Adrian Moreno wrote: > Currently there are a couple of limitations on the logging system: Most > of the logs are compiled out and both datapath and controlpath logs > share the same loglevel. > > This patch tries to help fix that situation by: > - Splittin

[dpdk-dev] [RFC PATCH 1/1] vhost: Add dynamic logging system

2019-10-18 Thread Adrian Moreno
Currently there are a couple of limitations on the logging system: Most of the logs are compiled out and both datapath and controlpath logs share the same loglevel. This patch tries to help fix that situation by: - Splitting control plane and data plane logs - Making control plane logs dynamic whi