From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 69F3B2B93; Fri, 3 Mar 2017 03:08:40 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 02 Mar 2017 18:08:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,234,1484035200"; d="scan'208";a="55278642" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 02 Mar 2017 18:08:38 -0800 Date: Fri, 3 Mar 2017 10:07:26 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: Ilya Maximets , dev@dpdk.org, Heetae Ahn , stable@dpdk.org Message-ID: <20170303020726.GC18844@yliu-dev.sh.intel.com> References: <1488447574-6266-1-git-send-email-i.maximets@samsung.com> <1035fba0-89c1-1db5-2e1e-02c691633785@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1035fba0-89c1-1db5-2e1e-02c691633785@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] vhost: change log levels in client mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 02:08:42 -0000 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 some unusual errors. > >Message about reconnection is not an error at all. > > > >CC: stable@dpdk.org > >Fixes: e623e0c6d8a5 ("vhost: add reconnect ability") > > > >Signed-off-by: Ilya Maximets ... > > Reviewed-by: Maxime Coquelin Applied to dpdk-next-virtio. Thanks. --yliu