From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huawei Xie Subject: [PATCH v3 0/2] vhost: vhost unix domain socket cleanup Date: Fri, 19 Jun 2015 01:40:58 +0800 Message-ID: <1434649260-26317-1-git-send-email-huawei.xie@intel.com> References: <1433474786-704-1-git-send-email-huawei.xie@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 33214C5C0 for ; Thu, 18 Jun 2015 19:41:08 +0200 (CEST) In-Reply-To: <1433474786-704-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" 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. Huawei Xie (2): vhost socket cleanup update version map file for rte_vhost_driver_unregister API lib/librte_vhost/rte_vhost_version.map | 8 ++++ lib/librte_vhost/rte_virtio_net.h | 3 ++ lib/librte_vhost/vhost_cuse/vhost-net-cdev.c | 9 ++++ lib/librte_vhost/vhost_user/vhost-net-user.c | 68 +++++++++++++++++++++++----- lib/librte_vhost/vhost_user/vhost-net-user.h | 2 +- 5 files changed, 77 insertions(+), 13 deletions(-) -- 1.8.1.4