From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 16 Jun 2015 20:33:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,630,1427785200"; d="scan'208";a="712364764" Received: from pgsmsx106.gar.corp.intel.com ([10.221.44.98]) by orsmga001.jf.intel.com with ESMTP; 16 Jun 2015 20:33:37 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by PGSMSX106.gar.corp.intel.com (10.221.44.98) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 17 Jun 2015 11:33:36 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Wed, 17 Jun 2015 11:33:35 +0800 From: "Xie, Huawei" To: "Loftus, Ciara" , "dev@dpdk.org" , Thomas Monjalon Thread-Topic: [PATCH v2] vhost: provide vhost API to unregister vhost unix domain socket Thread-Index: AdCormQKuhw3ythJQPKfAiU4bu+qWg== 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> 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] vhost: provide vhost API to unregister vhost unix domain socket 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: Wed, 17 Jun 2015 03:33:40 -0000 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=