From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 18 Jun 2015 10:41:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,640,1427785200"; d="scan'208";a="730098050" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 18 Jun 2015 10:41:05 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5IHf3Lt025368; Fri, 19 Jun 2015 01:41:03 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5IHf0Ov026352; Fri, 19 Jun 2015 01:41:03 +0800 Received: (from hxie5@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5IHf09m026348; Fri, 19 Jun 2015 01:41:00 +0800 From: Huawei Xie To: dev@dpdk.org Date: Fri, 19 Jun 2015 01:40:58 +0800 Message-Id: <1434649260-26317-1-git-send-email-huawei.xie@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1433474786-704-1-git-send-email-huawei.xie@intel.com> References: <1433474786-704-1-git-send-email-huawei.xie@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] vhost: vhost unix domain socket cleanup 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: Thu, 18 Jun 2015 17:41:08 -0000 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