From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 365D1C370 for ; Fri, 10 Jul 2015 16:20:56 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Jul 2015 07:20:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,446,1432623600"; d="scan'208";a="759851485" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by fmsmga002.fm.intel.com with ESMTP; 10 Jul 2015 07:20:54 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 10 Jul 2015 22:20:54 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Fri, 10 Jul 2015 22:20:52 +0800 From: "Xie, Huawei" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] Fix vhost startup issue Thread-Index: AdC7G5+e43xF6EonQsy4GqpHyFwuHg== Date: Fri, 10 Jul 2015 14:20:51 +0000 Message-ID: References: <1435807983-20383-1-git-send-email-changchun.ouyang@intel.com> <1436149613-30239-1-git-send-email-changchun.ouyang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] Fix vhost startup issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 14:20:57 -0000 Acked-by: Huawei Xie =0A= =0A= On 7/6/2015 10:27 AM, Ouyang, Changchun wrote:=0A= > The patch set fix vhost sample fails to start up in second time:=0A= > =0A= > It should call api to unregister vhost driver when sample exit/quit, then= =0A= > the socket file will be removed(by calling unlink), and thus make vhost s= ample=0A= > work correctly in second time startup.=0A= > =0A= > It also adds/refines some log information.=0A= >=0A= > Changchun Ouyang (3):=0A= > vhost: add log when failing to bind a socket=0A= > vhost: fix the comments and log=0A= > vhost: call api to unregister vhost driver=0A= >=0A= > examples/vhost/main.c | 16 ++++++++++++++--=0A= > lib/librte_vhost/vhost_user/vhost-net-user.c | 5 ++++-=0A= > 2 files changed, 18 insertions(+), 3 deletions(-)=0A= >=0A= =0A=