From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6D341106B for ; Tue, 7 Jul 2015 04:31:43 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 06 Jul 2015 19:31:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,419,1432623600"; d="scan'208";a="741866016" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by fmsmga001.fm.intel.com with ESMTP; 06 Jul 2015 19:31:41 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 7 Jul 2015 10:31:39 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Tue, 7 Jul 2015 10:31:38 +0800 From: "Ouyang, Changchun" To: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] Fix vhost startup issue Thread-Index: AQHQt5NF46xnipnXCUSHBYhg8Wxp9Z3PSr9g Date: Tue, 7 Jul 2015 02:31:38 +0000 Message-ID: References: <1435807983-20383-1-git-send-email-changchun.ouyang@intel.com> <1436149613-30239-1-git-send-email-changchun.ouyang@intel.com> In-Reply-To: <1436149613-30239-1-git-send-email-changchun.ouyang@intel.com> Accept-Language: zh-CN, 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: Tue, 07 Jul 2015 02:31:44 -0000 > -----Original Message----- > From: Ouyang, Changchun > Sent: Monday, July 6, 2015 10:27 AM > To: dev@dpdk.org > Cc: Xie, Huawei; Cao, Waterman; Xu, Qian Q; Ouyang, Changchun > Subject: [PATCH v2 0/3] Fix vhost startup issue >=20 > The patch set fix vhost sample fails to start up in second time: >=20 > It should call api to unregister vhost driver when sample exit/quit, then= the > socket file will be removed(by calling unlink), and thus make vhost sampl= e > work correctly in second time startup. >=20 > It also adds/refines some log information. >=20 > Changchun Ouyang (3): > vhost: add log when failing to bind a socket > vhost: fix the comments and log > vhost: call api to unregister vhost driver >=20 > examples/vhost/main.c | 16 ++++++++++++++-- > lib/librte_vhost/vhost_user/vhost-net-user.c | 5 ++++- > 2 files changed, 18 insertions(+), 3 deletions(-) >=20 > -- > 1.8.4.2 Any more comments for this patch set? Thanks Changchun