From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Xie, Huawei" Subject: Re: [PATCH v2] vhost: provide vhost API to unregister vhost unix domain socket Date: Wed, 17 Jun 2015 03:33:35 +0000 Message-ID: References: <1433209800-29091-1-git-send-email-huawei.xie@intel.com> <1433474786-704-1-git-send-email-huawei.xie@intel.com> <74F120C019F4A64C9B78E802F6AD4CC220567AC8@IRSMSX106.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Loftus, Ciara" , "dev@dpdk.org" , Thomas Monjalon Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1D454C380 for ; Wed, 17 Jun 2015 05:33:39 +0200 (CEST) Content-Language: en-US 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" On 6/5/2015 5:04 PM, Loftus, Ciara wrote:=0A= >=0A= >> -----Original Message-----=0A= >> From: Xie, Huawei=0A= >> Sent: Friday, June 05, 2015 4:26 AM=0A= >> To: dev@dpdk.org=0A= >> Cc: Loftus, Ciara; Xie, Huawei; Sun, Peng A=0A= >> Subject: [PATCH v2] vhost: provide vhost API to unregister vhost unix do= main=0A= >> socket=0A= >>=0A= >> rte_vhost_driver_unregister will remove the listenfd from event list, an= d=0A= >> then close it.=0A= >>=0A= >> Signed-off-by: Huawei Xie =0A= >> Signed-off-by: Peng Sun =0A= >> ---=0A= >> lib/librte_vhost/rte_virtio_net.h | 3 ++=0A= >> lib/librte_vhost/vhost_cuse/vhost-net-cdev.c | 9 ++++=0A= >> lib/librte_vhost/vhost_user/vhost-net-user.c | 68=0A= >> +++++++++++++++++++++++-----=0A= >> lib/librte_vhost/vhost_user/vhost-net-user.h | 2 +-=0A= >> 4 files changed, 69 insertions(+), 13 deletions(-)=0A= >>=0A= [...]=0A= > Acked-by: Ciara Loftus =0A= Thomas:=0A= Comments to this patch?=0A=