Re: [dpdk-dev] [PATCH] vhost: change log levels in client mode

2017-03-02 Thread Yuanhan Liu
On Thu, Mar 02, 2017 at 02:33:27PM +0100, Maxime Coquelin wrote: > > > On 03/02/2017 10:39 AM, Ilya Maximets wrote: > >Inability to connect to socket is a normal situation > >in client mode because, in common case, server isn't > >started yet. RTE_LOG_WARNING should be suitable for > >the case of

Re: [dpdk-dev] [PATCH] vhost: change log levels in client mode

2017-03-02 Thread Maxime Coquelin
On 03/02/2017 10:39 AM, Ilya Maximets wrote: Inability to connect to socket is a normal situation in client mode because, in common case, server isn't started yet. RTE_LOG_WARNING should be suitable for the case of some unusual errors. Message about reconnection is not an error at all. CC: sta