From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Y9r8PenN7jEYs2JF2sCfhOdJXEaQMh9Sy9vusHKsP60=; b=QeEeOeCfbkvORP5GL/taFwCc+20jK9QONdCg1TQV/faqaoaXqxP2Xn5I2FrGQTsuGH 4sZRwTLUV8P5r2/3cFpR5zL4Y1kiD9yLPdqCggAvGVpQvlOysIkORW9hAhzX+N60DbgX gOkYElmiU9Xd0jAQ1eYNlze7gUQJRAcO6A4iCozDDfP8BjuP46ToDWDnzeLfgNP8LerQ 6D+NkEzM4+1MkCokpg7y7P3fKfH5Bipkd8ksbom1pG68KcPleSb7HjLFub1jN7ZqAlsj pp5Q3e5sbRu3fvJBtYGKelJ2NAu5OPbzwb9UPyR8XaIsmP5ud/LpXAUQ6VOEOofZyReK utHw== X-Gm-Message-State: ALoCoQmMXvHxAtloW4eUKDrUGnvUzLi7LzuMmcBajYoonZi0xBNrHzftNfEpw7+6Wwcri1rOGR2M X-Received: by 10.180.83.72 with SMTP id o8mr15593659wiy.27.1437138866570; Fri, 17 Jul 2015 06:14:26 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id x5sm8456399wif.21.2015.07.17.06.14.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jul 2015 06:14:25 -0700 (PDT) From: Thomas Monjalon To: "Ouyang, Changchun" Date: Fri, 17 Jul 2015 15:13:13 +0200 Message-ID: <1550922.LejYUpkBED@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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, 17 Jul 2015 13:14:27 -0000 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