From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 1/7] vhost: remove vhost-cuse Date: Mon, 29 Aug 2016 14:45:21 +0800 Message-ID: <20160829064521.GB30752@yliu-dev.sh.intel.com> References: <1471510123-4984-1-git-send-email-yuanhan.liu@linux.intel.com> <1471510123-4984-2-git-send-email-yuanhan.liu@linux.intel.com> <2451191.AhZBXenjHE@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Maxime Coquelin , David Marchand To: Thomas Monjalon Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B6FB5B62 for ; Mon, 29 Aug 2016 08:34:38 +0200 (CEST) Content-Disposition: inline In-Reply-To: <2451191.AhZBXenjHE@xps13> 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" On Mon, Aug 22, 2016 at 03:46:11PM +0200, Thomas Monjalon wrote: > 2016-08-18 16:48, Yuanhan Liu: > > remove vhost-cuse code, including the eventfd_link kernel module that > > is for vhost-cuse only. > > Please, remove also the deprecation notice. Thanks Applied to dpdk-next-virtio, with the deprecation notic removal included. BTW, thanks Maxime for the review! --yliu