From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] Fix vhost startup issue Date: Fri, 17 Jul 2015 15:13:13 +0200 Message-ID: <1550922.LejYUpkBED@xps13> References: <1435807983-20383-1-git-send-email-changchun.ouyang@intel.com> <1436149613-30239-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Ouyang, Changchun" Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id C1C32255 for ; Fri, 17 Jul 2015 15:14:26 +0200 (CEST) Received: by wibud3 with SMTP id ud3so39075965wib.1 for ; Fri, 17 Jul 2015 06:14:26 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-10 14:20, Xie, Huawei: > On 7/6/2015 10:27 AM, Ouyang, Changchun wrote: > > The patch set fix vhost sample fails to start up in second time: > > > > 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 sample > > work correctly in second time startup. > > > > It also adds/refines some log information. > > > > 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 > > Acked-by: Huawei Xie Applied, thanks