From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/4] vhost: vhost unix domain socket cleanup Date: Tue, 30 Jun 2015 17:55:04 +0200 Message-ID: <1530788.bMDkunMBMB@xps13> References: <1434649260-26317-2-git-send-email-huawei.xie@intel.com> <1435656050-3539-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Huawei Xie Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 18B33C364 for ; Tue, 30 Jun 2015 17:56:13 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so21037043wib.1 for ; Tue, 30 Jun 2015 08:56:12 -0700 (PDT) In-Reply-To: <1435656050-3539-1-git-send-email-huawei.xie@intel.com> 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-06-30 17:20, Huawei Xie: > vhost user could register multiple unix domain socket server, and use the path > to identify the virtio device connecting to it. rte_vhost_driver_unregister > will clean up the unix domain socket for the specified path. > > v2 changes: > -minor code style fix, remove unnecessary new line > > v3 changes: > update version map file > > v4 changes: > -add comment for potential unwanted callback on listenfds > -call fdset_del_slot to remove connection fd > > Huawei Xie (4): > fdset_del_slot > vhost socket cleanup > version map file update > add comment for potential unwanted call on listenfds Applied, thanks