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

2020-01-09 Thread Adrian Moreno
On 1/9/20 4:45 PM, Maxime Coquelin wrote: > > > On 1/9/20 3:40 PM, Maxime Coquelin wrote: >> >> >> On 12/4/19 4:07 PM, 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

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

2020-01-09 Thread Maxime Coquelin
On 1/9/20 4:45 PM, Maxime Coquelin wrote: > > > On 1/9/20 3:40 PM, Maxime Coquelin wrote: >> >> >> On 12/4/19 4:07 PM, 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 >>> sh

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

2020-01-09 Thread Maxime Coquelin
On 1/9/20 3:40 PM, Maxime Coquelin wrote: > > > On 12/4/19 4:07 PM, 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

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

2020-01-09 Thread Maxime Coquelin
On 12/4/19 4:07 PM, 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: > - Splitting control plane and

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

2019-12-15 Thread Tiwei Bie
On Wed, Dec 04, 2019 at 04:07:29PM +0100, 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] [PATCH] vhost: Add dynamic logging system

2019-12-04 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