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 3B9DD5963 for ; Fri, 5 Jun 2015 05:29:37 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 04 Jun 2015 20:29:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,555,1427785200"; d="scan'208";a="705680974" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by orsmga001.jf.intel.com with ESMTP; 04 Jun 2015 20:29:35 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 5 Jun 2015 11:27:20 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.120]) by shsmsx102.ccr.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0224.002; Fri, 5 Jun 2015 11:27:19 +0800 From: "Xie, Huawei" To: "dev@dpdk.org" Thread-Topic: [PATCH v2] vhost: provide vhost API to unregister vhost unix domain socket Thread-Index: AdCfP4aDCC9yircIAke3KXkAHe8m8g== Date: Fri, 5 Jun 2015 03:27:18 +0000 Message-ID: References: <1433472527-32261-1-git-send-email-huawei.xie@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: Fri, 05 Jun 2015 03:29:37 -0000 Sorry, forget the --in-reply-to, please ignore this thread.=0A= On 6/5/2015 10:49 AM, Xie, Huawei wrote:=0A= > rte_vhost_driver_unregister will remove the listenfd from event list, and= then close it.=0A= >=0A= > Signed-off-by: Huawei Xie =0A= > Signed-off-by: Peng Sun =0A= > ---=0A= >=0A= =0A=