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 B6FB5B62 for ; Mon, 29 Aug 2016 08:34:38 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 28 Aug 2016 23:34:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,595,1464678000"; d="scan'208";a="1042759273" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 28 Aug 2016 23:34:36 -0700 Date: Mon, 29 Aug 2016 14:45:21 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org, Maxime Coquelin , David Marchand 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 Content-Disposition: inline In-Reply-To: <2451191.AhZBXenjHE@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/7] vhost: remove vhost-cuse 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: Mon, 29 Aug 2016 06:34:39 -0000 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